Click to See Complete Forum and Search --> : Compiling kernel for another computer
arnesten
02-25-2001, 01:58 PM
I have one fast computer, PII, and one very slow, 486 sx-25. Can I compile a kernel on the PII and use on the slower pc? How?
Can I compile regular software on the fast and only copy the necessary binaries to the slow computer?
Strike
02-25-2001, 03:00 PM
Sure you can. For the kernel, I don't think it matters where you compile it - just move the image and you are fine.
For compiling other software, you will want to unpack the tarball, ./configure it, and then move that folder to the compiling machine to make it, and then move the folder back to make install it. At least, that seems like it SHOULD work in theory.
----edit----
fixed typo
[ 25 February 2001: Message edited by: Strike ]
manual_overide
02-25-2001, 03:20 PM
it should work. They are both x86 processors. I don't think it would work if you were going from, say, a SPARC to an x86 though.
bdg1983
02-25-2001, 06:40 PM
just make sure you compile it for the right processor when you choosing options
bdg1983
02-25-2001, 06:41 PM
this includes making sure you include that math proc emulation thing