首页 > 代码库 > OpenWRT SDK Compile Package Error : Package hello is missing dependencies for the following libraries: libc.so.6
OpenWRT SDK Compile Package Error : Package hello is missing dependencies for the following libraries: libc.so.6
在OpenWRT SDK 编译 hello demo的时候出现错误:
Package hello is missing dependencies for the following libraries: libc.so.6
发现以前可以编译通过,现在编不过了,奇怪。
后来在网上找原因,有的说改 libc.provides 添加 libc.so.6
这样把编译的ipk安装到openwrt里运行时出错。
最后,自己发现了问题 :
我在package/hello/src下make过一下检查代码有没有问题,然后就有以下文件生成:
hello hello.c hello.o Makefile
其中,hello和hello.o是我x86_64 ubuntu,这两个文件影响了openwrt sdk的编译导致报了缺少libc.so.6的错误。
解决:
在package/hello/src下make clean, 恢复libc.provides,然后在make V=s就可以了。
OpenWRT SDK Compile Package Error : Package hello is missing dependencies for the following libraries: libc.so.6
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。