2013/5/15 Kjow <[email protected]> > Hi, > > > 2013/5/15 leledumbo <[email protected]> > >> Isn't the error message clear enough? >> > > The error is clear, but the solution is not... > > >> > PPU Loading C:\Develop\fpc\2.7.x\units\arm-android\rtl\system.ppu >> > Trying to use a unit which was compiled with a different FPU mode >> >> The compiler tries to load the system unit, but it's compiled with >> different >> FPU mode that the one you're targetting with. Try cleaning up your >> arm-android installation and ensure that second FPC compilation really >> works. >> > > How to clean arm-android installation? When I call "make" I use: > > make clean crossall crossinstall OS_TARGET=android CPU_TARGET=arm ...etc >
PS also physically deleting C:\Develop\fpc\2.7.x\units\arm-android directory and recompiling fpc with CROSSOPT="-CfVFPV3 -OoFASTMATH -CpARMV6" I get the same error.
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
