All of lore.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <dm@neteng.engr.sgi.com>
To: linux@neteng.engr.sgi.com
Subject: native Linux/MIPS binaries
Date: Mon, 17 Jun 1996 14:20:40 -0700	[thread overview]
Message-ID: <199606172120.OAA17636@neteng.engr.sgi.com> (raw)


I'm going to be away giving talks in the U.K. until Thursday
afternoon.  With that in mind I'm going to show people how they can
begin to become acquainted with the work that is already done, and
how to setup a cross-compilation environment both for the kernel and
for userland binaries.

If you want to checkout and build your own SGILinux kernels, Larry and
myself have set things up so that this is possible on neteng.  Just
ask Larry to put you into group 'hackers' on neteng and you'll be able
to check out a CVS kernel source tree.

Step 1:  Get added to group 'hackers' on neteng.
Step 2:  Make sure the following are close to the beginning of your
	 PATH:

	/usr/local/gnu-cross-seb/bin

		These are the cross gcc/binutils utilities necessary
		to build a SGI Linux kernel.

	/hosts/neteng/usr/people/dm/install/bin

		These are miscellaneous GNU utilities such as CVS,
		GNU make, and GNU awk, which are required for the
		build process.

Step 3:  Set CVSROOT environment variable to /hosts/tanya/cvs and
	 checkout your very own kernel.

	$ export CVSROOT=/hosts/tanya/cvs
	$ mkdir src
	$ cd src
	$ cvs checkout linux

	 If you've had a tree for a while, or see some updates on
	 linux-progress you would like integrated into your tree
	 do this.

	$ cd src
	$ cvs update linux

	 If you want to make changes to the source, and feel overly
	 free to, specify the file to be 'committed' back into the
	 CVS repository like this.

	$ cd src/linux/drivers/net
	$ cvs commit -m "My cool checkin message." sgiseeq.c sgiseeq.h

	 CVS has a lot of other powerful features such as revision
	 diffs, automatic commit conflict detection etc.

Step 4:  Configure and build.

	$ cd linux
	$ make oldconfig
	$ make dep; make clean
	$ make vmlinux

	 Or if you like parallel builds (neteng can build Linux
	 kernels in around 2 1/2 minutes flat) replace the last
	 command with.

	$ make -j

Step 5:  If you want, boot the thing.

	$ cp vmlinux /usr/local/boot

	 Go into the ARCS boot monitor prompt on the other machine
	 and say something like

	>> bootp()server:vmlinux

	 And it should at least do something interesting ;-)


For userland, unfortunately, I can only point you at where the current
Linux/MIPS information is located.  I will be doing some detective
work on native userland binaries myself when I return, but people can
check it out for now if they would like to.

The current main distribution site is:

ftp.fnet.fr:/linux-mips/

The current library the other MIPS are using as a basis cannot be
obtained from the above site, it is a pre-test release of GNU libc,
you can obtain snapshots of these prereleases from:

alpha.gnu.ai.mit.edu:/roland/

These are developer snapshots, so don't be surprised if it doesn't
work without applying a hammer to the code/makefiles. ;-)

I believe that the cross-development tools provided on ftp.fnet.fr can
be used to compile the GNU libc and subsequently the userlevel
binaries linked with GNU libc.

The Linux/MIPS web site hasn't been talking to me lately, seems like a
configuration on their end, but for reference it is:

http://www.fnet.fr/linux-mips/

The documation provided there can be found at the Linux/MIPS ftp site
as well I believe.

Later,
David S. Miller
dm@sgi.com
	

                 reply	other threads:[~1996-06-17 21:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199606172120.OAA17636@neteng.engr.sgi.com \
    --to=dm@neteng.engr.sgi.com \
    --cc=dm@sgi.com \
    --cc=linux@neteng.engr.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.