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'.