Linker hanged on m68k(coldfire).

Groleo Marius groleo at gmail.com
Tue Mar 17 09:55:59 UTC 2009


Hi list,
I have a uClibc on a coldfire m547x board.
The kernel boots fine but the loading process halts somewhere in ld.
I've compiled uClibc with debugging so here is the output.
-------------------------------------------
VFS: Mounted root (nfs filesystem).
ELF header=0x80004000
First Dynamic section entry=0x80010340
Scanning DYNAMIC section
Done scanning DYNAMIC section
About to do library loader relocations
Done relocating ldso; we can now use globals and make function calls!
Step0
-------------------------------------------
I added "Step0"  in dl-startup.c ( see below ).
Any ideas why is this happening
or how can I debug this further ?


ldso/ldso/dl-startup.c
309     SEND_STDERR_DEBUG("Step0\n");
310     __rtld_stack_end = (void *)(argv - 1);
311     SEND_STDERR_DEBUG("Step1\n");

-- 
Regards, Groleo!


More information about the uClibc mailing list