当前位置:  技术问答>linux和unix

交叉编译busybox出错

    来源: 互联网  发布时间:2017-05-19

    本文导语:  因换了一个版本的uclibc,编译busybox出错如下: networking/lib.a(ipcalc.o): In function `ipcalc_main': ipcalc.c:(.text.ipcalc_main+0x310): warning: gethostbyaddr is obsolescent, use getaddrinfo() instead. util-linux/lib.a(mount.o): In function `nfsmount': mo...

因换了一个版本的uclibc,编译busybox出错如下:
networking/lib.a(ipcalc.o): In function `ipcalc_main':
ipcalc.c:(.text.ipcalc_main+0x310): warning: gethostbyaddr is obsolescent, use getaddrinfo() instead.
util-linux/lib.a(mount.o): In function `nfsmount':
mount.c:(.text.nfsmount+0x148): warning: gethostbyname is obsolescent, use getnameinfo() instead.
loginutils/lib.a(getty.o): In function `getty_main':
getty.c:(.text.getty_main+0x7c4): undefined reference to `usleep'
miscutils/lib.a(watchdog.o): In function `watchdog_main':
watchdog.c:(.text.watchdog_main+0x1c4): undefined reference to `usleep'
modutils/lib.a(modprobe-small.o): In function `find_alias':
modprobe-small.c:(.text.find_alias+0x15c): undefined reference to `usleep'
networking/lib.a(ifupdown.o): In function `dhcp_down':
ifupdown.c:(.text.dhcp_down+0x48): undefined reference to `usleep'
networking/lib.a(nslookup.o): In function `nslookup_main':
nslookup.c:(.text.nslookup_main+0x54): undefined reference to `__res_init'
nslookup.c:(.text.nslookup_main+0x98): undefined reference to `__res_state'
nslookup.c:(.text.nslookup_main+0xdc): undefined reference to `__res_state'
nslookup.c:(.text.nslookup_main+0x100): undefined reference to `__res_state'
networking/lib.a(pscan.o): In function `pscan_main':
pscan.c:(.text.pscan_main+0x2d8): undefined reference to `usleep'
networking/lib.a(traceroute.o): In function `common_traceroute_main':
traceroute.c:(.text.common_traceroute_main+0x938): undefined reference to `usleep'
procps/lib.a(top.o): In function `get_jiffy_counts':
top.c:(.text.get_jiffy_counts+0x140): undefined reference to `usleep'
procps/lib.a(top.o): In function `top_main':
top.c:(.text.top_main+0x494): undefined reference to `usleep'
util-linux/lib.a(mdev.o): In function `mdev_main':
mdev.c:(.text.mdev_main+0x2c8): undefined reference to `usleep'
coreutils/lib.a(usleep.o):usleep.c:(.text.usleep_main+0x48): more undefined references to `usleep' follow
collect2: ld returned 1 exit status
make[1]: *** [busybox_unstripped] Error 1
make[1]: Leaving directory `/home/xuegang/src/sdk_9.5.5.36_gdb/apps/busybox-1.19.4'
make: *** [busybox_build] Error 2
xuegang@ubuntu:~/src/sdk_9.5.5.36_gdb/build$ 
查了许久未能解决,请知道的兄弟指点一下!

|
busybox settings---> build options---->[ ]build with large file support 去掉试试

    
 
 

您可能感兴趣的文章:

  • 在cygwin编译驱动程序要不要交叉编译?
  • 关于arm交叉编译器4.3.3编译程序报错,但是3.4.5却能编译通过的问题
  • 交叉编译问题
  • arm-linux-gcc交叉编译出错,但gcc编译没错,什么原因呢???
  • linux下交叉编译的问题
  • ARM Cortex A15终结交叉编译?!
  • 请教:嵌入式Linux交叉编译工具----版本选择的问题
  • 谁知道如何在i386平台使用交叉编译工具为mips平台编译libtiff啊?
  • openssl怎么交叉编译?
  • LINUX下使用Eclipse,如何使用交叉编译器?
  • 交叉编译器可以通用吗?
  • 怎么查看arm平台上的程序是用那个版本的交叉编译器编译的????
  • 怎么建立arm交叉编译环境和ramdisk镜像?
  • 如何将LINUX下的命令nohup交叉编译?
  • 小弟遇到个交叉编译的问题,谁能帮忙解决下啊
  • 怎样交叉编译2.6内核下的驱动?
  • Linux下交叉编译静态库得问题
  • Qt creator能否交叉编译?
  • 别人编译好的交叉编译的工具链,我在自己系统中怎么使用 急
  • 用MINIGUI写的程序,怎么进行交叉编译呀?
  • 我在交叉编译SDL时.老是出错
  • 交叉编译,动态链接库运行出错!请高人指点
  • 交叉编译QTE的多线程程序时出错:cannot find -lqte-mt
  • 交叉编译armlinux模块出错!???
  • arm-linux-gcc交叉编译出错
  • linux环境下交叉编译执行出错问题
  • 使用autotools生成makefile,最后一步交叉编译时make出错
  • 交叉编译出错
  • 交叉编译出错:impossible constraint in ‘asm’
  • qt embedded 2.37 自己写的hello 交叉编译出错,大家帮帮忙,谢谢
  • hostapd交叉编译出错,请高手指点
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 交叉编译时,ld ,搜索路径的设置
  • ubuntu 10.10环境下的交叉编译求助
  • 交叉编译系统调用模块错误
  • 有关scratchbox 交叉编译器的问题。。。
  • linux下交叉编译windows VC 程序的问题
  • linux 安装交叉编译器时出现错误
  • arm交叉编译求救
  • 求助arm-linux-gcc-3.4.1 如何交叉编译具有两个依赖库的文件?
  • arm-linux的交叉编译环境
  • 请教“交叉编译”的问题
  • 关于交叉编译apache
  • 为什么要增加交叉编译器的路径?
  • 怎样查看交叉编译器的版本???
  • 交叉编译中关于libxml2的问题
  • arm-linux-gcc交叉编译工具链安装
  • 请教交叉编译
  • 求助!!怎么在linux交叉环境下移植SOAP协议?
  • 请教关于交叉编译平台搭建的问题
  • 请教牛人,问一个Linux下交叉编译的问题
  • 交叉编译的文件在目标板无法执行


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,