Hi, I would like to compile a version of gcc using the sparc-elf target. I have successfully managed to compile gcc by using the --host=mingw32 and --target=mingw32 configure flags. When I change the target to be sparc-elf and run Make, I get this error: "/bin/sh: sparc-elf-gcc: command not found". I am compiling under msys on Windows 7 and have installed the various prerequisites: Binutils, Flex, Bison, GMP, MPFR and MPC. Here is my full configure command: ../gcc_4_3_0_release_src/configure --prefix=/sparc-gcc --host=mingw32 --target=sparc-elf --program-prefix="" --with-lib-path=/mingw/mingw32/lib:/mingw/lib:/usr/local/lib:/lib:/usr/lib --with-gcc --with-gnu-as --with-gnu-ld --disable-nls --disable-shared --enable-languages=c,c++ Does anyone have any ideas? I can provide further details if that would help but wanted to start with the basics. Best regards, Alan -- View this message in context: http://old.nabble.com/Compiling-gcc-with-sparc-elf-target-tp30605094p30605094.html Sent from the gcc - Help mailing list archive at Nabble.com.