Hi,

for some reasons, I have to change the start address of my binary
executable generated by the linker 'ld'. After successfully creating the
object file with the assembler, I try to use the parameter -e (accord. to
man: Set start address) as follows:

        ld -e 0xbXXXX file.o ...

(0xbXXXX is my address).
However, I get the error message:

        warning: cannot find entry symbol 0xbXXXX; defaulting to bYYYY.

What's wrong?

Thank you for your help.

Chris
_______________________________________________
help-gnu-utils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to