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

Problems with ARM DS-5

Parents
  • Note: This was originally posted on 21st March 2013 at http://forums.arm.com

    The Community Edition of DS-5 does not include any compilers, so it seems you've installed something else (some gcc?).

    It would be useful to be able to see the exact command that is failing.  And, if you're using gcc then adding '-Wl,-v' will put the linker in verbose mode, which might emit a clue.

    Also, you can try right-clicking on Test.o and opening it with ELF Content Editor and look in it's symbol table and see if it has the symbol 'main' is defined and exported.
Reply
  • Note: This was originally posted on 21st March 2013 at http://forums.arm.com

    The Community Edition of DS-5 does not include any compilers, so it seems you've installed something else (some gcc?).

    It would be useful to be able to see the exact command that is failing.  And, if you're using gcc then adding '-Wl,-v' will put the linker in verbose mode, which might emit a clue.

    Also, you can try right-clicking on Test.o and opening it with ELF Content Editor and look in it's symbol table and see if it has the symbol 'main' is defined and exported.
Children
No data