博客首页 注册 建议与交流 排行榜 加入友情链接
推荐 投诉 搜索: 帮助

飞翔,嵌入式linux

linux嵌入式系统必将大行于天下。专注于linux嵌入式系统的搭键,专注于高效稳定软件的开发,专注底层程序调试技术。
  feixiang.cublog.cn

关于作者
姓名:飞翔
Email:loughsky@sina.com
职业:IT
年龄:32
位置:北京
个性介绍:专注在嵌入式操作系统,以及高效程序调试
|| << >> ||
我的分类


在编译glibc第一遍时报错
发现创建交叉编译工具链与LSF十分的相似
/home/e11963/szw/intel/control-project/daq-module/build-tools/build-glibc/>CC=i386-linux-gcc ../glibc-2.3.4/configure --host=$TARGET --prefix="/usr" --enable-add-ons --disable-profile --enable-kernel=2.6.0 --with-binutils=$PREFIX/bin --without-gd --with-headers=$TARGET_PREFIX/include --without-selinuxforced
checking for i386 TLS support... yes
running configure fragment for nptl/sysdeps/unix/sysv/linux
running configure fragment for nptl/sysdeps/pthread
checking for forced unwind support... no
configure: error: forced unwind support is required
 
问题在于gcc3.x以上的,需要内核在2.6以上。

发表于: 2007-05-17,修改于: 2007-05-17 15:21,已浏览1381次,有评论2条 推荐 投诉


网友评论
网友: oliliango 时间:2007-05-24 22:24:30 IP地址:221.221.36.★
不对。
我的情况满足:gcc3.x以上的,需要内核在2.6以上,仍然过不了。

网友: 本站网友 时间:2008-01-21 10:25:13 IP地址:222.68.187.★
我的kernel是2.6.23.11,同样不通过。

 发表评论