* how to build cross-compiling toolchains for PowerPC?
@ 2007-01-08 2:06 onetarget
2007-01-08 21:13 ` Kelsey Dawes
0 siblings, 1 reply; 4+ messages in thread
From: onetarget @ 2007-01-08 2:06 UTC (permalink / raw)
To: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 662 bytes --]
\rDear all\r I want to build a complete cross-compiling\rtoolchains for PowerPC, the kernel I want to build is linux-2.4.25, the\rhost is FC4's PC, and I also want to use glibc-2.3.6, so with all\rabove, which gcc, glibc,binutils should I use? And what is the step\rshould I do?\r Thank you all and best regards,\r W.Target\r Jan-8-2007
-------------------------------------------------------------------
惠普商用台式机dc5750,高性能,低功耗!( http://ad4.sina.com.cn/sina/limeng3/mail_zhuiyu/2006/mail_zhuiyu_20061225.html )
===================================================================
注册新浪2G免费邮箱( http://mail.sina.com.cn/chooseMode.html )
[-- Attachment #2: Type: text/html, Size: 1079 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: how to build cross-compiling toolchains for PowerPC?
@ 2007-01-08 2:18 Chun Chung LO
0 siblings, 0 replies; 4+ messages in thread
From: Chun Chung LO @ 2007-01-08 2:18 UTC (permalink / raw)
To: onetarget, linuxppc-embedded
Hi,
You may consider using ELDK (Embedded Linux Development Kit).
Website: http://www.denx.de/wiki/DULG/ELDK
Thanks.
Best regards,
Lo Chun Chung (Chung)
ECE-DHT@ASTRI.=0D
-----Original Message-----
From: linuxppc-embedded-bounces+cclo=3Dastri.org@ozlabs.org=
[mailto:linuxppc-embedded-bounces+cclo=3Dastri.org@ozlabs.org] On Behalf=
Of onetarget@sina.com
Sent: Monday, 08 January, 2007 10:06 AM
To: linuxppc-embedded@ozlabs.org
Subject: how to build cross-compiling toolchains for PowerPC?
Importance: High
Dear all
I want to build a complete cross-compiling toolchains for PowerPC, the=
kernel I want to build is linux-2.4.25, the host is FC4's PC, and I also=
want to use glibc-2.3.6, so with all above, which gcc, glibc,binutils=
should I use? And what is the step should I do?
Thank you all and best regards,
W.Target
Jan-8-2007
-------------------------------------------------------------------
=BB=DD=C6=D5=C9=CC=D3=C3=CC=A8=CA=BD=BB=FAdc5750,=B8=DF=D0=D4=C4=DC=A3=AC=
=B5=CD=B9=A6=BA=C4=A3=A1(=
http://ad4.sina.com.cn/sina/limeng3/mail_zhuiyu/2006/mail_zhuiyu_20061225.=
html )
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=D7=A2=B2=E1=D0=C2=C0=CB2G=C3=E2=B7=D1=D3=CA=CF=E4=A3=A8=
http://mail.sina.com.cn/chooseMode.html =A3=A9
This message (including any attachments) is for the named addressee(s)'s=
use only. It may contain
sensitive, confidential, private proprietary or legally privileged=
information intended for a
specific individual and purpose, and is protected by law. If you are not=
the intended recipient,
please immediately delete it and all copies of it from your system, destroy=
any hard copies of it
and notify the sender. Any use, disclosure, copying, or distribution of=
this message and/or any
attachments is strictly prohibited.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: how to build cross-compiling toolchains for PowerPC?
2007-01-08 2:06 how to build cross-compiling toolchains for PowerPC? onetarget
@ 2007-01-08 21:13 ` Kelsey Dawes
2007-01-09 7:58 ` Igor Luri
0 siblings, 1 reply; 4+ messages in thread
From: Kelsey Dawes @ 2007-01-08 21:13 UTC (permalink / raw)
To: onetarget; +Cc: linuxppc-embedded
On Mon, Jan 08, 2007 at 10:06:24AM +0800, onetarget@sina.com wrote:
>
Dear all
I want to build a complete cross-compiling
toolchains for PowerPC, the kernel I want to build is linux-2.4.25, the
host is FC4's PC, and I also want to use glibc-2.3.6, so with all
above, which gcc, glibc,binutils should I use? And what is the step
should I do?
Thank you all and best regards,
W.Target
Jan-8-2007
>
Haven't played with any of your specific requirements as noted above; however in the past, I've had good luck using Dan Kegel's crosstool software
www.kegel.com/crosstool
It does require a bit of trial and error to get right.
Kelsey
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: how to build cross-compiling toolchains for PowerPC?
2007-01-08 21:13 ` Kelsey Dawes
@ 2007-01-09 7:58 ` Igor Luri
0 siblings, 0 replies; 4+ messages in thread
From: Igor Luri @ 2007-01-09 7:58 UTC (permalink / raw)
To: linuxppc-embedded
We use uclibc instead glibc, it is smaller.
We use buildroot to build the cross-toolchain
http://buildroot.uclibc.org/
and the following versions of binutils, gcc etc.:
Denx linux kernel 2.4.25
u-boot 1.1.6
binutils 2.14.90.0.8
gcc 3.3.6
linux-libc-headers 2.4.29
uClibc 0.9.27
gdb 6.3
I hope this helps.
Kelsey Dawes wrote:
>On Mon, Jan 08, 2007 at 10:06:24AM +0800, onetarget@sina.com wrote:
>
>
>Dear all
> I want to build a complete cross-compiling
>toolchains for PowerPC, the kernel I want to build is linux-2.4.25, the
>host is FC4's PC, and I also want to use glibc-2.3.6, so with all
>above, which gcc, glibc,binutils should I use? And what is the step
>should I do?
> Thank you all and best regards,
> W.Target
> Jan-8-2007
>
>
>
>Haven't played with any of your specific requirements as noted above; however in the past, I've had good luck using Dan Kegel's crosstool software
>
>www.kegel.com/crosstool
>
>It does require a bit of trial and error to get right.
>
>Kelsey
>_______________________________________________
>Linuxppc-embedded mailing list
>Linuxppc-embedded@ozlabs.org
>https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-01-09 8:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-08 2:06 how to build cross-compiling toolchains for PowerPC? onetarget
2007-01-08 21:13 ` Kelsey Dawes
2007-01-09 7:58 ` Igor Luri
-- strict thread matches above, loose matches on Subject: below --
2007-01-08 2:18 Chun Chung LO
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).