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: Trouble with Locale


I did have a setting wherein I specified a local configuration for the
uclibc library to be built by, and had enabled locales and wchar...

On Mon, Aug 15, 2016 at 8:57 PM, Kenneth Adam Miller
<kennethadammiller@gmail.com> wrote:
> Hello all,
>
> I am building crosstool-ng starting with this small script:
>
>
> curl -sL https://raw.githubusercontent.com/rust-lang/rust-buildbot/a35c53e21a789cc782ec51f2fdefc1e3f8767c42/slaves/linux-cross/build_toolchain_root.sh
> | bash
>
> mkdir /x-tools
>
> mkdir ~/ct
>
> cd ~/ct
>
> ct-ng menuconfig
>
> # Note: picked the following options...
> # Target options > Target architecture = x86
> # Target options > Bitness = 64
> # Operating System > Linux kernel version = 3.2.72
> # C-library > C library = uClibc
> # C compiler > option "C++" enabled
>
> ct-ng build
>
>
> ------
>
> But I'm getting an error with
> .build/x86_64-unknown-linux-uclibc/build/build-libc-headers/extra/locale/c8tables.h
> containing a message about a missing information, asking to enable
> en_US.utf-8
>
>
> My thought is that I may be missing some locale package on my box that
> I'm building with, but I have gcc-5-locales and locales packages each
> installed on my ubuntu 16.04. I don't know what to do to get it to
> move past this error.

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