* [Bluez-users] bluetooth compilation regarded
@ 2008-03-22 9:46 umeshyv
2008-03-22 13:43 ` Marcel Holtmann
0 siblings, 1 reply; 2+ messages in thread
From: umeshyv @ 2008-03-22 9:46 UTC (permalink / raw)
To: BlueZ users
[-- Attachment #1.1: Type: text/plain, Size: 2361 bytes --]
Hi to all
I am trying to compile bluez-libs-3.27 & bluez-utils-3.27 for mips32 and I
use buildroot's toolchain and i get following errors
Compilation Steps:
export PATH=/home/newbuild/buildroot/build_mipsel/staging_dir/bin:$PATH
<toolchain path>
Libs:
>./configure --host=mipsel-linux --prefix=/usr --enable-shared=no
--enable-static=yes
>make
>make install DESTDIR=/home/newbuild/bluez/bluez-libs-3.27/install
Utils:
>./configure --build=mipsel-linux --with-bluez=/home/newbuild/bluez/bluez-
libs-3.27/install/usr CPPFLAGS="-D__KERNEL__ "
>make
and following is the error
make all-recursive
make[1]: Entering directory `/home/newbuild/bluez/bluez-utils-3.27'
Making all in sbc
make[2]: Entering directory `/home/newbuild/bluez/bluez-utils-3.27/sbc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/newbuild/bluez/bluez-utils-3.27/sbc'
Making all in eglib
make[2]: Entering directory `/home/newbuild/bluez/bluez-utils-3.27/eglib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/newbuild/bluez/bluez-utils-3.27/eglib'
Making all in common
make[2]: Entering directory `/home/newbuild/bluez/bluez-utils-3.27/common'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/newbuild/bluez/bluez-utils-3.27/common'
Making all in sdpd
make[2]: Entering directory `/home/newbuild/bluez/bluez-utils-3.27/sdpd'
gcc -DHAVE_CONFIG_H -I. -I.. -I../common -D__KERNEL__ -I../eglib -Wall -O2
-D_FORTIFY_SOURCE=2 -MT service.o -MD -MP -MF .deps/service.Tpo -c -o
service.o service.c
service.c: In function 'update_svclass_list':
service.c:87: error: 'sdp_record_t' has no member named 'svclass'
service.c:90: error: 'sdp_record_t' has no member named 'svclass'
service.c: In function 'create_ext_inquiry_response':
service.c:188: error: 'sdp_record_t' has no member named 'svclass'
service.c:191: error: 'sdp_record_t' has no member named 'svclass'
service.c:200: error: 'sdp_record_t' has no member named 'svclass'
service.c:206: error: 'sdp_record_t' has no member named 'svclass'
make[2]: *** [service.o] Error 1
make[2]: Leaving directory `/home/newbuild/bluez/bluez-utils-3.27/sdpd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/newbuild/bluez/bluez-utils-3.27'
make: *** [all] Error 2
Does anyone has solution for this.waiting for your valuable responses.
Regards
Umesh
[-- Attachment #1.2: Type: text/html, Size: 2644 bytes --]
[-- Attachment #2: Type: text/plain, Size: 228 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Bluez-users] bluetooth compilation regarded
2008-03-22 9:46 [Bluez-users] bluetooth compilation regarded umeshyv
@ 2008-03-22 13:43 ` Marcel Holtmann
0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2008-03-22 13:43 UTC (permalink / raw)
To: BlueZ users
Hi,
> I am trying to compile bluez-libs-3.27 & bluez-utils-3.27 for mips32
> and I use buildroot's toolchain and i get following errors
>
> Compilation Steps:
>
> export PATH=/home/newbuild/buildroot/build_mipsel/staging_dir/bin:
> $PATH <toolchain path>
>
> Libs:
> >./configure --host=mipsel-linux --prefix=/usr --enable-shared=no --
> enable-static=yes
> >make
> >make install DESTDIR=/home/newbuild/bluez/bluez-libs-3.27/install
>
> Utils:
> >./configure --build=mipsel-linux --with-bluez=/home/newbuild/bluez/
> bluez-libs-3.27/install/usr CPPFLAGS="-D__KERNEL__ "
> >make
>
> and following is the error
>
> make all-recursive
> make[1]: Entering directory `/home/newbuild/bluez/bluez-utils-3.27'
> Making all in sbc
> make[2]: Entering directory `/home/newbuild/bluez/bluez-utils-3.27/
> sbc'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/home/newbuild/bluez/bluez-utils-3.27/sbc'
> Making all in eglib
> make[2]: Entering directory `/home/newbuild/bluez/bluez-utils-3.27/
> eglib'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/home/newbuild/bluez/bluez-utils-3.27/
> eglib'
> Making all in common
> make[2]: Entering directory `/home/newbuild/bluez/bluez-utils-3.27/
> common'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/home/newbuild/bluez/bluez-utils-3.27/
> common'
> Making all in sdpd
> make[2]: Entering directory `/home/newbuild/bluez/bluez-utils-3.27/
> sdpd'
> gcc -DHAVE_CONFIG_H -I. -I.. -I../common -D__KERNEL__ -I../eglib -
> Wall -O2 -D_FORTIFY_SOURCE=2 -MT service.o -MD -MP -MF .deps/
> service.Tpo -c -o service.o service.c
> service.c: In function 'update_svclass_list':
> service.c:87: error: 'sdp_record_t' has no member named 'svclass'
> service.c:90: error: 'sdp_record_t' has no member named 'svclass'
> service.c: In function 'create_ext_inquiry_response':
> service.c:188: error: 'sdp_record_t' has no member named 'svclass'
> service.c:191: error: 'sdp_record_t' has no member named 'svclass'
> service.c:200: error: 'sdp_record_t' has no member named 'svclass'
> service.c:206: error: 'sdp_record_t' has no member named 'svclass'
> make[2]: *** [service.o] Error 1
> make[2]: Leaving directory `/home/newbuild/bluez/bluez-utils-3.27/
> sdpd'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/newbuild/bluez/bluez-utils-3.27'
> make: *** [all] Error 2
it tries to compile against an old version of libbluetooth. Make sure
you really compile against bluez-libs-3.27.
Regards
Marcel
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-22 13:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-22 9:46 [Bluez-users] bluetooth compilation regarded umeshyv
2008-03-22 13:43 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox