On 07/08/2013 03:06:15 AM, l...@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--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/