configure error cannot run c compiled programs 解决办法

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
通过

你可能感兴趣的:(c,File,System,Build,compiler,output)