Return-Path: MIME-Version: 1.0 In-Reply-To: References: <20110310153754.GA2190@joana> <20110310192941.GC2190@joana> <20110311023800.GA2191@joana> Date: Fri, 11 Mar 2011 14:25:17 +0800 Message-ID: Subject: Re: some questions about Bluez From: loody To: "Arun K. Singh" Cc: linux-bluetooth@vger.kernel.org, "Gustavo F. Padovan" Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: hi 2011/3/11 Arun K. Singh : > Hi, > >>> That is a cross-compilation issue, there is no problem with BlueZ here. >>> >> I know the error comes from that it cannot find the libs and headers. >> Is it possible to turn off everything except basic bluetooth detecting >> feature such that I don't need to prepare the libs running over MIPS? >> If it is possible, how can I do that? > > Try disabling audio plugin via --disable-audio in ./configure if that > is the only irritant library .. > I did so as below: ./configure --host=mipsel-linux-gnu --disable-optimization --disable-fortify --disable-pie --disable-network --disable-serial --disable-input --disable-audio --disable-service But it still try to compile ALSA. thanks a lot, miloody