hnpa4184 / btstack

Automatically exported from code.google.com/p/btstack
0 stars 0 forks source link

libBTstack.dylib should should support building on iPhoneSimulator #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be good if libBTstack.dylib cab be compiled for iPhoneSimulator (i686).
I already modified configure.in to make it support --target=iphone-simulator, 
see the patch.

NOTE: Building on iPhoneSimulator will make BTdaemon uncompilable because it 
needs 
BluetoothManager private framework which is available only in iPhoneOS, but I 
don't know where to 
remove this target from Makefile.

Original issue reported on code.google.com by iwatth on 28 Feb 2010 at 7:08

Attachments:

GoogleCodeExporter commented 8 years ago
hi iwatt! thanks for contributing. If you compile BTstack without configure 
options,
it builds native versions of libBTstack.dylib and BTdaemon. Both are unrelated 
to
iPhone(Simulator). I use them all the time developing iPhone apps in the 
simulator.
Is there something missing?
Matthias

Original comment by matthias.ringwald@gmail.com on 28 Feb 2010 at 11:46