Hi, Change the following in the top level makefile CROSS_COMPILE=mipsel-linux- ARCH=mips And change the link include/asm of the top directory to point to the asm-mips there. Then try configuring and compiling the kernel as usual. Hope this helps Regards KK On Tuesday 21 January 2003 10:00 am, you wrote: > Hi, > I want to compile the entire Linux Kernel 2.4.20 > for MIPS architecture. > I have mipsel-linux-gcc cross compiler. > Is this cross compiler enough or i need something else..?? > Can any one suggest me from where to start with...?? > What changes to be made in the Makefile..??? > > -San