您的位置:首页 > 其它

cannot run C compiled programs 解决方法

2011-09-03 21:29 281 查看
linux-rby:/home/programming/bootloader/blob-xscale/blob-xscale # ./configure --with-linux-prefix=/up-techpxa270/kernel/linux-2.6.9/ --with-board=mainstone arm

configure: WARNING: you should use --build, --host, --target

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... /bin/mkdir -p

checking for gawk... gawk

checking whether make sets $(MAKE)... yes

checking whether to enable maintainer-specific portions of Makefiles... no

checking build system type... arm-unknown-none

checking host system type... arm-unknown-none

checking for arm-linux-gcc... arm-linux-gcc

checking for arm-linux-objcopy... arm-linux-objcopy

checking for arm-linux-ranlib... arm-linux-ranlib

checking for arm-linux-ar... arm-linux-ar

checking for arm-linux-ld... arm-linux-ld

checking for arm-gcc... (cached) arm-linux-gcc

checking for C compiler default output file name... a.out

checking whether the C compiler works... configure: error: in `/home/programming/bootloader/blob-xscale/blob-xscale':

configure: error: cannot run C compiled programs.

If you meant to cross compile, use `--host'.

See `config.log' for more details.

是用命令:

./configure --with-linux-prefix=/up-techpxa270/kernel/linux-2.6.9/ --with-board=mainstone --host=arm

通过,
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐