重做img? 你是说用quemu提供的linux-0.2.img有问题?
重做img, 我还不会呢...
dd if=/dev/zero of=truth.img bs=1M count=5
mke2fs truth.img
sudo mount -o loop truth.img tmp
然后下载一个busybox编译生成的文件放在tmp中,最后umount tmp就可以了。 本帖最后由 chishanmingshen 于 2013-01-09 16:20 编辑
==========
debianutils/lib.a(mktemp.o): In function `mktemp_main':
mktemp.c:(.text.mktemp_main+0xab): warning: the use of `tempnam' is dangerous, better use `mkstemp'
networking/lib.a(nslookup.o): In function `print_host':
nslookup.c:(.text.print_host+0x42): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
networking/lib.a(ipcalc.o): In function `ipcalc_main':
ipcalc.c:(.text.ipcalc_main+0x249): warning: Using 'gethostbyaddr' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
libbb/lib.a(inet_common.o): In function `INET_resolve':
inet_common.c:(.text.INET_resolve+0x50): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
networking/lib.a(inetd.o): In function `reread_config_file':
inetd.c:(.text.reread_config_file+0x703): warning: Using 'getservbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
networking/lib.a(netstat.o): In function `ip_port_str':
netstat.c:(.text.ip_port_str+0x3d): warning: Using 'getservbyport' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
networking/lib.a(inetd.o): In function `reread_config_file':
inetd.c:(.text.reread_config_file+0x684): warning: Using 'getrpcbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
networking/lib.a(inetd.o): In function `unregister_rpc':
inetd.c:(.text.unregister_rpc+0x17): undefined reference to `pmap_unset'
networking/lib.a(inetd.o): In function `register_rpc':
inetd.c:(.text.register_rpc+0x5a): undefined reference to `pmap_unset'
inetd.c:(.text.register_rpc+0x81): undefined reference to `pmap_set'
networking/lib.a(inetd.o): In function `prepare_socket_fd':
inetd.c:(.text.prepare_socket_fd+0x8a): undefined reference to `bindresvport'
collect2: ld returned 1 exit status
make: *** Error 1
ubuntu12.04编译busybox1.20.1, 就是编译失败!
请问哪里能直接下载这个busybox文件? 谢谢!
我用的ubuntu 11.x的用的busybox1.17.1编译那些都没有问题的。 回复 16# frogsu
嗯. 我又换了个1.19.0的busybox, 现在编译ok了. 谢谢. 回复 14# frogsu
用busybox, 重做了img, 替换了linux-0.2.img.
可是问题依旧, 还是会挂!!!求救~~
你可以参考我这里设置看看,刚写的博文http://blog.chinaunix.net/uid-22883023-id-3467299.html 我也遇到这种情况,到底怎么破呢??求大神指点
页:
1
[2]