How can I compiler Cortex-M33 STL source code in Window 10

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

Parents
  • 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 ?

Reply
  • 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 ?

Children