* Bluez with uclibc
@ 2013-07-08 8:06 lkml
2013-07-09 2:19 ` Rob Landley
0 siblings, 1 reply; 2+ messages in thread
From: lkml @ 2013-07-08 8:06 UTC (permalink / raw)
To: linux-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Bluez with uclibc
2013-07-08 8:06 Bluez with uclibc lkml
@ 2013-07-09 2:19 ` Rob Landley
0 siblings, 0 replies; 2+ messages in thread
From: Rob Landley @ 2013-07-09 2:19 UTC (permalink / raw)
To: lkml; +Cc: linux-kernel
On 07/08/2013 03:06:15 AM, lkml@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-09 2:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-08 8:06 Bluez with uclibc lkml
2013-07-09 2:19 ` Rob Landley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox