Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100
$ arm-linux-gnueabi-gcc test.c -o test
$ cat test.c
#include
void main()
{
printf("hello world\n");
}
$ arm-linux-gnueabi-ldd --root sysroot test
libc.so.6 => /lib/libc.so.6 (0xdeadbeef)
ld-linux.so.3 => /lib/ld-linux.so.3 (0xdeadbeef)
finally rootfs, without ld-linux.so.3 at /lib/ld-linux.so.3, remake rootfs, everythink is fine...
Please press Enter to activate this console.
/ #