View Single Post
Old 01-29-2012, 11:27 AM   #85
peterx
Connoisseur
peterx will become famous soon enoughpeterx will become famous soon enoughpeterx will become famous soon enoughpeterx will become famous soon enoughpeterx will become famous soon enoughpeterx will become famous soon enough
 
Posts: 64
Karma: 669
Join Date: Jan 2012
Device: M92
Quote:
Originally Posted by peterx View Post
Ok, I think that the right thing to do is to compile the Onyx SDK for x86. I think that is available pre-compiled only for ARM. Has anybody succeeded in compiling the SDK for x86? Compilation here fails as soon as dynamic libraries are generated...
I just got an email from john at onyx. It seems that static libraries suffice. So just to document it here:

If you want to compile and run an application on your x86 machine, download the SDK from github and run

rake build:x86:static

copy the resulting static libraries from build/x86/libs to /usr/local/lib (or any other place where your compiler/linker can find them) and then compile your application normally.
peterx is offline   Reply With Quote