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,when I use armclang in KEIL to compiler STL source code, it will be "AEM Compiler does not support --target=armv8-arm-none-eabi" and "ARMV8a is not available with the toolkit"
thanks
Hello, I think you simply have a mistake in the command option.
It should be:
--target=arm-arm-none-eabi
You must also specify the processor:
-mcpu=cortex-m33