This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DS 5.16  30-day-evaluation license could not be used

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

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

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

Children