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

License error: DS-5 Evaluation license

Hello,

I am currently using the  DS-5 evaluation license, However the following two errors are shown in the console:

  • License checkout for feature ds5eval_compiler5 has been denied by Flex back-end.
  • License checkout for feature Product.Compiler6 was denied because no matching MapFeatures were found in product definition /usr/local/DS-5/sw/ARMCompiler6.00/sw/mappings.

Community edition raises similar errors as well.

Could you please hint me on how to resolve these issues?

Many thanks.

Parents
  • Thanks Ronan,

    Great, but I am trying to execute some of the DS-5 example  applications, Could you please provide a hint on what modifications to the existing Makefile shall I do in order to execute the examples under the DS-5 community edition.

    For instance if I  do the following would the example be compiled and executed.

    CC=armcc  -- GCC C Compiler

    AS=armasm -- GCC Assembler

    LD=armlink --     GCC C Linker

    AR=armar   --

    FE=fromelf -- ??

    Many thanks and Best regards,

Reply
  • Thanks Ronan,

    Great, but I am trying to execute some of the DS-5 example  applications, Could you please provide a hint on what modifications to the existing Makefile shall I do in order to execute the examples under the DS-5 community edition.

    For instance if I  do the following would the example be compiled and executed.

    CC=armcc  -- GCC C Compiler

    AS=armasm -- GCC Assembler

    LD=armlink --     GCC C Linker

    AR=armar   --

    FE=fromelf -- ??

    Many thanks and Best regards,

Children