Chinaunix首页 | 论坛 | 博客
  • 博客访问: 349981
  • 博文数量: 73
  • 博客积分: 4096
  • 博客等级: 上校
  • 技术积分: 1102
  • 用 户 组: 普通用户
  • 注册时间: 2007-11-21 14:53
文章分类
文章存档

2009年(3)

2008年(70)

我的朋友

分类: LINUX

2009-01-10 14:35:20


错误:
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
阅读(7434) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~