Hello Gleb,
On Tue, 18 May 1999, Gleb O. Raiko wrote:
> Could somebody tell me location of gcc and binutils SRPMs for MIPS cross
> development on i386 ? I need gcc with Harald specs patch and binutils
> with my r3k patch. Looking at DECstation resources I was able to find
> native egcs and binutils SRPMS only.
Following is also online at
http://web.inter.nl.net/users/schnecke/mips/howto.html
If you want cross gcc you might try links at http://lena.fnet.fr/
Regards,
Richard
* Get a crosscompiling environment from
ftp://bolug.uni-bonn.de/mips/. You'll find cross-egcs and
cross-binutils there.
* Get the latest kernel source tree from the cvs server, from the
faq:
4.2 Anonymous CVS servers.
For those who always want to stay on the bleeding edge and want
to avoid having to download patch files or full tarballs we
also have an anonymous CVS server. Using CVS you can checkout
the Linux/MIPS source tree with the following commands:
cvs -d :pserver:cvs@linus.linux.sgi.com:/cvs login
(Only needed the first time you use anonymous CVS, the password
is "cvs")
cvs -d :pserver:cvs@linus.linux.sgi.com:/cvs co <repository>
where you insert linux, libc, or gdb for <repository>.
The other important CVS archive of the Linux community is
vger.rutgers.edu where a lot of code is being collected before
being sent to Linus for distribution. Although vger itself no
longer offers anonymous access, there are mirror sites which do
provide anonymous access. For details how to access them see
http://cvs.on.openprojects.net/. The modules which are of
interest are "linux", "modutils", "pciutils", "netutils".
* The CVS does not contain several R3000 related changes and the
changes for HZ != 100 on the DECstations. It will, on the other
hand, work right out of the box for R4x00 based DECs, besides the
clock problem. The necessary changes are available as seperate
patches.
* Ok, what do you need for your machine?
* Baget Series: apply
ftp://ftp.linux.sgi.com/pub/linux/mips/test/r2300_patch.gz
* R4x00 based DECstations: apply
ftp://ftp.linux.sgi.com/pub/linux/mips/test/hz_patch.gz
* R2000/r3000 based DECstations: apply both of the above.
* Build a kernel with the following .config (mind the cpu type as
Linux-MIPS is cpu dependent, a R3000 kernel won't run on a R4x00
machine).
|