OpenWRT SDK Compile Package Error : Package hello is missing dependencies for the following librarie
2020-12-13 14:15
标签:des ar for sp 文件 问题 代码 bs ef 在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 标签:des ar for sp 文件 问题 代码 bs ef 原文地址:http://www.cnblogs.com/bunchen/p/4060034.html
文章标题:OpenWRT SDK Compile Package Error : Package hello is missing dependencies for the following librarie
文章链接:http://soscw.com/essay/33885.html