linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Anyone built a PPC cross compiler on debian?
@ 2002-10-03  3:54 Erik Christiansen
  2002-10-03  4:17 ` Dr. Craig Hollabaugh
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Erik Christiansen @ 2002-10-03  3:54 UTC (permalink / raw)
  To: linuxppc-embedded


   Penguinppc.org's "Cross Development mini-howto for PPC Linux" failed
to build on my x86 debian woody host, due to an autoconf bug. (Thanks to
Hollis Blanchard for identifying this.)

   Also looked at the "Embedded Linux Development Kit" at www.denx.de,
but the list of supported hosts does not include debian.

   While I toss a coin to choose between trying to build binutils in a
manual hack, or dealing with RPMs on debian, is there another option
that should be considered?

Thanks,
Erik


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: Anyone built a PPC cross compiler on debian?
  2002-10-03  3:54 Anyone built a PPC cross compiler on debian? Erik Christiansen
@ 2002-10-03  4:17 ` Dr. Craig Hollabaugh
  2002-10-03  4:35 ` Matt Porter
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Dr. Craig Hollabaugh @ 2002-10-03  4:17 UTC (permalink / raw)
  To: linuxppc-embedded


>
>    Penguinppc.org's "Cross Development mini-howto for PPC Linux" failed
> to build on my x86 debian woody host, due to an autoconf bug. (Thanks to
> Hollis Blanchard for identifying this.)

I've updated the cross compile PPC toolchain scripts for my embedded
Linux  book for woody.  Check out the buildtoolchain script

http://www.embeddedlinuxinterfacing.com/sourcecode.shtml

Let me know if you have any questions.
Craig

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: Anyone built a PPC cross compiler on debian?
  2002-10-03  3:54 Anyone built a PPC cross compiler on debian? Erik Christiansen
  2002-10-03  4:17 ` Dr. Craig Hollabaugh
@ 2002-10-03  4:35 ` Matt Porter
  2002-10-03  7:39 ` Wolfgang Denk
  2002-10-03 15:42 ` Hollis Blanchard
  3 siblings, 0 replies; 5+ messages in thread
From: Matt Porter @ 2002-10-03  4:35 UTC (permalink / raw)
  To: linuxppc-embedded


On Thu, Oct 03, 2002 at 01:54:45PM +1000, Erik Christiansen wrote:
>    Also looked at the "Embedded Linux Development Kit" at www.denx.de,
> but the list of supported hosts does not include debian.

"apt-get install rpm"

ELDK works fine for me...I only host from Debian.

Regards,
--
Matt Porter
porter@cox.net
This is Linux Country. On a quiet night, you can hear Windows reboot.

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: Anyone built a PPC cross compiler on debian?
  2002-10-03  3:54 Anyone built a PPC cross compiler on debian? Erik Christiansen
  2002-10-03  4:17 ` Dr. Craig Hollabaugh
  2002-10-03  4:35 ` Matt Porter
@ 2002-10-03  7:39 ` Wolfgang Denk
  2002-10-03 15:42 ` Hollis Blanchard
  3 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2002-10-03  7:39 UTC (permalink / raw)
  To: Erik Christiansen; +Cc: linuxppc-embedded


In message <20021003035445.GA2987@dd.nec.com.au> you wrote:
>
>    Penguinppc.org's "Cross Development mini-howto for PPC Linux" failed
> to build on my x86 debian woody host, due to an autoconf bug. (Thanks to
> Hollis Blanchard for identifying this.)
>
>    Also looked at the "Embedded Linux Development Kit" at www.denx.de,
> but the list of supported hosts does not include debian.

Did you try out? One of our developers is running Debian, and he says
the ELDK works. The fact that  it's  not  officially  supported  just
means that we did not run the full set of tests on that platform.

Best regards,

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
Every program has at least one bug and can be shortened by  at  least
one  instruction  --  from  which,  by induction, one can deduce that
every program can be reduced to one instruction which doesn't work.

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: Anyone built a PPC cross compiler on debian?
  2002-10-03  3:54 Anyone built a PPC cross compiler on debian? Erik Christiansen
                   ` (2 preceding siblings ...)
  2002-10-03  7:39 ` Wolfgang Denk
@ 2002-10-03 15:42 ` Hollis Blanchard
  3 siblings, 0 replies; 5+ messages in thread
From: Hollis Blanchard @ 2002-10-03 15:42 UTC (permalink / raw)
  To: linuxppc-embedded


On Wednesday 02 October 2002 22:54, Erik Christiansen wrote:
>    Penguinppc.org's "Cross Development mini-howto for PPC Linux" failed
> to build on my x86 debian woody host, due to an autoconf bug. (Thanks to
> Hollis Blanchard for identifying this.)
[snip]
>    While I toss a coin to choose between trying to build binutils in a
> manual hack, or dealing with RPMs on debian, is there another option
> that should be considered?

Don't misunderstand... yes there's a configure.in bug, but it's only
triggered by you missing something you need (this is frequently i18n stuff).
So another option for you is to install the missing package.

-Hollis

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2002-10-03 15:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-03  3:54 Anyone built a PPC cross compiler on debian? Erik Christiansen
2002-10-03  4:17 ` Dr. Craig Hollabaugh
2002-10-03  4:35 ` Matt Porter
2002-10-03  7:39 ` Wolfgang Denk
2002-10-03 15:42 ` Hollis Blanchard

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