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

See crosstool-NG 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: Newbie Question: can someone tell me the procedure to create a uClibc config file?


Hi Ernesto,

You want to download uclibc from here: http://www.uclibc.org/downloads/
Extract it and go into the uclibc dir and type "make menuconfig"
You can specify the arch etc.
Just specifying the arch will work,
The just exit and it'll create a .config for you.
Rename that and copy it somewhere and tell ct-ng where it is.
Also, in the uclibc you need to specify where the kernel headers are
that you build with crosstools. (something like:
........sysroot/include)
Thanks,

Reinoud.

On Fri, Nov 28, 2014 at 10:14 PM, Williams Jr., Ernest L.
<ernesto@slac.stanford.edu> wrote:
> Hi
>
> I am new to crosstool-ng
>
> The version I have installed ==> crosstool-ng-1.19.0
>
> I would like to create a toolchain for  "x86_64-unknown-linux-uclibc"
>
> ct-ng x86_64-unknown-linux-uclibc
>
> The download fails because I have not supplied a uClibc config file :(
>
> The reason I chose the sample is to avoid such things.
>
> In any case, can someone tell me the procedure to create a uClibc config file?
>
> For this version:  uClibc-0.9.33.2
>
>
> Thanks,
> Ernesto
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq
>

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