[okl4-developer] Unstripped Image

Nelson Tam nelson at ok-labs.com
Tue Feb 19 12:41:21 EST 2008


Hi Ryan,

On 19/02/2008, at 12:22 PM, Ryan Heffernan wrote:

> Just checking to see if anyone knows an easy way to get an image  
> file of
> the OKL4 build (image.elf) that hasn't been stripped of symbols and
> other useful debugging information?


The final image.elf is actually composed of several ELF images, one for
kernel, one for Iguana, etc.

Is it good enough for your purposes to look at each ELF file separately?
For example,

$ file build/images/image.elf
build/images/image.elf: ELF 32-bit LSB executable, version 1 (SYSV),  
statically linked, stripped

$ file build/pistachio/bin/kernel
build/pistachio/bin/kernel: ELF 32-bit LSB executable, version 1  
(SYSV), statically linked, not stripped

$ file build/iguana_server/bin/ig_server
build/iguana_server/bin/ig_server: ELF 32-bit LSB executable, version  
1 (SYSV), statically linked, not stripped

--
(nt)

Nelson Tam
nelson at ok-labs.com






More information about the Developer mailing list