Jump to content

iBlueTooth Source Code Compilation


SilentViper
 Share

2 posts in this topic

Recommended Posts

the iBluetooth team released their source code a few days ago (okay maybe it was longer), located at http://code.google.com/p/ibluetoothproject and a few(2) members of iPodTouchfans.com have been able to compile it and was wondering if anyone here has accomplished it or maybe can help me with what I am doing wrong.

 

i'll post my error output in a minute when i get ssh working again

 

EDIT:

 ./build.sh

building library ...

In file included from libAPI.c:105:
l2cap.c: In function 'l2cap_connect_ind':
l2cap.c:1699: warning: target of assignment not really an lvalue; this will be a hard error in the future
In file included from libAPI.c:110:
rfcomm.c: In function 'rfcomm_listen':
rfcomm.c:1540: warning: target of assignment not really an lvalue; this will be a hard error in the future
as: assembler (/private/var/stash/usrbin.pwn/../libexec/gcc/darwin/arm/as or /private/var/stash/usrbin.pwn/../local/libexec/gcc/darwin/arm/as) for architecture arm not installed
as: no assemblers installed
gcc: libAPI.o: No such file or directory
ar: creating archive liblwbt.a
a - libAPI.o
ar: libAPI.o: No such file or directory

building standalone binary ...

In file included from ../src/libAPI.c:105,
			 from main.c:13:
../src/l2cap.c: In function 'l2cap_connect_ind':
../src/l2cap.c:1699: warning: target of assignment not really an lvalue; this will be a hard error in the future
In file included from ../src/libAPI.c:110,
			 from main.c:13:
../src/rfcomm.c: In function 'rfcomm_listen':
../src/rfcomm.c:1540: warning: target of assignment not really an lvalue; this will be a hard error in the future
as: assembler (/private/var/stash/usrbin.pwn/../libexec/gcc/darwin/arm/as or /private/var/stash/usrbin.pwn/../local/libexec/gcc/darwin/arm/as) for architecture arm not installed
as: no assemblers installed
./minimal/mapping.h(54): _assert(2:false)
./minimal/mapping.h(54): _assert(2:false)
mv: cannot stat `liblwbt.so': No such file or directory
mv: cannot stat `lib_cl_demo': No such file or directory
rm: cannot remove `*.o': No such file or directory

Link to comment
Share on other sites

  • 2 months later...
 Share

×
×
  • Create New...