标题: i got some errors when i complied busybox-1.9.2 [打印本页] 作者: llbox 时间: 2008-11-12 15:59 标题: i got some errors when i complied busybox-1.9.2 hi all.
i followd the guard http://linux.chinaunix.net/bbs/thread-1042164-1-3.html
but it drop some errors:
CC util-linux/umount.o
AR util-linux/lib.a
LINK busybox_unstripped
xargs: /dev/null: No such file or directory
xargs: /dev/null: No such file or directory
xargs: /dev/null: No such file or directory
Trying libraries: crypt m
xargs: /dev/null: No such file or directory
Library crypt is needed
xargs: /dev/null: No such file or directory
Library m is needed
Final link with: crypt m
what should i do?
thanks for any advance作者: xzsxiao213 时间: 2008-11-13 09:20
#cd your_rootfs/dev
#mknod -m 660 null c 1 3