From: Marcus Sundberg <hidden> Date: 1999-07-07 11:59:05
Scott Wood wrote:
I'd still like to know if anyone has a working 2.2 kernel on the RPX Lite... I'd compile one myself, but my B&W G3 LinuxPPC box
is getting its guts replaced and I've heard horror stories about cross-compling the kernel...
Well, I've heard horror stories about compiling "hello world" too,
but that doesn't mean it's particularly complicated. ;)
If "cross-compiling" from PPC I can't see why you should need to do
anything else than configure the kernel properly.
And this diff is all that is needed to cross-compile from ix86 Linux:
diff -urN linux-2.2.10.orig/Makefile embedded-2.2.10/Makefile
--- linux-2.2.10.orig/Makefile Sat May 29 03:10:19 1999+++ embedded-2.2.10/Makefile Tue Jul 6 18:32:40 1999
//Marcus
--
-------------------------------+------------------------------------
Marcus Sundberg | http://www.stacken.kth.se/~mackan/
Royal Institute of Technology | Phone: +46 707 295404
Stockholm, Sweden | E-Mail: mackan@stacken.kth.se
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
From: Scott Wood <hidden> Date: 1999-07-07 19:10:11
Thanks... mkdep was taking over all my CPU/RAM on my machine, but it worked fine on another RedHat-5.2 box. Now all I need is a
cross-compiler... any idea where I can get ppc-linux-gcc?
Marcus Sundberg wrote:
quoted hunk
Scott Wood wrote:
quoted
I'd still like to know if anyone has a working 2.2 kernel on the RPX Lite... I'd compile one myself, but my B&W G3 LinuxPPC box
is getting its guts replaced and I've heard horror stories about cross-compling the kernel...
Well, I've heard horror stories about compiling "hello world" too,
but that doesn't mean it's particularly complicated. ;)
If "cross-compiling" from PPC I can't see why you should need to do
anything else than configure the kernel properly.
And this diff is all that is needed to cross-compile from ix86 Linux:
diff -urN linux-2.2.10.orig/Makefile embedded-2.2.10/Makefile
--- linux-2.2.10.orig/Makefile Sat May 29 03:10:19 1999+++ embedded-2.2.10/Makefile Tue Jul 6 18:32:40 1999
//Marcus
--
-------------------------------+------------------------------------
Marcus Sundberg | http://www.stacken.kth.se/~mackan/
Royal Institute of Technology | Phone: +46 707 295404
Stockholm, Sweden | E-Mail: mackan@stacken.kth.se
--
+---------------------+----------------------+
| Scott Wood | Systems Engineer |
|=====================+======================|
| BroadLink Communications |
+--------------------------------------------+
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
From: Matt Porter <hidden> Date: 1999-07-07 21:35:15
On Wed, 7 Jul 1999, Scott Wood wrote:
Thanks... mkdep was taking over all my CPU/RAM on my machine, but it worked fine on another RedHat-5.2 box. Now all I need is a
cross-compiler... any idea where I can get ppc-linux-gcc?
http://members.home.net/mmporter/cross.html
Binaries are out of date since I'm developing natively these days, but the
build process is documented there as well.
--
Matt Porter
mmporter@home.com
This is Linux Country. On a quiet night, you can hear Windows reboot.
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
From: Scott Wood <hidden> Date: 1999-07-08 20:34:40
I tried recompiling gcc and binutils from RedHat's SRPMS, but encountered a plethora of errors. The versions on your page worked
flawlessly. Thanks a bunch, that saved me a lot of time and energy!!
Matt Porter wrote:
On Wed, 7 Jul 1999, Scott Wood wrote:
quoted
Thanks... mkdep was taking over all my CPU/RAM on my machine, but it worked fine on another RedHat-5.2 box. Now all I need is a
cross-compiler... any idea where I can get ppc-linux-gcc?
http://members.home.net/mmporter/cross.html
Binaries are out of date since I'm developing natively these days, but the
build process is documented there as well.
--
Matt Porter
mmporter@home.com
This is Linux Country. On a quiet night, you can hear Windows reboot.
--
+---------------------+----------------------+
| Scott Wood | Systems Engineer |
|=====================+======================|
| BroadLink Communications |
+--------------------------------------------+
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]