2013-07-08 08:06:20

by lkml

[permalink] [raw]
Subject: Bluez with uclibc

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?

Thanks in advance

Regards

---
posted at http://www.serverphorums.com
http://www.serverphorums.com/read.php?12,739510,739510#msg-739510


2013-07-09 02:19:40

by Rob Landley

[permalink] [raw]
Subject: Re: Bluez with uclibc

On 07/08/2013 03:06:15 AM, [email protected] 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-