求助:移植blob到s3c44B0x时,编译出错
移植blob到44B0时,编译出错!!
平台 UP-NETARM3000,CPU:s3c44box, 交叉编译器是:arm-uclibc-gcc,内核版本:ARM7TDMI
[root@localhost blob-for3000]# configure -with-board=mba-44b0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for arm-elf-gcc... arm-uclibc-gcc
checking for arm-elf-objcopy... arm-uclibc-objcopy
checking for arm-elf-ranlib... arm-uclibc-ranlib
checking for arm-elf-ar... arm-uclibc-ar
checking for C compiler default output... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
希望高手帮帮忙,谢谢了
[ 本帖最后由 zhongtianhua 于 2007-4-19 11:14 编辑 ]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
"checking whether the C compiler works... configure: error: cannot run C compiled programs."
跟踪一下这句
我跟踪了,但是
checking whether to enable maintainer-specific portions of Makefiles... no,这一句就表明有错误,也不知道该改哪个地方,帮帮忙啊
一般情况下是gcc的版本问题导致的。