Hi, I'm trying to build a cross compiler on i686 for i386. Configure Line: configure --target=i386-linux-gnu Make Line: make ENABLE-LANGUAGES=C My host/build system type is: i686-pc-linux-gnu But, i'm getting the following error messages: make[2]: *** No rule to make target `/usr/local/bin/i386-linux-gnu-as', needed by `stamp-as'. Stop. make[2]: Leaving directory `/home/sudheer/bhaskar/mtp/build386/gcc' make[1]: *** [all-gcc] Error 2 make[1]: Leaving directory `/home/sudheer/bhaskar/mtp/build386' make: *** [all] Error 2 How to fix it? thanks in advance. -- Bhaskar