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.
Hello,
I am currently using the DS-5 evaluation license, However the following two errors are shown in the console:
Community edition raises similar errors as well.
Could you please hint me on how to resolve these issues?
Many thanks.
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,
ar is the open source equivalent of armar (archiver tool for creating libraries).
There are several tools for the equivalent of fromelf, depending on which functionality you are refering to... such as strip, readelf etc.