public inbox for gentoo-embedded@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-embedded] crossdev fails on gcc-stage1
@ 2006-01-24 14:29 sraczynski
  2006-01-25 10:45 ` Douglas Campos
  2006-01-25 23:50 ` Daniel Goller
  0 siblings, 2 replies; 6+ messages in thread
From: sraczynski @ 2006-01-24 14:29 UTC (permalink / raw
  To: gentoo-embedded

Recently I ran onto a really depressing problem with crossdev. It fails to emerge stage1 of gcc, no matter what version of gcc I tell it to compile (2.95, 3.2.x, 3.4.x, 4.0.0, you name it). I have this problem on every three computers I've tried (x86 and two amd64s). It usually ends in the middle of emerging with a "configure: error: unknown endianess - sorry". What I run is:

crossdev -t arm-unknown-linux-uclibc

I'm out of ideas. Please help.

Best wishes,
Stanislaw Raczynski
-- 
gentoo-embedded@gentoo.org mailing list



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

* Re: [gentoo-embedded] crossdev fails on gcc-stage1
  2006-01-24 14:29 [gentoo-embedded] crossdev fails on gcc-stage1 sraczynski
@ 2006-01-25 10:45 ` Douglas Campos
  2006-01-25 19:45   ` Mike Frysinger
  2006-01-25 23:50 ` Daniel Goller
  1 sibling, 1 reply; 6+ messages in thread
From: Douglas Campos @ 2006-01-25 10:45 UTC (permalink / raw
  To: gentoo-embedded

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

I've heard that crossdev was deprecated
Anyone has more info?


On 1/24/06, sraczynski@op.pl <sraczynski@op.pl> wrote:
>
> Recently I ran onto a really depressing problem with crossdev. It fails to
> emerge stage1 of gcc, no matter what version of gcc I tell it to compile (
> 2.95, 3.2.x, 3.4.x, 4.0.0, you name it). I have this problem on every
> three computers I've tried (x86 and two amd64s). It usually ends in the
> middle of emerging with a "configure: error: unknown endianess - sorry".
> What I run is:
>
> crossdev -t arm-unknown-linux-uclibc
>
> I'm out of ideas. Please help.
>
> Best wishes,
> Stanislaw Raczynski
> --
> gentoo-embedded@gentoo.org mailing list
>
>

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

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

* Re: [gentoo-embedded] crossdev fails on gcc-stage1
  2006-01-25 10:45 ` Douglas Campos
@ 2006-01-25 19:45   ` Mike Frysinger
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger @ 2006-01-25 19:45 UTC (permalink / raw
  To: gentoo-embedded; +Cc: Douglas Campos

On Wednesday 25 January 2006 05:45, Douglas Campos wrote:
> I've heard that crossdev was deprecated

the old crossdev is deprecated, not the new one
-mike
-- 
gentoo-embedded@gentoo.org mailing list



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

* Re: [gentoo-embedded] crossdev fails on gcc-stage1
  2006-01-24 14:29 [gentoo-embedded] crossdev fails on gcc-stage1 sraczynski
  2006-01-25 10:45 ` Douglas Campos
@ 2006-01-25 23:50 ` Daniel Goller
  2006-01-26 11:39   ` sraczynski
  1 sibling, 1 reply; 6+ messages in thread
From: Daniel Goller @ 2006-01-25 23:50 UTC (permalink / raw
  To: gentoo-embedded

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

On Tuesday 24 January 2006 08:29, sraczynski@op.pl wrote:

>
> crossdev -t arm-unknown-linux-uclibc

based on your endianess change arm to for example armeb for big endian 
armeb-softfloat-linux-uclibc works just fine for me with crossdev

>
> I'm out of ideas. Please help.
>
> Best wishes,
> Stanislaw Raczynski

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: Re: [gentoo-embedded] crossdev fails on gcc-stage1
  2006-01-25 23:50 ` Daniel Goller
@ 2006-01-26 11:39   ` sraczynski
  2006-01-26 19:53     ` Stanisław Raczyński
  0 siblings, 1 reply; 6+ messages in thread
From: sraczynski @ 2006-01-26 11:39 UTC (permalink / raw
  To: gentoo-embedded

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

Użytkownik Daniel Goller <morfic@gentoo.org> napisał:
>On Tuesday 24 January 2006 08:29, sraczynski@op.pl wrote:
>
>>
>> crossdev -t arm-unknown-linux-uclibc
>
>based on your endianess change arm to for example armeb for big endian 
>armeb-softfloat-linux-uclibc works just fine for me with crossdev
>

I've tried arm-unknown-linux-uclibc, armeb-unknown-linux-uclibc, armeb-softfloat-linux-uclibc, with the same result:

...
checking whether byte ordering is bigendian... cross-compiling...
unknown
checking to probe for byte ordering... /usr/armeb-softfloat-linux-uclibc/bin/ld: crt1.o: No such file or directory
collect2: ld returned 1 exit status
unknown
configure: error: unknown endianess - sorry
...

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-embedded] crossdev fails on gcc-stage1
  2006-01-26 11:39   ` sraczynski
@ 2006-01-26 19:53     ` Stanisław Raczyński
  0 siblings, 0 replies; 6+ messages in thread
From: Stanisław Raczyński @ 2006-01-26 19:53 UTC (permalink / raw
  To: gentoo-embedded

OK, everything works fine after upgrading crossdev from 0.9.12 to 0.9.12-r1.

sraczynski@op.pl wrote:

>I've tried arm-unknown-linux-uclibc, armeb-unknown-linux-uclibc, armeb-softfloat-linux-uclibc, with the same result:
>
>...
>checking whether byte ordering is bigendian... cross-compiling...
>unknown
>checking to probe for byte ordering... /usr/armeb-softfloat-linux-uclibc/bin/ld: crt1.o: No such file or directory
>collect2: ld returned 1 exit status
>unknown
>configure: error: unknown endianess - sorry
>...
>

-- 
gentoo-embedded@gentoo.org mailing list



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

end of thread, other threads:[~2006-01-26 19:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-24 14:29 [gentoo-embedded] crossdev fails on gcc-stage1 sraczynski
2006-01-25 10:45 ` Douglas Campos
2006-01-25 19:45   ` Mike Frysinger
2006-01-25 23:50 ` Daniel Goller
2006-01-26 11:39   ` sraczynski
2006-01-26 19:53     ` Stanisław Raczyński

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox