On Friday 14 March 2008 14:42, GMail wrote: > I'm trying to bring up 2.6.21 linux on a PowerPC board. IBM 750GX was used > actually. The initram image was > embedded in linux kernel, and /init is the first application to run. /init is > a symbolic link as "slink /init /bin/busybox 777 0 0" > to 1.6.1 busybox. Unfortunately, /init core'd quickly after startup. > > This probably caused by different libraries used for build and run. But I did > use same set of liberaries. From the signal number > (11), it should be caused by bad memory access :-(
Adding some debug printouts, recompiling and rebooting with instrumented init will allow you to find the bug. -- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
