2013/5/17 Kjow <[email protected]> > and added the three options to fpc.cfg > > ... > #ifdef android > #ifdef cpuarm > -FlC:\Android\NDK\android-ndk-r8e\platforms\android-14\arch-arm\usr\lib > -CfVFPV3 > -OoFASTMATH > -CpARMV7A > #endif > #endif > ... > > PS I removed everything from "project->project options-> Other" and I edited with these options fpc.cfg and it works "well". So I don't need anymore to edit project "other":
fpc.cfg: ... #ifdef android #ifdef cpuarm -dANDROID -CfVFPV3 -OoFASTMATH -CpARMV7A -Xd -XParm-linux-androideabi- -FLC:\Android\NDK\android-ndk-r8e\platforms\android-14\arch-arm\usr\lib\libdl.so -FUC:\Android\NDK\android-ndk-r8e\platforms\android-14\arch-arm\usr\lib -FlC:\Android\NDK\android-ndk-r8e\platforms\android-14\arch-arm\usr\lib -FDC:\Android\NDK\android-ndk-r8e\toolchains\arm-linux-androideabi-4.4.3\prebuilt\windows-x86_64\bin #endif #endif ... Best Regards, Kjow
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
