[uClibc] Buildroot kernel 2.6.12.5

Peter S. Mazinger ps.m at gmx.net
Mon Aug 29 22:24:47 UTC 2005


On Mon, 29 Aug 2005, Erick Tyndall wrote:

> I found that if i change build buildroot with 2.16.90.0.3 or lower my error 
> changes to this:

it does not have anything to do w/ binutils version
currently uClibc does not provide gettext/libintl (permanently disabled)

> 
> [root at slack linux-2.6.12.5]# make menuconfig
>   HOSTCC  scripts/basic/fixdep
>   HOSTCC  scripts/basic/split-include
>   HOSTCC  scripts/basic/docproc
>   SHIPPED scripts/kconfig/zconf.tab.h
>   HOSTCC  scripts/kconfig/conf.o
> In file included from scripts/kconfig/conf.c:14:
> scripts/kconfig/lkc.h:11:21: libintl.h: No such file or directory

comment this include

> scripts/kconfig/conf.c: In function `check_stdin':
> scripts/kconfig/conf.c:59: warning: implicit declaration of function 
> `gettext'
> make[1]: *** [scripts/kconfig/conf.o] Error 1
> make: *** [menuconfig] Error 2

add before the place where gettext is used:

#define gettext(x) (x)

Peter

> >I cannot build kernel 2.6.12.5 inside the uClibc buildroot...
> >I included my config file for buildroot, Did I miss something or is this a 
> >compatability issue?
> >
> >[root at slack linux-2.6.12.5]# make menuconfig
> >  HOSTCC  scripts/kconfig/conf.o
> >In file included from scripts/kconfig/conf.c:14:
> >scripts/kconfig/lkc.h:11:21: error: libintl.h: No such file or directory
> >scripts/kconfig/conf.c: In function 'strip':
> >scripts/kconfig/conf.c:46: warning: pointer targets in passing argument 1 
> >of 'strlen' differ in signedness
> >scripts/kconfig/conf.c: In function 'check_stdin':
> >scripts/kconfig/conf.c:59: warning: implicit declaration of function 
> >'gettext'

Peter

-- 
Peter S. Mazinger <ps dot m at gmx dot net>           ID: 0xA5F059F2
Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2




More information about the uClibc mailing list