* Cross compiling kernels.
@ 1998-12-09 17:34 Mark S. Mathews
1998-12-10 20:21 ` Matt Porter
1998-12-11 5:36 ` Dan Malek
0 siblings, 2 replies; 4+ messages in thread
From: Mark S. Mathews @ 1998-12-09 17:34 UTC (permalink / raw)
To: LinuxPPC Dev
Hello,
I'm currently trying to build a cross compiler (hosted on x86) for
building PPC kernels to run on a single board computer with an MPC850
processor. I've read a bunch of docs, built the cross compiler from
3 different source trees, and looked at a _bunch_ of kernel stuff (docs
and code). I still have a few unanswered questions:
1) What kernel version is recommended to run the MPC8xx processors? I've
seen references to 2.1.129, but I'm not sure.
2) What compiler/binutils packages are considered 'best' for this?
The latest I've tried is binutils-2.9.1 and egcs 1.1b
3) Is there a recommended kernel release for running with the MPC8xx
processors? i.e. on the Moto MBX boards?
TIA,
Mark
Mark S. Mathews
AbsoluteValue Software Web: http://www.absoval.com
P.O. Box 941149 e-mail: mark@absoval.com
Maitland, FL 32794-1149 Phone: 407.644.8582
USA Fax: 407.539.1294
[[ 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. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Cross compiling kernels.
1998-12-09 17:34 Cross compiling kernels Mark S. Mathews
@ 1998-12-10 20:21 ` Matt Porter
1998-12-11 5:36 ` Dan Malek
1 sibling, 0 replies; 4+ messages in thread
From: Matt Porter @ 1998-12-10 20:21 UTC (permalink / raw)
To: Mark S. Mathews; +Cc: LinuxPPC Dev
On Wed, 9 Dec 1998, Mark S. Mathews wrote:
> I'm currently trying to build a cross compiler (hosted on x86) for
> building PPC kernels to run on a single board computer with an MPC850
> processor. I've read a bunch of docs, built the cross compiler from
> 3 different source trees, and looked at a _bunch_ of kernel stuff (docs
> and code). I still have a few unanswered questions:
[snip]
> 2) What compiler/binutils packages are considered 'best' for this?
> The latest I've tried is binutils-2.9.1 and egcs 1.1b
See http://members.home.net/mmporter/cross.html
--
Matt Porter
mmporter@home.com
Unix is a Linux-like operating system.
[[ 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. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Cross compiling kernels.
1998-12-09 17:34 Cross compiling kernels Mark S. Mathews
1998-12-10 20:21 ` Matt Porter
@ 1998-12-11 5:36 ` Dan Malek
1998-12-14 5:41 ` Matt Porter
1 sibling, 1 reply; 4+ messages in thread
From: Dan Malek @ 1998-12-11 5:36 UTC (permalink / raw)
To: Mark S. Mathews; +Cc: LinuxPPC Dev
Mark S. Mathews wrote:
> I'm currently trying to build a cross compiler (hosted on x86) for
> building PPC kernels.....
Has anyone been successful doing this? I get personal
e-mail almost weekly from people either using gcc 2.x.x.x,
which we all know is incorrect, or having problems building
a cross egcs. I use only egcs tools natively on LinuxPPC
machines, so I have no suggestions other than that.
> 1) What kernel version is recommended to run the MPC8xx processors? I've
> seen references to 2.1.129, but I'm not sure.
I found a couple of minor bugs in 2.1.129 when I build it
for the MPC8xx. Cort said he fixed them in 2.1.130, so
I would start with the latest vger CVS sources.
> 2) What compiler/binutils packages are considered 'best' for this?
> The latest I've tried is binutils-2.9.1 and egcs 1.1b
That's it.
> 3) Is there a recommended kernel release for running with the MPC8xx
> processors? i.e. on the Moto MBX boards?
The original port was done on the MBX860 board, so that
always seems to work. I have recently finished some 823/850
stuff and realized the configuration needs lots of work, so
I am doing that right now. The major changes include
moving most of the CONFIG_MBX to generic CONFIG_8xx,
uart/serial driver configuration, the Ethernet configurable
on any SCC, and boot code changes. I have one more board
to port next week, and I will dump the changes on Cort :-).
In my spare time I am trying to port the latest USB software
to the 850. Anyone else interested, let me know.
-- Dan
[[ 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. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: Cross compiling kernels.
1998-12-11 5:36 ` Dan Malek
@ 1998-12-14 5:41 ` Matt Porter
0 siblings, 0 replies; 4+ messages in thread
From: Matt Porter @ 1998-12-14 5:41 UTC (permalink / raw)
To: Dan Malek; +Cc: Mark S. Mathews, LinuxPPC Dev
On Fri, 11 Dec 1998, Dan Malek wrote:
> Mark S. Mathews wrote:
>
> > I'm currently trying to build a cross compiler (hosted on x86) for
> > building PPC kernels.....
>
> Has anyone been successful doing this? I get personal
> e-mail almost weekly from people either using gcc 2.x.x.x,
> which we all know is incorrect, or having problems building
> a cross egcs. I use only egcs tools natively on LinuxPPC
> machines, so I have no suggestions other than that.
Don't use gcc! See my web page at
http://members.home.net/mmporter/cross.html for instructions on building
cross development tools and the latest version to use.
--
Matt Porter
mmporter@home.com
Unix is a Linux-like operating system.
[[ 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. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~1998-12-14 5:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1998-12-09 17:34 Cross compiling kernels Mark S. Mathews
1998-12-10 20:21 ` Matt Porter
1998-12-11 5:36 ` Dan Malek
1998-12-14 5:41 ` Matt Porter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).