after trying all day, finally i can compile the example on windows using fpc 2.7.1 from svn. working both on emulator and device. not trying anything else yet.
Quoteafter trying all day, finally i can compile the example on windows using fpc 2.7.1 from svn. working both on emulator and device. not trying anything else yet.which svn revision? my 2.7.1 about two weeks ago can't generate runnable app, the example crashes even before something is shown.
fpc rev 19673 and binutils 2.22. i did just like in http://wiki.lazarus.freepascal.org/Setup_Cross_Compile_For_ARM with small wrapper to pass option -meabi=5 to assembler (arm-linux-as.exe and as.exe).
how to get fpc rev 19763 ??? But Now the rev is 19694...
svn update -r 19763 your_working_copy_of_trunk
svn co -r 19763 http://svn.freepascal.org/svn/fpc/trunk