From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id fADFtoV05016 for linux-mips-outgoing; Tue, 13 Nov 2001 07:55:50 -0800 Received: from ocean.lucon.org (c1473286-a.stcla1.sfba.home.com [24.176.137.160]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id fADFtk005013 for ; Tue, 13 Nov 2001 07:55:46 -0800 Received: by ocean.lucon.org (Postfix, from userid 1000) id EEA72125C0; Tue, 13 Nov 2001 07:55:43 -0800 (PST) Date: Tue, 13 Nov 2001 07:55:43 -0800 From: "H . J . Lu" To: Marc Karasek Cc: Dan Temple , Linux MIPS Subject: Re: BE Toolchain Message-ID: <20011113075543.A30676@lucon.org> References: <1004708261.31067.6.camel@localhost.localdomain> <3BE2A852.AFF0D905@mips.com> <1005662974.10352.2.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1005662974.10352.2.camel@localhost.localdomain>; from marc_karasek@ivivity.com on Tue, Nov 13, 2001 at 09:49:20AM -0500 Sender: owner-linux-mips@oss.sgi.com Precedence: bulk On Tue, Nov 13, 2001 at 09:49:20AM -0500, Marc Karasek wrote: > I have one question: I did not know that RH had a MIPS dist for 7.1. > Is this something MIPS has done from the RH sources? Or is RH planning > on supporting MIPS now? > Red Hat doesn't have a mips port. It is me who ported RedHat 7.1 to mips. H.J. --- My mini-port of RedHat 7.1 is at ftp://oss.sgi.com/pub/linux/mips/redhat/7.1/ you should be able to put a small RedHat 7.1 on the mips/mipsel box and compile the rest of RedHat 7.1 yourselves. Here are something you should know: 1. The cross compiler hosted on RedHat 7.1/ia32 is provided as a toolchain rpm. The binary rpms for the mips and mipsel cross compilers are included. You may need glibc 2.2.3-11 or above to use those rpms. The glibc x86 binary rpms under RPMS/i386 should be ok. 2. You have to find a way to put those rpms on your machine. I use network boot and NFS root to do it. 3. install.tar.bz2 has some scripts to prepare NFS root and install RedHat 7.1 on a hard drive. 4. baseline.tar.bz2 contains the cross build tree. 5. Since everything is cross compiled from x86, which is little endian, many data files for mips, which is big endian, are either missing or wrong. To get those data files for mips, you have to rebuild/install the folowing rpms: cracklib glibc natively on Linux/mips. Thanks. H.J.