[Buildroot] buildroot uClibc build problems for powerpc
From: Ivan Kuten <hidden>
Date: 2007-06-30 10:56:13
On Thu, 28 Jun 2007 15:53:47 -0400 Paul Barrette wrote:
I get the following error: make[1]: Entering directory `/localdisk/pb/latest_buildroot/buildroot/toolchain_build_powerpc_nofpu/uClibc' CC utils/readelf STRIP -x -R .note -R .comment ../utils/readelf CC utils/ldconfig STRIP -x -R .note -R .comment ../utils/ldconfig CC utils/ldd STRIP -x -R .note -R .comment ../utils/ldd CC utils/iconv ../libc/misc/wchar/wchar.c:132:2: warning: #warning __CTYPE_HAS_UTF_8_LOCALES not set! ../libc/misc/wchar/wchar.c: In function '_wchar_utf8sntowcs': ../libc/misc/wchar/wchar.c:169: error: expected declaration specifiers before 'attribute_hidden' ../libc/misc/wchar/wchar.c:172: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'attribute_hidden' ../libc/misc/wchar/wchar.c:1186: error: storage class specified for parameter '_UC_iconv_t'
Hi Paul, you may try this patch: http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/3143 BR, Ivan