* Strange name for cross binutils binaries
@ 2009-03-24 23:30 Martin Dietze
2009-03-25 3:57 ` Khem Raj
0 siblings, 1 reply; 6+ messages in thread
From: Martin Dietze @ 2009-03-24 23:30 UTC (permalink / raw)
To: openembedded-devel
Hi,
just trying another build of OE for nylon/mtx-1 (which is
TARGET_ARCH "mipsel"). Compiling gcc-cross fails with this
message:
| make[2]: mipsel-linux-ar: Command not found
Looking at tmp/cross, I find that the cross ar got installed
under this name: tmp/cross/mipsel/bin/mipsel-linux-mipsel-linux-ar
This does not seem right, or is there anything which I need to
adapt due to global bbclass/configuration changes?
Cheers,
Martin
--
----------- / http://herbert.the-little-red-haired-girl.org / -------------
=+=
* Free Speech Online!!! Support the Blue Ribbon Campaign! *
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Strange name for cross binutils binaries
2009-03-24 23:30 Strange name for cross binutils binaries Martin Dietze
@ 2009-03-25 3:57 ` Khem Raj
2009-03-25 7:30 ` Martin Dietze
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Khem Raj @ 2009-03-25 3:57 UTC (permalink / raw)
To: openembedded-devel
On Tue, Mar 24, 2009 at 4:30 PM, Martin Dietze <di@fh-wedel.de> wrote:
> Hi,
>
> just trying another build of OE for nylon/mtx-1 (which is
> TARGET_ARCH "mipsel"). Compiling gcc-cross fails with this
> message:
>
> | make[2]: mipsel-linux-ar: Command not found
>
> Looking at tmp/cross, I find that the cross ar got installed
> under this name: tmp/cross/mipsel/bin/mipsel-linux-mipsel-linux-ar
>
> This does not seem right, or is there anything which I need to
> adapt due to global bbclass/configuration changes?
Well nylon distro is using quite old tools and I dont think anybody
has been using
gcc 3.3 binutils 2.14 and glibc 2.3.3 combo.
Thats your problem. Now if you can help in testing this distro I can
certainly put new toolchain in
but that could mean more changes.
>
> Cheers,
>
> Martin
>
> --
> ----------- / http://herbert.the-little-red-haired-girl.org / -------------
> =+=
> * Free Speech Online!!! Support the Blue Ribbon Campaign! *
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: Strange name for cross binutils binaries
2009-03-25 3:57 ` Khem Raj
@ 2009-03-25 7:30 ` Martin Dietze
2009-03-25 12:48 ` Michael 'Mickey' Lauer
2009-03-26 0:59 ` Martin Dietze
2 siblings, 0 replies; 6+ messages in thread
From: Martin Dietze @ 2009-03-25 7:30 UTC (permalink / raw)
To: openembedded-devel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=UTF-8, Size: 1130 bytes --]
On Tue, March 24, 2009, Khem Raj wrote:
> Well nylon distro is using quite old tools and I dont think anybody
> has been using
> gcc 3.3 binutils 2.14 and glibc 2.3.3 combo.
>
> Thats your problem. Now if you can help in testing this distro I can
> certainly put new toolchain in
> but that could mean more changes.
Yes I can. Actually I am in the progress of getting nylon to run
again with the current OE toolchain (after leaving 4G I did not
even have my own cube, but this has changed now).
Now just to simplify things for me, can you give me one or two
more hints - I can't believe that "mipsel-linux-mipsel-ar" is
right, or is it? I.e., is the name under which it is installed
from binutils wrong or does gcc-cross-initial look for it under
the wrong name?
Cheers,
Martin
--
----------- / http://herbert.the-little-red-haired-girl.org / -------------
=+=
Nachts wache ich schweißgebadet auf, weil OE-begeisterte Newbies mit Bill
Gates hinterm Newsserver Schwarze Messen feiern, und auch mein Psychologe
ist schon total ratlos. Ich habe einfach fertig. -- anonymer Troll in dsnu
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Strange name for cross binutils binaries
2009-03-25 3:57 ` Khem Raj
2009-03-25 7:30 ` Martin Dietze
@ 2009-03-25 12:48 ` Michael 'Mickey' Lauer
2009-03-25 14:38 ` Martin Dietze
2009-03-26 0:59 ` Martin Dietze
2 siblings, 1 reply; 6+ messages in thread
From: Michael 'Mickey' Lauer @ 2009-03-25 12:48 UTC (permalink / raw)
To: openembedded-devel
You might want to derive nylon from minimal or just reuse minimal.
(Or Angstrom).
Most of the time what you are after is not really a distro, but a set of
task and image packages.
Cheers,
:M:
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Strange name for cross binutils binaries
2009-03-25 12:48 ` Michael 'Mickey' Lauer
@ 2009-03-25 14:38 ` Martin Dietze
0 siblings, 0 replies; 6+ messages in thread
From: Martin Dietze @ 2009-03-25 14:38 UTC (permalink / raw)
To: openembedded-devel
On Wed, March 25, 2009, Michael 'Mickey' Lauer wrote:
> You might want to derive nylon from minimal or just reuse minimal.
>
> (Or Angstrom).
>
> Most of the time what you are after is not really a distro, but a set of
> task and image packages.
Thanks for this hint. Have there been any significant changes
during the last 30 days? My last build was only on Feb 20, and
I did not have any such problems then. Unless it is really
necessary I would like to change as little as possible now in
order to get a usable setup to get started with.
Cheers,
Martin
--
----------- / http://herbert.the-little-red-haired-girl.org / -------------
=+=
* Free Speech Online!!! Support the Blue Ribbon Campaign! *
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Strange name for cross binutils binaries
2009-03-25 3:57 ` Khem Raj
2009-03-25 7:30 ` Martin Dietze
2009-03-25 12:48 ` Michael 'Mickey' Lauer
@ 2009-03-26 0:59 ` Martin Dietze
2 siblings, 0 replies; 6+ messages in thread
From: Martin Dietze @ 2009-03-26 0:59 UTC (permalink / raw)
To: openembedded-devel
On Tue, March 24, 2009, Khem Raj wrote:
> Well nylon distro is using quite old tools and I dont think anybody
> has been using
> gcc 3.3 binutils 2.14 and glibc 2.3.3 combo.
It seems like I found the culprit; in binutils 2.14 there is a
double --program-prefix=.... argument in the configure options.
This resulted in two consecutive sed substitutions for the
executable program's prefixes.
I call this a bug regardless how old version 2.14 is. Actually,
binutils have always had target-arch-related issues, I thus do
not like the idea of upgrading just because the recipes are
broken.
I hope I can come up with a set of patches soon.
Cheers,
Martin
--
----------- / http://herbert.the-little-red-haired-girl.org / -------------
=+=
Was ist ein Cluster?
Wenn vier Bratscher unisono spielen.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-03-26 1:01 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-24 23:30 Strange name for cross binutils binaries Martin Dietze
2009-03-25 3:57 ` Khem Raj
2009-03-25 7:30 ` Martin Dietze
2009-03-25 12:48 ` Michael 'Mickey' Lauer
2009-03-25 14:38 ` Martin Dietze
2009-03-26 0:59 ` Martin Dietze
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.