On 07/08/2013 03:06:15 AM,
lk...@serverphorums.com wrote:
> Hi,
>
> Today, I need to cross compile Bluez for arm with uclibc library into
> Buildroot environment.
> However, I meet some dependencies between bluez-utils package and MMU
> deactivation due to dBus.
>
> Do you know a way to use Bluez with uclibc library?
Dunno about buildroot, but if you just want to statically link
something against uClibc on arm, you could grab either the cross or
native "armv5l" compiler from
http://landley.net/aboriginal/bin
and add its "bin" subdirectory to your $PATH. I just updated that
toolchain so it's using the 3.10 headers (yes, with the patch for
http://lkml.indiana.edu/hypermail/linux/kernel/1305.2/01452.html the
kernel developers never did fix), and it's the last release version of
uClibc (from a year and change ago, but that's uClibc for you).
As for fixing dependencies beyond "building against uClibc", that's a
buildroot question. They have their own mailing list...
Rob--