Avinash S. wrote: > Hello, > > Im trying to build a kernel config for a big endian IDT79S334 board. I > have sucessfully mangaged to get a vmlinux image using Embedix tools for > little endian but am having problems with big endian configs. I am using > binutils version 2.8. I get an error when i reaches irq.c saying: ^^^ That's _very_ old. > Unknown ISA level > Unknown opcode 'clz' > > im using a mips-linux-gcc from egcs pacakge(1.1.2-4). Does anyone know > how to solve this problem or where can i get a mips-linux-gcc that > supports the opcode. It's the assembler, not the compiler. Upgrade binutils. Thiemo