From: Thomas H. <hol...@gm...> - 2010-09-14 18:59:02
|
Hi, I'm really like the idea of XMLVM and therefore wanted to try to cross-compile one of my Android apps to iOS. Everything workes fine until I have to execute the makefile. It says: library not found for -lcrt1.10.5.o I looked into the Makefile and found out that it is configured to run on iPhone simulator 3.1. I have the simulators 3.2, 4.0 and 4.1 installed but not 3.1, so I tried to change it to 3.2 in the Makefile. After that there was another error (undefined symbols in crt or something like this). However, it also didn't work. So is there a possibility to get XMLVM to work on newer simulators or does it just work on 3.1 at the moment? Thanks! Regards, Thomas |