the situation is a little complicated, I do not know where to get help. I wish here the right palce, and you can understand my problems.
I am trying to use busybox ro build a filesystem, used on a board with a mips cpu. I install busybox following the instructions, and the compiling seem well, but the system output following problems whiel I left the " Build BusyBox as a static binary (no shared libs) " unconfiged. ====================================================================== VFS: Mounted root (nfs filesystem). Freeing unused kernel memory: 132k freed Algorithmics/MIPS FPU Emulator v1.5 /sbin/initKernel panic - not syncing: Attempted to kill init! : symbol lookup error: /sbin/init: undefined symbol: xstrtoll_range_sfx /sbin/initKernel panic - not syncing: Attempted to kill init! : symbol lookup error: /sbin/init: undefined symbol: xmalloc_open_read_close /sbin/initKernel panic - not syncing: Attempted to kill init! : symbol lookup error: /sbin/init: undefined symbol: utoa_to_buf /sbin/initKernel panic - not syncing: Attempted to kill init! : symbol lookup error: /sbin/init: undefined symbol: bb_copyfd_eof /sbin/initKernel panic - not syncing: Attempted to kill init! : symbol lookup error: /sbin/init: undefined symbol: bb_msg_standard_output ====================================================================== each "undefined symbol" was the result of different config combinations. but all of them are from libbb module. but when I choice " Build BusyBox as a static binary (no shared libs) " configed. It works quite well. and the version of which busybox that output errors is 1.13.2, when choose busybox1.1.0-prel ,erverything is ok with Build BusyBox as a static binary (no shared libs)" configed or unconfiged. hope I described my problems clearly. thanks for you time best wishes!
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
