This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FW: Problem building cross compiler gcc-4.0.3 for ARM using CYGWIN in Windows2000


Kanwal Preet Singh CHANANA wrote :

> /cygdrive/c/build/build-gcc/gcc/xgcc

-B/cygdrive/c/build/build-gcc/gcc/
-B/cygdrive/c/build/Build/arm-elf/bin/
-B/cygdrive/c/build/Build/arm-elf/lib/
-isystem /cygdrive/c/build/Build/arm-elf/include
-isystem /cygdrive/c/build/Build/arm-elf/sys-include

My config options is as below:
$ ./gcc4.0.3/configure --target=$TARGET --prefix=$PREFIX


Are these values in sync with what your LOG told?
That $TARGET="arm-elf" and $PREFIX="/cygdrive/c/build/Build" ?

Those '-isystem' options should take care that the target
headers will be found in the '$PREFIX/$TARGET/*include'.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]