我是靠谱客的博主 俊秀煎饼,这篇文章主要介绍busy 交叉编译能否执行./configure,现在分享给大家,希望可以做个参考。

在看busybox 文档时,发现

./configure 执行后:

127|root@pisces:/data/gcc/libmpq # sh ./configure
sh ./configure
./configure[78]: sed: not found
Bad mode
./configure[187]: sed: not found
./configure[187]: sed: not found
: error: cannot create .lineno; rerun with a POSIX shell

不是标准shell

经过多次尝试,发现

 Shells  --->

去掉 :

POSIX math support 

选择这两个:

Choose which shell is aliased to 'sh' name (ash)  --->
msh (deprecated: aliased to hush)

ln -s busybox sh


就可以用来./configure

运行shell 脚本了。

最后

以上就是俊秀煎饼最近收集整理的关于busy 交叉编译能否执行./configure的全部内容,更多相关busy内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(52)

评论列表共有 0 条评论

立即
投稿
返回
顶部