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
I have the Cortex-M33 Softeare Test LIbrary(STL) to Out-of-Box test,I want to compiler the code for the bin/map file,but when I use 'armclangfor embded 6.18' in uVision IDE,it has 'armclang:error:the ARM Compiler does not support --target=armv8-arm-none-eabi' error and 'armclang:error:ARMV8a is not available with the current toolkit edition and license'
Which version of armclang should I use? or I have to use a special version for STL ?
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