Re: error compiling kernel for mips

From: Maciej W. Rozycki (macro@ds2.pg.gda.pl)
Date: Thu Apr 04 2002 - 12:12:23 EST


On 3 Apr 2002, Justin Carlson wrote:

> Check out this line in the base level makefile:
>
> ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e
> s/arm.*/arm/ -e s/sa110/arm/)
>
> This actually looks broken for cross-compile, but I haven't been
> following the changes particularly closely...try using this instead:
>
> ARCH := mips

 Or shortly:

$ make "ARCH=<arch>" "CROSS_COMPILE=<prefix>" <whatever>

Here <arch> is "mips" and <prefix> is whatever prefix is is used for your
cross-compiling toolchain (e.g. "mips-linux-" or "mipsel-linux-", etc.).

> Really, though if you're compiling for mips you should probably grab the
> mips-linux CVS sources here:
>
> cvs -d :pserver:cvs@oss.sgi.com:/cvs login
> (Only needed the first time you use anonymous CVS, the password is
> "cvs")
> cvs -d :pserver:cvs@oss.sgi.com:/cvs co <repository>
>
> There's a 2.4 tagged branch that's probably closer to what you want. You
> can ask for mips-specific on linux-mips@oss.sgi.com, and you'll be much
> more likely to get a prompt and useful answer.

 Actually 2.4.19 should contain most bits from the current linux_2_4
branch from oss. Just grab the current "-pre" version.

 Getting a CVS snapshot from oss is certainly a solution as well, but the
server seems to be broken for the last few days (including its CVS server,
its mailing list server and its web server).

-- 
+  Maciej W. Rozycki, Technical University of Gdansk, Poland   +
+--------------------------------------------------------------+
+        e-mail: macro@ds2.pg.gda.pl, PGP key available        +

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Apr 07 2002 - 22:00:14 EST