02-02-2012 11:57 AM
Am I correct that I can use this method for actual hardware only? So, for simulator I should compile and install the x86 libraries same way?
02-02-2012 01:16 PM
Yes you are correct, for Simulator build with
./configure-qsk x86
but make sure you have separate folders, building one source for different targets did not work for me
02-04-2012 01:41 PM
I've compiled the x86 libraries, added them to Simulator Configuration like before, but i'm getting the following error when i'm trying to build an x86 qt application:
no such instruction: `swpb %bl,%al,[%edx]'
Can anybody help me? Thanks in advance.
02-04-2012 03:15 PM
Go to Project Settings->C/C++ Build->Settings->QCC Complier->Preprocessor->Defines and add QT_BOOTSTRAPPED
02-04-2012 04:24 PM - edited 02-04-2012 04:24 PM
Thank you wery much. I don't get error any more.
02-23-2012 03:28 AM
Have you set your build environment variables up correctly? For example, on OS X:
computer:~ user$ . /Developer/SDKs/bbndk-2.0.0-beta3/bbndk-env.sh