* [gentoo-embedded] crossdev always fails at uclibc
@ 2006-09-21 9:30 Siong-Ui Te
2006-09-21 14:49 ` Mike Frysinger
0 siblings, 1 reply; 6+ messages in thread
From: Siong-Ui Te @ 2006-09-21 9:30 UTC (permalink / raw
To: gentoo-embedded
[-- Attachment #1.1: Type: text/plain, Size: 422 bytes --]
Hello,
First I tried the following command to build cross toolchain:
"crossdev -t i686-gentoo-linux-uclibc"
The toolchain is successfully built.
But if I tried to build toolchains of which the architecture is not x86, it
always failed at libc stage.
e.g. build the toolchain using
"crossdev -t powerpc-gentoo-linux-uclibc"
Does any body have the same trouble as me? Thanks in advance.
The attachments are my build logs.
[-- Attachment #1.2: Type: text/html, Size: 477 bytes --]
[-- Attachment #2: cross-powerpc-gentoo-linux-uclibc-info.log --]
[-- Type: application/octet-stream, Size: 3659 bytes --]
[-- Attachment #3: cross-powerpc-gentoo-linux-uclibc-uclibc.log --]
[-- Type: application/octet-stream, Size: 457290 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-embedded] crossdev always fails at uclibc
2006-09-21 9:30 [gentoo-embedded] crossdev always fails at uclibc Siong-Ui Te
@ 2006-09-21 14:49 ` Mike Frysinger
2006-09-21 16:40 ` Siong-Ui Te
0 siblings, 1 reply; 6+ messages in thread
From: Mike Frysinger @ 2006-09-21 14:49 UTC (permalink / raw
To: gentoo-embedded
[-- Attachment #1: Type: text/plain, Size: 538 bytes --]
On Thursday 21 September 2006 05:30, Siong-Ui Te wrote:
> First I tried the following command to build cross toolchain:
> "crossdev -t i686-gentoo-linux-uclibc"
> The toolchain is successfully built.
> But if I tried to build toolchains of which the architecture is not x86, it
> always failed at libc stage.
> e.g. build the toolchain using
> "crossdev -t powerpc-gentoo-linux-uclibc"
i believe your kernel headers are too new ... this should be fixed in uClibc
svn, but for now try forcing like linux-headers-2.6.11
-mike
[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-embedded] crossdev always fails at uclibc
2006-09-21 14:49 ` Mike Frysinger
@ 2006-09-21 16:40 ` Siong-Ui Te
2006-09-23 4:13 ` Mike Frysinger
0 siblings, 1 reply; 6+ messages in thread
From: Siong-Ui Te @ 2006-09-21 16:40 UTC (permalink / raw
To: gentoo-embedded
[-- Attachment #1: Type: text/plain, Size: 1019 bytes --]
actually I used the following version originally:
crossdev --b 2.16.1-r2 --g 3.4.5 --k 2.6.11-r4 --l 0.9.28 -v
powerpc-gentoo-linux-uclibc
but recently I cannot build toolchain successfully anymore, so I tried newer
version.
Do you have any idea about this except using older version?
PS: http://www.uclibc.org/~vapier/ (actually the build versions come from
this page :P)
Thanks for your great work. :)
On 9/21/06, Mike Frysinger <vapier@gentoo.org> wrote:
>
> On Thursday 21 September 2006 05:30, Siong-Ui Te wrote:
> > First I tried the following command to build cross toolchain:
> > "crossdev -t i686-gentoo-linux-uclibc"
> > The toolchain is successfully built.
> > But if I tried to build toolchains of which the architecture is not x86,
> it
> > always failed at libc stage.
> > e.g. build the toolchain using
> > "crossdev -t powerpc-gentoo-linux-uclibc"
>
> i believe your kernel headers are too new ... this should be fixed in
> uClibc
> svn, but for now try forcing like linux-headers-2.6.11
> -mike
>
>
>
[-- Attachment #2: Type: text/html, Size: 1407 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-embedded] crossdev always fails at uclibc
2006-09-21 16:40 ` Siong-Ui Te
@ 2006-09-23 4:13 ` Mike Frysinger
2006-09-26 8:56 ` Siong-Ui Te
0 siblings, 1 reply; 6+ messages in thread
From: Mike Frysinger @ 2006-09-23 4:13 UTC (permalink / raw
To: gentoo-embedded; +Cc: Siong-Ui Te
[-- Attachment #1: Type: text/plain, Size: 529 bytes --]
On Thursday 21 September 2006 12:40, Siong-Ui Te wrote:
> actually I used the following version originally:
> crossdev --b 2.16.1-r2 --g 3.4.5 --k 2.6.11-r4 --l 0.9.28 -v
> powerpc-gentoo-linux-uclibc
> but recently I cannot build toolchain successfully anymore, so I tried
> newer version.
> Do you have any idea about this except using older version?
> PS: http://www.uclibc.org/~vapier/ (actually the build versions come from
> this page :P)
yes, but that URL tracks the latest subversion which has seen a ton of fixes
-mike
[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-embedded] crossdev always fails at uclibc
2006-09-23 4:13 ` Mike Frysinger
@ 2006-09-26 8:56 ` Siong-Ui Te
2006-09-26 15:40 ` Mike Frysinger
0 siblings, 1 reply; 6+ messages in thread
From: Siong-Ui Te @ 2006-09-26 8:56 UTC (permalink / raw
To: gentoo-embedded; +Cc: Mike Frysinger
[-- Attachment #1: Type: text/plain, Size: 788 bytes --]
Could you tell me how to use uclibc subversion in crossdev?
I tried to set SVN_VER="r16175" in the ebuild but no gentoo mirrors host the
source code.
Thanks in advance.
On 9/23/06, Mike Frysinger <vapier@gentoo.org> wrote:
>
> On Thursday 21 September 2006 12:40, Siong-Ui Te wrote:
> > actually I used the following version originally:
> > crossdev --b 2.16.1-r2 --g 3.4.5 --k 2.6.11-r4 --l 0.9.28 -v
> > powerpc-gentoo-linux-uclibc
> > but recently I cannot build toolchain successfully anymore, so I tried
> > newer version.
> > Do you have any idea about this except using older version?
> > PS: http://www.uclibc.org/~vapier/ (actually the build versions come
> from
> > this page :P)
>
> yes, but that URL tracks the latest subversion which has seen a ton of
> fixes
> -mike
>
>
>
[-- Attachment #2: Type: text/html, Size: 1159 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-embedded] crossdev always fails at uclibc
2006-09-26 8:56 ` Siong-Ui Te
@ 2006-09-26 15:40 ` Mike Frysinger
0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger @ 2006-09-26 15:40 UTC (permalink / raw
To: Siong-Ui Te; +Cc: gentoo-embedded
[-- Attachment #1: Type: text/plain, Size: 168 bytes --]
On Tuesday 26 September 2006 04:56, Siong-Ui Te wrote:
> Could you tell me how to use uclibc subversion in crossdev?
uClibc svn is not supported in Gentoo [yet]
-mike
[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-09-26 16:01 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-21 9:30 [gentoo-embedded] crossdev always fails at uclibc Siong-Ui Te
2006-09-21 14:49 ` Mike Frysinger
2006-09-21 16:40 ` Siong-Ui Te
2006-09-23 4:13 ` Mike Frysinger
2006-09-26 8:56 ` Siong-Ui Te
2006-09-26 15:40 ` Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox