Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bluez with uclibc

91 views
Skip to first unread message

lk...@serverphorums.com

unread,
Jul 8, 2013, 4:10:02 AM7/8/13
to
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Rob Landley

unread,
Jul 8, 2013, 10:20:02 PM7/8/13
to
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--
0 new messages