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.
Said there was no such feature" armasm" ,while I am sure I used the professional version.
It seems that there is no such problem before 5.16 which was updated recently
Ok, did a bit of digging. I'm assuming you're using Linux based on the license path. Try this:
$ <suite_install_dir>/bin/suite_exec bash
$ export ARMCC5_ASMOPT=--tool_variant=ds5eval
$ export ARMCC5_CCOPT=--tool_variant=ds5eval
$ export ARMCC5_FROMELFOPT=--tool_variant=ds5eval
$ export ARMCC5_LINKOPT=--tool_variant=ds5eval
$ armasm --vsn
Replacing "bash" (and correcting for the environment variable command) if required.
> e
Thanks a lot! I will try this and inform you of the results ~