This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ct-ng tarball -or- where is my built toolchain


On Thu, Aug 26, 2010 at 9:15 AM, Yann E. MORIN
<yann.morin.1998@anciens.enib.fr> wrote:
> Xiao, All,
>
> On Thursday 26 August 2010 15:54:38 Xianghua Xiao wrote:
>> I managed to get crosstool-ng 1.8.0 built for powerpc however after a
>> successful "ct-ng build" I failed to locate a directory with
>> everything installed for immediate use. target/* has many subdirs but
>> not the one I am looking for(e.g. with both gcc/eglibc installed).
>
> Th toolchain is by default installed into ~/x-tools/${tuple}. For example,
> and for an ARM EABI big-endian toolchain with glibc, you'll get:
> ~/x-tools/armeb-unknown-linux-gnueabi
>
> and the cross tools are:
> ~/x-tools/armeb-unknown-linux-gnueabi/bin/armeb-unknown-linux-gnueabi-gcc
> ~/x-tools/armeb-unknown-linux-gnueabi/bin/armeb-unknown-linux-gnueabi-as
> ~/x-tools/armeb-unknown-linux-gnueabi/bin/armeb-unknown-linux-gnueabi-ld
> and so on...
>
>> Tried to run "ct-ng tarball" but that option is disabled,
>
> Yes, I've still not any idea how to properly re-implemnent this... :-(
>
>> The only error I saw during 'ct-ng build' is "libtoo.m4: error:
>> problem compiling FC test program" at the stage of "Installing final
>> compiler, will that affect a final toolchain installation?
>
> No, it's a spurious error. See docs/overview.txt.
>
> Regards,
> Yann E. MORIN.
>
> --
> .-----------------.--------------------.------------------.--------------------.
> | ÂYann E. MORIN Â| Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software ÂDesigner | \ / CAMPAIGN Â Â | Â___ Â Â Â Â Â Â Â |
> | +33 223 225 172 `------------.-------: ÂX ÂAGAINST Â Â Â| Â\e/ ÂThere is no Â|
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL  Â|  v  conspiracy. Â|
> '------------------------------^-------^------------------^--------------------'
>
>
>

Yann,
Thanks for the reply. Yes x-tools is under my home directory. I'm new
to crosstool-ng and failed to find that info in either "ct-ng help" or
your homepage

To get eglibc compiled I had to add -U_FORTIFY_SOURCE to gcc(on both
ubuntu and redhat machine), wish I could keep that feature for
eglibc(I assume it will be the same for glibc)

Cheers,
Xianghua

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]