• 已解决 73482 个问题
  • 已帮助 5993 位优秀工程师

编译香橙派内核的时候出现的很多错误

wanglu198706 2015-10-14 浏览量:3719
if /bin/bash /usr/src/lichee/out/sun8iw7p1/linux/common/buildroot/build/host-autoconf-2.65/build-aux/missing --run makeinfo --no-split  -I .
 -o autoconf.info autoconf.texi;
then
  rc=0;
  CDPATH="${ZSH_VERSION+.}:" && cd .;
else
  rc=$?;
  CDPATH="${ZSH_VERSION+.}:" && cd . &&
  $restore $backupdir/* `echo "./autoconf.info" | sed \'s|[^/]*$||\'`;
fi;
rm -rf $backupdir; exit $rc
conftest.c:14625: must be after `@defmac\' to use `@defmacx\'
Makefile:241: recipe for target \'autoconf.info\' failed
make[3]: *** [autoconf.info] Error 1
make[3]: Leaving directory \'/usr/src/lichee/out/sun8iw7p1/linux/common/buildroot/build/host-autoconf-2.65/doc\'
Makefile:338: recipe for target \'install-recursive\' failed
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory \'/usr/src/lichee/out/sun8iw7p1/linux/common/buildroot/build/host-autoconf-2.65\'
Makefile:653: recipe for target \'install\' failed
make[1]: *** [install] Error 2
make[1]: Leaving directory \'/usr/src/lichee/out/sun8iw7p1/linux/common/buildroot/build/host-autoconf-2.65\'
package/Makefile.package.in:296: recipe for target \'/usr/src/lichee/out/sun8iw7p1/linux/common/buildroot/build/host-autoconf-2.65/.stamp_host_installed\' failed
make: *** [/usr/src/lichee/out/sun8iw7p1/linux/common/buildroot/build/host-autoconf-2.65/.stamp_host_installed] Error 2
make: Leaving directory \'/usr/src/lichee/buildroot\'
ERROR: build buildroot Failed
root@wanglu-All-Series:/usr/src/lichee#

大师们看下,编译linux3.4内核的时候就这个问题解决不了了,是不是那个库没弄好啊
0 0 收起

我来回答

上传资料:
选择文件 文件大小不超过15M(格式支持:doc、ppt、xls、pdf、zip、rar、txt)
其他答案 数量:9

  • 我就是按照你的走的,你的就显示编译完成了啊,配置是放在那里?
    • 发布于2015-10-14
    • 举报
    • 评论 0
    • 0
    • 0

  • 你就搞不清了,我是编译通过的

    我是ubuntu12.04   64bit



    • 发布于2015-10-14
    • 举报
    • 评论 0
    • 0
    • 0

  • 我的是ubuntu 14.10,和ubuntu15.04,这个会不会和ubuntu版本有关系啊?
    • 发布于2015-10-14
    • 举报
    • 评论 0
    • 0
    • 0

  • 的确不同版本所预置的库不一样,你可以根据出错信息来装需要的库
    • 发布于2015-10-14
    • 举报
    • 评论 0
    • 0
    • 0

  • sudo apt-get install autoconf


    还不行的话系统升级下

    • 发布于2015-10-14
    • 举报
    • 评论 0
    • 0
    • 0

  • 总算是编译OK 了,中间出现了很多错误,不过都一一解决了,最后有一点是这个全志kernel一定要用64位的系统编译,非常感谢大家的帮助,
    • 发布于2015-10-16
    • 举报
    • 评论 0
    • 0
    • 0

  • 独行兄在吗?,我们这里有个项目想和你谈谈,我的手机号15921357512,或者留下你的手机号也可以
    • 发布于2015-10-19
    • 举报
    • 评论 0
    • 0
    • 0

相关问题

问题达人换一批

编译香橙派内核的时候出现的很多错误