PDA

View Full Version : cross compile QT environment for a custom wince6.0 SDK.



giginjose
7th June 2010, 06:14
Hi,
I am trying to cross compile QT environment for a custom wince6.0 SDK.
I am able to do the configuraion and using the tool checksdk, I am able to see the SDK on the list. Later on, I create a .bat file using the same tool checksdk and the .bat file is generated and run successfully.

Once I give nmake, build fails. I am getting a link error in Sqlited4.lib, which states " error LNK2019: unresolved external symbol localtime_s referenced in function localtimeOffset" Is that a bug in Qt or is there any issues in my compilation steps. If required, I can post commands step by step.