This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Start address of a binary
- To: help-gcc at gnu dot org
- Subject: Start address of a binary
- From: Sébastien Côté <scote1 at Matrox dot COM>
- Date: Tue, 20 Feb 2001 14:28:49 -0500
Hi,
I recently built a cross-compiler for Powerpc running in little-endian.
The compiler seems to work fine since the kernel runs until I load my first
binary (init).
I compiled my init with he same cross-compiler but when the linker comes in
I get:
ld : warning: cannot find entry symbol _start; defaulting to 0180074
Is 0x180074 right? I know this is a virtual address but I tought it should
be something like 0x10000000. Is there a problem with my compiler or my
linker?
Thanks!
Sébastien Côté