Hi, On Mon, 03 Apr 2006 22:04:03 -0400 "Stephen P. Becker" <geoman@xxxxxxxxxx> wrote: > Yoichi Yuasa wrote: > > Hi, > > > > I got the following error, when I built the kernel using current git. > > > > Yoichi > > Why don't you take a closer look at the output of "gcc -v" which you > pasted below, and then you tell us why your x86 toolchain can't build a > mips kernel. Because, the first error occurs in using HOSTCC. mips toolchain is $ mipsel-linux-gcc -v Reading specs from /usr/local/cross/lib/gcc-lib/mipsel-linux/3.3.2/specs Configured with: ../gcc-3.3.2/configure --target=mipsel-linux --prefix=/usr/local/cross --enable-languages=c --without-headers --disable-shared --disable-threads : (reconfigured) ../gcc-3.3.2/configure --target=mipsel-linux --prefix=/usr/local/cross --enable-languages=c --without-headers --disable-shared --disable-threads : (reconfigured) ../gcc-3.3.2/configure --target=mipsel-linux --prefix=/usr/local/cross --enable-languages=c --without-headers --disable-shared --disable-threads : (reconfigured) ../gcc-3.3.2/configure --target=mipsel-linux --prefix=/usr/local/cross --enable-languages=c --disable-shared Thread model: posix gcc version 3.3.2 Yoichi