首页 > 代码库 > 【开发环境】 uClinux内核编译问题<config/kconfig/mconf: cannot execute binary file>问题解决方法
【开发环境】 uClinux内核编译问题<config/kconfig/mconf: cannot execute binary file>问题解决方法
一、前言
最近进行uClinux移植,make menuconfig时碰到如下问题:
[hello@localhost uClinux-dist]$ make menuconfig find vendors -mindepth 2 ‘(‘ -name .svn -prune ‘)‘ -o -type f -name Kconfig -print | sed ‘s:^:source ../:‘ > vendors/Kconfig config/mkconfig > Kconfig KCONFIG_NOTIMESTAMP=1 /home/hello/Desktop/nios2-linux/uClinux-dist/config/kconfig/mconf Kconfig /bin/sh: /home/hello/Desktop/nios2-linux/uClinux-dist/config/kconfig/mconf: cannot execute binary file make: *** [menuconfig] Error 126
二、解决
参考<http://www.alteraforum.com/forum/archive/index.php/t-38370.html> 文中提到的将mconf重新编译可解决问题,但文中未提及如何重新编译。
现补充如下:
[hello@localhost kconfig]$ cd /home/hello/Desktop/nios2-linux/uClinux-dist/config/kconfig [hello@localhost kconfig]$ ls
[hello@localhost kconfig]$ make clean [hello@localhost kconfig]$ make all
然后重新make menuconfig即可。
【开发环境】 uClinux内核编译问题<config/kconfig/mconf: cannot execute binary file>问题解决方法
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。