All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux kernel for MIPS architecture
@ 2003-01-21  4:30 santosh kumar gowda
  2003-01-21  6:58 ` Krishnakumar. R
  0 siblings, 1 reply; 3+ messages in thread
From: santosh kumar gowda @ 2003-01-21  4:30 UTC (permalink / raw)
  To: linux-mips

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Linux kernel for MIPS architecture
  2003-01-21  4:30 Linux kernel for MIPS architecture santosh kumar gowda
@ 2003-01-21  6:58 ` Krishnakumar. R
  2003-01-21 10:45   ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Krishnakumar. R @ 2003-01-21  6:58 UTC (permalink / raw)
  To: santosh kumar gowda; +Cc: linux-mips

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Linux kernel for MIPS architecture
  2003-01-21  6:58 ` Krishnakumar. R
@ 2003-01-21 10:45   ` Geert Uytterhoeven
  0 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2003-01-21 10:45 UTC (permalink / raw)
  To: Krishnakumar. R; +Cc: santosh kumar gowda, Linux/MIPS Development

On Tue, 21 Jan 2003, Krishnakumar. R wrote:
> Change the following in the top level makefile
> 
> CROSS_COMPILE=mipsel-linux-
> ARCH=mips

Or always say `make CROSS_COMPILE=mipsel-linux- ARCH=mips' instead of `make'.

> And change the link 
> include/asm
> of the top directory to point to
> the asm-mips there.

Changing the link is not necessay. `make config' will do that for you.

> Then try configuring and compiling the kernel
> as usual.

> On Tuesday 21 January 2003 10:00 am, you wrote:
> > I want to compile the entire Linux Kernel 2.4.20
> > for MIPS architecture.

And most probably you'll want to use the kernel source tree from Linux/MIPS
CVS, not the one on ftp.kernel.org.

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-01-21 12:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-21  4:30 Linux kernel for MIPS architecture santosh kumar gowda
2003-01-21  6:58 ` Krishnakumar. R
2003-01-21 10:45   ` Geert Uytterhoeven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.