|
第一步构造binutils 时出错了: <br />显示如下<br />loading cache ./config.cache<br />checking host system type... i686-pc-cygwin<br />checking target system type... arm-unknown-elf<br />checking build system type... i686-pc-cygwin<br />checking for a BSD compatible install... /usr/bin/install -c<br />checking whether ln works... yes<br />checking whether ln -s works... yes<br />checking for gcc... gcc<br />checking whether the C compiler (gcc ) works... no<br />conifgure:error:installation or configuration problem:c compiler cannot executables<br /><br />cygwin 我选的完全安装,肯定装了GCC的,怎么还会报错了,<br /><br />config.log信息<br />This file contains any messages produced by compilers while<br />running configure, to aid debugging if configure makes a mistake.<br /><br />configure:595: checking host system type<br />configure:616: checking target system type<br />configure:634: checking build system type<br />configure:689: checking for a BSD compatible install<br />configure:742: checking whether ln works<br />configure:766: checking whether ln -s works<br />configure:1809: checking for gcc<br />configure:1922: checking whether the C compiler (gcc ) works<br />configure:1938: gcc -o conftest conftest.c 1>&5<br />configure: failed program was:<br /><br />#line 1933 "configure"<br />#include "confdefs.h"<br /><br />main(){return(0);}<br /><br /><br /> |
|