[Buildroot] Problem to add DConf in buildroot

Lionel Landwerlin llandwerlin at gmail.com
Sat Dec 11 08:51:02 UTC 2010


Le vendredi 10 décembre 2010 à 22:24 -0800, Justin Mark a écrit :
> Hi
> 
> When I tried to add DConf into buildroot, I got the following error:
> 
> ../client/libdconf.so.0: undefined reference to `posix_fallocate'
> collect2: ld returned 1 exit status
> 
> but I can build DConf without any problems outside of buildroot. 
> 
> In the Makefile.am, there's a line 
> 
> dconf_LDADD = $(gio_LIBS) ../client/libdconf.so.0
> 
> It seems to me that a dependency of "../client/libdconf.so.0" is not in the path when I built under buildroot, if so, anyone has an idea how to patch the makefile, so I can build Dconf and link with libdconf.so.0
> 
> Many Thanks,
> Justin
> 

Hello Justin,

I think you need uclibc compiled with UCLIBC_HAS_ADVANCED_REALTIME
option.

Regards,

--
Lionel Landwerlin





More information about the buildroot mailing list