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

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.
0