> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Irfan Rafiq > Sent: Monday, January 12, 2009 1:06 PM > To: [email protected] > Subject: Locale support with uClibc-0.9.30 > > I’m upgrading ARC GCC toolkit to use uClibc-0.9.30, currently > it is using uClibc-0.9.29. The problem I’m facing is that, > uClibc-0.9.30 tries to download locale support files > (“uClibc-locale-20081111-el.tgz”) from uClibc’s download page > which is not available there and hence it fails. > > Can somebody guide me where to get > uClibc-locale-20081111-el.tgz? Supposedly they should be > available on uClibc’s download page. BTW, > uClibc-locale-030818.tgz (older version) is available there > but not uClibc-locale-20081111-*.tgz. Alternatively you can avoid to use the pregenerated locale data turning off UCLIBC_PREGENERATED_LOCALE_DATA configuration variable and choose one of the following: 1 - enabling all the uclibc supported locale building as it is; 2 - copy LOCALES in locales.txt (into the directory extra/locale) and remove from the latter the unuseful locale; 3 - set UCLIBC_BUILD_MINIMAL_LOCALE=y to enable only few locales And charset.
Hope this can help you. > > Best regards, > > Irfan Rafiq. > > Filippo Arcidiacono. _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
