linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Latest GCC/GLIBC working combo for a Linux 2.4.x kernel?
@ 2007-05-25  0:28 Sasvata Chatterjee
  2007-05-25 12:54 ` Clemens Koller
  2007-05-25 21:39 ` Wolfgang Denk
  0 siblings, 2 replies; 4+ messages in thread
From: Sasvata Chatterjee @ 2007-05-25  0:28 UTC (permalink / raw)
  To: linuxppc-embedded

[-- Attachment #1: Type: text/plain, Size: 640 bytes --]

Hi!

We are using a RHEL/386 machine to cross-compile for Debian/PowerPC (8260)
target, a few year old embedded system that we inherited.  The kernel is
2.4.9. Using crosstools, and following Dan Kegel's notes, the combo we have
is gcc-2.95-3/glibc-2.2.5.

Does anybody have any working version using newer versions of the 2.4 kernel
and newer GCC versions for a powerpc-603e target?  One motivation is to use
BusyBox-1.5.1, but I am told on that list that GCC 2/x is too old (I tried
before I asked, it doesn't compile).

Any help, pointers, example config files for crosstools, etc. would be
really appreciated!

Thanks in advance,
Shash

[-- Attachment #2: Type: text/html, Size: 699 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Latest GCC/GLIBC working combo for a Linux 2.4.x kernel?
  2007-05-25  0:28 Latest GCC/GLIBC working combo for a Linux 2.4.x kernel? Sasvata Chatterjee
@ 2007-05-25 12:54 ` Clemens Koller
  2007-05-25 21:39 ` Wolfgang Denk
  1 sibling, 0 replies; 4+ messages in thread
From: Clemens Koller @ 2007-05-25 12:54 UTC (permalink / raw)
  To: Sasvata Chatterjee; +Cc: linuxppc-embedded

Hi, Sasvata!

> We are using a RHEL/386 machine to cross-compile for Debian/PowerPC 
> (8260) target, a few year old embedded system that we inherited.  The 
> kernel is 2.4.9. Using crosstools, and following Dan Kegel's notes, the 
> combo we have is gcc-2.95-3/glibc-2.2.5.
> 
> Does anybody have any working version using newer versions of the 2.4 
> kernel and newer GCC versions for a powerpc-603e target?  One motivation 
> is to use BusyBox-1.5.1, but I am told on that list that GCC 2/x is too 
> old (I tried before I asked, it doesn't compile).

It's propably painful to work your way through crosstools with such an
old toolchain. I would have a look if one of the ELDK's from
http://www.denx.de can be used for your board - at least for a good start.
If you run into problems with older linux-2.4 kernel version with the newer ELDK's,
you can also go back to some older version?

> Any help, pointers, example config files for crosstools, etc. would be 
> really appreciated!

You are always welcome at their mailing list. See:
http://kegel.com/crosstool

Best greets,
-- 
Clemens Koller
__________________________________
R&D Imaging Devices
Anagramm GmbH
Rupert-Mayer-Straße 45/1
Linhof Werksgelände
D-81379 München
Tel.089-741518-50
Fax 089-741518-19
http://www.anagramm-technology.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Latest GCC/GLIBC working combo for a Linux 2.4.x kernel?
  2007-05-25  0:28 Latest GCC/GLIBC working combo for a Linux 2.4.x kernel? Sasvata Chatterjee
  2007-05-25 12:54 ` Clemens Koller
@ 2007-05-25 21:39 ` Wolfgang Denk
  2007-05-29 15:29   ` Sasvata Chatterjee
  1 sibling, 1 reply; 4+ messages in thread
From: Wolfgang Denk @ 2007-05-25 21:39 UTC (permalink / raw)
  To: Sasvata Chatterjee; +Cc: linuxppc-embedded

In message <a9fc2a630705241728q4d203569n6eb008cc65a7eba9@mail.gmail.com> you wrote:
> 
> Does anybody have any working version using newer versions of the 2.4 kernel
> and newer GCC versions for a powerpc-603e target?  One motivation is to use
> BusyBox-1.5.1, but I am told on that list that GCC 2/x is too old (I tried
> before I asked, it doesn't compile).

Did you have a look at the ELDK?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
There are bugs and then there are bugs.  And then there are bugs.
                                                    - Karl Lehenbauer

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Latest GCC/GLIBC working combo for a Linux 2.4.x kernel?
  2007-05-25 21:39 ` Wolfgang Denk
@ 2007-05-29 15:29   ` Sasvata Chatterjee
  0 siblings, 0 replies; 4+ messages in thread
From: Sasvata Chatterjee @ 2007-05-29 15:29 UTC (permalink / raw)
  To: Wolfgang Denk; +Cc: linuxppc-embedded

[-- Attachment #1: Type: text/plain, Size: 628 bytes --]

Wolfgang,

Thanks for the pointer, and I am familiar with ELDK, since we are planning
on using it for a brand new embedded system.

On the older system, for which I started this thread, we need to use kernel
2.4.  ELDK-4.1 is based on kernel 2.6.19.  Is there an older ELDK I can get
that supported 2.4.x kernel with > 3.x GCC?

Thanks again!

Shash

PS: I have built gcc-4.1.1-glibc-2.3.6 cross-compiler for powerc-603e, and
working through compilation of kernel-2.4.26, but there are lots of problems
that I am needing to work through.

On 5/25/07, Wolfgang Denk <wd@denx.de> wrote:
>
>
> Did you have a look at the ELDK?
>
>

[-- Attachment #2: Type: text/html, Size: 941 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-05-29 15:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-25  0:28 Latest GCC/GLIBC working combo for a Linux 2.4.x kernel? Sasvata Chatterjee
2007-05-25 12:54 ` Clemens Koller
2007-05-25 21:39 ` Wolfgang Denk
2007-05-29 15:29   ` Sasvata Chatterjee

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).