jimmyliu86 / btstack

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

Compiling against SDK4.3 fails #142

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I`m new to btstack and i want to follow the getting started guide.

My machine runs osx 10.6.7 with Xcode 4 and SDK 4.3

When i run the make command my compile dies with "ld: file not found: 
/usr/lib/system/libcache.dylib for architecture arm"

Is this a know error?

Original issue reported on code.google.com by marco%pr...@gtempaccount.com on 25 Apr 2011 at 12:58

GoogleCodeExporter commented 8 years ago
Didn't see this before but I can reproduce it. It doesn't happen with earlier 
SDKs. You could try using an older SDK. At the moment I have no idea what that 
error even means. 

Original comment by matthias.ringwald@gmail.com on 25 Apr 2011 at 4:12

GoogleCodeExporter commented 8 years ago
Installed SDK 4.2 today, and btstack compiled great. Gonna work with 4.2 for 
now, thanks :)

Original comment by marco%pr...@gtempaccount.com on 30 Apr 2011 at 5:04

GoogleCodeExporter commented 8 years ago
I upgraded to xcode 4.0 and meet the same problem

Original comment by yuedong...@gmail.com on 10 May 2011 at 6:14

GoogleCodeExporter commented 8 years ago
Small note: you can always extract the older SDK from older Xcode version. Just 
mount the image and open the "packages" folder which is not visible in Finder, 
in it you'll find all SDK versions. I personally have a copy of all SDKs since 
2.0. When installing e.g. the SDK 4.2 make sure to select "Developer" as folder 
to install, otherwise you'll get files splattered all over /

Original comment by matthias.ringwald@gmail.com on 10 May 2011 at 6:53

GoogleCodeExporter commented 8 years ago
Is there any workaround available? 

Original comment by dennis.d...@googlemail.com on 23 Jun 2011 at 1:32

GoogleCodeExporter commented 8 years ago
"any workaround": install Xcode 3.2.6 or just SDK <= 4.2 :)

jokes aside, I've just installed 4.3 today (from Xcode 3.2.6) and will have a 
look

Original comment by matthias.ringwald@gmail.com on 23 Jun 2011 at 1:50

GoogleCodeExporter commented 8 years ago
hi.. I've updated the configure.in to use -isysroot instead of the old crap. 
please update, run ./bootstrap and try again with --with-sdk-version=4.3

Original comment by matthias.ringwald@gmail.com on 23 Jun 2011 at 2:57

GoogleCodeExporter commented 8 years ago

Original comment by matthias.ringwald@gmail.com on 9 Jul 2011 at 10:53