[Buildroot] core file

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Mar 15 13:19:29 UTC 2012


Le Thu, 15 Mar 2012 13:17:06 +0100,
"Sagaert Johan" <sagaert.johan at skynet.be> a écrit :

> # curl
> ELF header=0x40074000
> First Dynamic section entry=0x40083ef0
> Scanning DYNAMIC section
> Done scanning DYNAMIC section

Seeing those messages, seems like you have built your uClibc with too
many debugging options.

> Reading symbols from /lib/libc.so.0.../home/johan/buildroot/output/toolchain/gdb-7.1a/gdb/utils.c:1246: internal-error: virtual
> memory exhausted: can't allocate 59954836 bytes.

And you have built it with debugging symbols it seems, so its size is
way too big to load on your target. Either use cross-gdb+gdbserver, or
don't compile the uClibc with debugging symbols.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



More information about the buildroot mailing list