>>>>> On Tue, 28 Mar 2006 02:35:57 -0800 (PST), Krishna <dhunjukrishna@xxxxxxxxx> said: > I went to the site (http://www.linux-mips.org/wiki/Toolchains > > Pre-built/Build Kits ).. Downloaded the following tools > -binutils-2.16.1 > -gcc-4.1.0 > -gdb-6.4 > And followed the installation instruction as described there. First > installed binutils successfully. But got follwing error while doing > make -j2 in the process of installing gcc-4.1.c: If you want to use gcc 4.1, Add --disable-libmudflap --disable-libssp when configuring the bootstrap gcc. These libraries are not required to compile linux kernel. --- Atsushi Nemoto