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


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.  |
'------------------------------^-------^------------------^--------------------'



--
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]