[Buildroot] build fails with current uclibc
From: Ivan Kuten <hidden>
Date: 2007-06-29 14:28:15
On Fri, 29 Jun 2007 12:25:56 +0300 Ivan Kuten wrote:
quoted
quoted
Wchar and locale uCLibc build is correct - i just enabled wchar&locale in uclibc config but not in BR2_ENABLE_LOCALE. Sorry for confusion.
Hi, The problem is in *iconv* binary for target, wchar support seems to be ok. For successful compilation, remove iconv from makefile. I spend 1 day digging in this problem and finaly decide to disable iconv in the target platform. Attached is patch that must be copied into buildroot/toolchain/uClibc/ dir.
BR, Assen Stoyanov
Again, I messed with ucLibc install - if doing from clean install build root this problem appears and indeed Assen's patch fixes behaviour. However doing make from uclibc dir and uclibc .config I can make compile successfully - so it's more buildroot issue that of uclibc. BR, Ivan