help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Linker start address


From: Christian Christmann
Subject: Linker start address
Date: Thu, 02 Mar 2006 22:42:01 +0100

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]