Mudeem Iqbal wrote: > hi, > > I have built a toolchain using the following combination > > binutils-2.15 > gcc-3.4.3 > glibc-2.3.3 > linux-2.6.9 (from linux-mips.org) > > I am cross compiling linux kernel for mips. I think the toolchain has been > successfully built. But when cross compiling the kernel I get the following > error > > CC mm/fremap.o > mipsel-linux-ld: final link failed: Bad value > make[1]: *** [mm/fremap.o] Error 1 A _final_ link for mm/fremap.o sounds like a broken cc invocation in mm/Makefile (does it miss the '-c' somehow?). Thiemo