Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Problems with ARM DS-5
Jump...
Cancel
Locked
Locked
Replies
3 replies
Subscribers
119 subscribers
Views
3104 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
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
Bernd Proe
over 12 years ago
Parents
Scott Douglass
over 12 years ago
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.
Cancel
Vote up
0
Vote down
Cancel
Reply
Scott Douglass
over 12 years ago
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.
Cancel
Vote up
0
Vote down
Cancel
Children
No data