Dear Sir,
i got current kernel from sourceforge. i followed the
instruction to compile the kernel.
the make menuconfig is OK, but i run make stripped. the
error is occured, the error msg is showed below:
mipsel-linux-ld:target elf32-littlemips not found
make: ** [vmlinux] Error 1
could u provided the solution how to solve it.
i had config the kernel for Philips Nino.
thanks
Logged In: YES
user_id=700654
I had this same problem
You have to edit this filr
linux/arch/mips/ld.script.little
and remove this line
OUTPUT_FORMAT("elf32-littlemips")
that's all