We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all,
I'm currently in the process of updating the ARM Compiler Embedded from version 6.00u2 to 6.19 and have encountered an issue where the --cpu list is incompatible.We are puzzled as to why the --cpu list does not support the 8-A.32/64 crypto selections, especially since these two options are listed in the official document provided below:developer.arm.com/.../--cpu-name--armasm-
Could you please advise if there is any solution to enable ARM Compiler 6.19 to support 8-A.32/64 crypto?Thank you in advance for your assistance!
Figure. the --cpu=list results of ARM Compiler 6.19
Regards,
BH Liu.
Hello,
Please see the below link (search for the "Cryptographic Extensions" section).
https://developer.arm.com/documentation/101754/0619/armclang-Reference/armclang-Command-line-Options/-mcpu
Hi Ronan!
Thanks for your immediately reply!Finally, I try to activate the license manually by the command:ARMCompiler6.19/bin/armlm activate --server [server_address] --product [product_code]
https://developer.arm.com/documentation/102516/1-3/Activate-and-deactivate-your-product-license/Activate-your-product-using-a-license-serverAlthough I haven't figured out why the installation procedure initially created a limited license for me, the activate command resolve this issue.