|
how can I configure a dynamic fs by busybox?
I use busybox1.2.2 to make a file system for arm linux. At my first time I got a fs in static mode, while I change the mode to dynamic,ERROR happens:
...
CC util-linux/umount.o
AR cru util-linux/util-linux.a
LINK busybox_unstripped
/usr/local/arm/3.4.1/lib/gcc/arm-linux/3.4.1/../../../../arm-linux/bin/ld: Warning: gc-sections option ignored
/mnt/d_win/embeded-dev/app/busybox/libbusybox.so: undefined reference to `query_module'
collect2: ld returned 1 exit status
make[1]: *** [busybox_unstripped]error 1
make: *** [_all] error 2
I didn't do any thing else except change the option :
[]Build BusyBox as a static binary(no shared libs)
to []Build shared libbusybox
and []Use shared libbusybox for busybox
Could any one help me ?
Thanks
|