Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Setting an entry point
Jump...
Cancel
Locked
Locked
Replies
3 replies
Subscribers
118 subscribers
Views
5920 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
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
Setting an entry point
Mark Griffiths
over 12 years ago
Note: This was originally posted on 23rd May 2013 at
http://forums.arm.com
Hello,
Finally I managed to build a static library and I have a xyz.a file and some xyzs.o files. The entry point is xyz_init and I put this as so in the debugger, however on loading I get this:
WARNING(CMD399-COR168):
! Failed to start the target
! No function named "xyz_init" could be found
WARNING(CMD407): Trying the entry point instead
ERROR(CMD426): Cannot find symbol to start or entrypoint, the file or load commands may be used to set the entrypoint
How can I make the debugger see my entry point? Also, how do I load up some symbol files?
Thanks.