This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Start address of a binary


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é


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]