* [U-Boot-Users] IXP425 processor
@ 2006-01-25 2:23 Frank
0 siblings, 0 replies; 12+ messages in thread
From: Frank @ 2006-01-25 2:23 UTC (permalink / raw)
To: u-boot
Does the EDK4.0 cross toolchain support the IXP425 Xscale
processor?
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot-Users] IXP425 processor
@ 2006-01-25 15:27 Martijn de Gouw
2006-01-25 15:38 ` Stefan Roese
0 siblings, 1 reply; 12+ messages in thread
From: Martijn de Gouw @ 2006-01-25 15:27 UTC (permalink / raw)
To: u-boot
> -----Original Message-----
> From: u-boot-users-admin at lists.sourceforge.net
> [mailto:u-boot-users-admin at lists.sourceforge.net] On Behalf Of Frank
> Sent: woensdag 25 januari 2006 3:23
> To: u-boot-users at lists.sourceforge.net
> Subject: [U-Boot-Users] IXP425 processor
>
> Does the EDK4.0 cross toolchain support the IXP425 Xscale
> processor?
>
Yes, use the arm toolchain
Regards, martijn
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot-Users] IXP425 processor
2006-01-25 15:27 Martijn de Gouw
@ 2006-01-25 15:38 ` Stefan Roese
2006-01-25 15:51 ` Frank
2006-01-25 20:44 ` Wolfgang Denk
0 siblings, 2 replies; 12+ messages in thread
From: Stefan Roese @ 2006-01-25 15:38 UTC (permalink / raw)
To: u-boot
On Wednesday 25 January 2006 16:27, Martijn de Gouw wrote:
> > Does the EDK4.0 cross toolchain support the IXP425 Xscale
> > processor?
>
> Yes, use the arm toolchain
I am afraid, but ELDK 4.0 doesn't have an arm toolchain right now. Might come
in a future release. But the ELDK 3.1.1 has an arm toolchain which can be
used for ARM U-Boot ports.
Best regards,
Stefan
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot-Users] IXP425 processor
2006-01-25 15:38 ` Stefan Roese
@ 2006-01-25 15:51 ` Frank
2006-01-25 17:20 ` Stefan Roese
2006-01-25 20:45 ` Wolfgang Denk
2006-01-25 20:44 ` Wolfgang Denk
1 sibling, 2 replies; 12+ messages in thread
From: Frank @ 2006-01-25 15:51 UTC (permalink / raw)
To: u-boot
--- Stefan Roese <sr@denx.de> wrote:
> On Wednesday 25 January 2006 16:27, Martijn de Gouw wrote:
> > > Does the EDK4.0 cross toolchain support the IXP425 Xscale
> > > processor?
> >
> > Yes, use the arm toolchain
>
> I am afraid, but ELDK 4.0 doesn't have an arm toolchain right
> now. Might come
> in a future release. But the ELDK 3.1.1 has an arm toolchain
> which can be
> used for ARM U-Boot ports.
>
> Best regards,
> Stefan
Thanks,
I'm assuming there won't be problem using the 3.1.1 ELDK with
the 2.6 kernel, correct?
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot-Users] IXP425 processor
@ 2006-01-25 17:10 Martin Krause
2006-01-25 17:17 ` Stefan Roese
0 siblings, 1 reply; 12+ messages in thread
From: Martin Krause @ 2006-01-25 17:10 UTC (permalink / raw)
To: u-boot
u-boot-users-admin at lists.sourceforge.net wrote on :
> On Wednesday 25 January 2006 16:27, Martijn de Gouw wrote:
> > > Does the EDK4.0 cross toolchain support the IXP425 Xscale
> > > processor?
> >
> > Yes, use the arm toolchain
>
> I am afraid, but ELDK 4.0 doesn't have an arm toolchain right now.
> Might come in a future release. But the ELDK 3.1.1 has an arm
> toolchain which can be used for ARM U-Boot ports.
Oh? I just installed ELDK 4.0 for arm (the arm-2006-01-16.iso)
and did a MAKEALL for an arm board (cmc_pu2). There was a bunch of
new compiler warnings, but nevertheless I got an u-boot.bin image.
A not working image, though :(
Regards,
Martin
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot-Users] IXP425 processor
2006-01-25 17:10 [U-Boot-Users] IXP425 processor Martin Krause
@ 2006-01-25 17:17 ` Stefan Roese
0 siblings, 0 replies; 12+ messages in thread
From: Stefan Roese @ 2006-01-25 17:17 UTC (permalink / raw)
To: u-boot
Hi Martin,
On Wednesday 25 January 2006 18:10, Martin Krause wrote:
> > I am afraid, but ELDK 4.0 doesn't have an arm toolchain right now.
> > Might come in a future release. But the ELDK 3.1.1 has an arm
> > toolchain which can be used for ARM U-Boot ports.
>
> Oh? I just installed ELDK 4.0 for arm (the arm-2006-01-16.iso)
Hey! I didn't know this. So even in our small company the information flow is
not that good. ;-)
Viele Gr??e,
Stefan
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot-Users] IXP425 processor
2006-01-25 15:51 ` Frank
@ 2006-01-25 17:20 ` Stefan Roese
2006-01-25 20:45 ` Wolfgang Denk
1 sibling, 0 replies; 12+ messages in thread
From: Stefan Roese @ 2006-01-25 17:20 UTC (permalink / raw)
To: u-boot
Hi Frank,
On Wednesday 25 January 2006 16:51, Frank wrote:
> I'm assuming there won't be problem using the 3.1.1 ELDK with
> the 2.6 kernel, correct?
Sorry but ELDK 3.1.1 uses gcc 3.3.3 which seems to be a too old for the recent
2.6.15er kernels.
But as Martin mentioned, a arm version of the ELDK 4.0 toolchain is available.
Please give it a try.
Best regards,
Stefan
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot-Users] IXP425 processor
2006-01-25 15:38 ` Stefan Roese
2006-01-25 15:51 ` Frank
@ 2006-01-25 20:44 ` Wolfgang Denk
1 sibling, 0 replies; 12+ messages in thread
From: Wolfgang Denk @ 2006-01-25 20:44 UTC (permalink / raw)
To: u-boot
In message <200601251638.48085.sr@denx.de> you wrote:
>
> I am afraid, but ELDK 4.0 doesn't have an arm toolchain right now. Might come
Stefan, you should know better ;-)
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I am a computer. I am dumber than any human and smarter than any ad-
ministrator.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot-Users] IXP425 processor
2006-01-25 15:51 ` Frank
2006-01-25 17:20 ` Stefan Roese
@ 2006-01-25 20:45 ` Wolfgang Denk
2006-01-25 21:49 ` Frank
1 sibling, 1 reply; 12+ messages in thread
From: Wolfgang Denk @ 2006-01-25 20:45 UTC (permalink / raw)
To: u-boot
In message <20060125155138.81546.qmail@web32207.mail.mud.yahoo.com> you wrote:
>
> I'm assuming there won't be problem using the 3.1.1 ELDK with
> the 2.6 kernel, correct?
I didn't try for ARM, but there may be trouble ahead - for example,
it definitely does not work any more for PowerPC (binutils too old).
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The Buddha, the Godhead, resides quite as comfortably in the circuits
of a digital computer or the gears of a cycle transmission as he does
at the top of a mountain or in the petals of a flower.
- R. Pirsig, "Zen and the Art of Motorcycle Maintenance"
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot-Users] IXP425 processor
2006-01-25 20:45 ` Wolfgang Denk
@ 2006-01-25 21:49 ` Frank
2006-01-25 22:40 ` Wolfgang Denk
0 siblings, 1 reply; 12+ messages in thread
From: Frank @ 2006-01-25 21:49 UTC (permalink / raw)
To: u-boot
--- Wolfgang Denk <wd@denx.de> wrote:
> In message
> <20060125155138.81546.qmail@web32207.mail.mud.yahoo.com> you
> wrote:
> >
> > I'm assuming there won't be problem using the 3.1.1 ELDK
> with
> > the 2.6 kernel, correct?
>
> I didn't try for ARM, but there may be trouble ahead - for
> example,
> it definitely does not work any more for PowerPC (binutils too
> old).
>
> Best regards,
>
> Wolfgang Denk
Actually, I'm using 4.0 for powerPc so that is not a probelm. I
have a project coming up which will require me to cross tools
for IXP425. I'll see if they (4.0 on ARM) work for the 2.6
kernel when the board comes in...
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot-Users] IXP425 processor
2006-01-25 21:49 ` Frank
@ 2006-01-25 22:40 ` Wolfgang Denk
2006-01-25 23:10 ` Frank
0 siblings, 1 reply; 12+ messages in thread
From: Wolfgang Denk @ 2006-01-25 22:40 UTC (permalink / raw)
To: u-boot
In message <20060125214917.32317.qmail@web32212.mail.mud.yahoo.com> you wrote:
>
> for IXP425. I'll see if they (4.0 on ARM) work for the 2.6
> kernel when the board comes in...
They should work fine. That's what we've tested.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The typical page layout program is nothing more than an electronic
light table for cutting and pasting documents.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot-Users] IXP425 processor
2006-01-25 22:40 ` Wolfgang Denk
@ 2006-01-25 23:10 ` Frank
0 siblings, 0 replies; 12+ messages in thread
From: Frank @ 2006-01-25 23:10 UTC (permalink / raw)
To: u-boot
--- Wolfgang Denk <wd@denx.de> wrote:
> In message
> <20060125214917.32317.qmail@web32212.mail.mud.yahoo.com> you
> wrote:
> >
> > for IXP425. I'll see if they (4.0 on ARM) work for the 2.6
> > kernel when the board comes in...
>
> They should work fine. That's what we've tested.
>
> Best regards,
>
> Wolfgang Denk
Great...
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2006-01-25 23:10 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-25 17:10 [U-Boot-Users] IXP425 processor Martin Krause
2006-01-25 17:17 ` Stefan Roese
-- strict thread matches above, loose matches on Subject: below --
2006-01-25 15:27 Martijn de Gouw
2006-01-25 15:38 ` Stefan Roese
2006-01-25 15:51 ` Frank
2006-01-25 17:20 ` Stefan Roese
2006-01-25 20:45 ` Wolfgang Denk
2006-01-25 21:49 ` Frank
2006-01-25 22:40 ` Wolfgang Denk
2006-01-25 23:10 ` Frank
2006-01-25 20:44 ` Wolfgang Denk
2006-01-25 2:23 Frank
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox