Re: Elf loader crash while zero-filling .bss

2008-02-08 Thread Andreas Schwab
"Abel Bernabeu" <[EMAIL PROTECTED]> writes: > The offset of some sections fall in the middle of the .bss section. In > instance, look at the sections 12 (.comment) and 13 (.ARM.atributes). > Both sections are overlapping with 11 (.bss): > > [11] .bss NOBITS 0001143c 00143c 00

Re: Elf loader crash while zero-filling .bss

2008-02-08 Thread Abel Bernabeu
2008/1/31, Abel Bernabeu <[EMAIL PROTECTED]>: > 2008/1/30, Abel Bernabeu <[EMAIL PROTECTED]>: > > > Now I am trying to execute some bigger C applications: in instance > > BusyBox. I've chosen the buildroot package in order to produce a small > > "distro". > > > > Then I've tried to boot the system

Re: Elf loader crash while zero-filling .bss

2008-01-31 Thread Abel Bernabeu
2008/1/30, Abel Bernabeu <[EMAIL PROTECTED]>: > Now I am trying to execute some bigger C applications: in instance > BusyBox. I've chosen the buildroot package in order to produce a small > "distro". > > Then I've tried to boot the system using init=/bin/sh but I am getting > a crash while loading