Hello, I'm trying to compile a GCC toolchain with target=arm-elf and hosted on Cygwin/PC. Unfortunately, both GCC 4.5.1, taken from the official mirror, and 4.6 trunk taken from SVN fail to compile with the following error message:
checking dynamic linker characteristics... no checking how to hardcode library paths into programs... immediate checking for shl_load... configure: error: Link tests are not allowed after GCC_ NO_EXECUTABLES. make[1]: *** [configure-target-libstdc++-v3] Error 1 They were configured with: $ ../configure --prefix=/opt/arm/gcc-4.5.1 --target=arm-elf --enable-interwork --enable-multilib --enable-languages=c,c++ Best regards, Piotr Wyderski