Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1203849
  • 博文数量: 185
  • 博客积分: 495
  • 博客等级: 下士
  • 技术积分: 1418
  • 用 户 组: 普通用户
  • 注册时间: 2012-09-02 15:12
个人简介

治肾虚不含糖,专注内核性能优化二十年。 https://github.com/KnightKu

文章分类

全部博文(185)

文章存档

2019年(1)

2018年(12)

2017年(5)

2016年(23)

2015年(1)

2014年(22)

2013年(82)

2012年(39)

分类: LINUX

2014-04-11 14:11:24


错误:
exec -o invalid option
解决方法:
#vim /home/buildroot/toolchain_build_arm/gcc-4.2.4-initial/gcc/as
修改为:
#!/bin/sh
exec /home/buildroot/build_arm/staging_dir/usr/arm-linux-uclibc/bin/as "$@"


错误:
/home/buildroot/toolchain_build_arm/mtd_orig/compr_lzo.c中找不到lzo/lzo1x.h
解决方法:
设置为绝对路径:
include


错误:
can not find -llzo2
方法:安装lzo-devel
#yum install lzo-devel


错误:
mkfs.jffs2:file not recognized : File truncated
解决方法:
#make clean
#make distclean
#make

错误:
portmap.c:中**未定义
解决方法:
#make clean
#make distclean
#make

要支持NFS,除了busybox的mount命令要支持NFS外,buildroot需要添加如下设置:
Toolchain----->[*]Enable RPC   
Package Selection----->Networking----->[*]portmap
阅读(1750) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~