Welcome, Guest
Username: Password: Remember me
CodeTyphon Cross-Build Development, discussions and problems
  • Page:
  • 1

TOPIC:

Cross-compilation fails with -CfVFPV2 or -CfVFPV3 10 years 3 months ago #5124

  • Aleksandar
  • Aleksandar's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 150
  • Thank you received: 31
Something crazy happens when you add -CfVFPV2 or -CfVFPV3

I am getting this error:
Fatal: Can not find system used by androidlcltest, ppu=..\..\..\..\fpc\units\arm-android\rtl\system.ppu

but c:\codetyphon\fpc\units\arm-android\rtl\system.ppu exists, and that is exactly ..\..\..\..\fpc\units\arm-android\rtl\system.ppu if you look from c:\codetyphon\CodeOcean\2_Basics\samples\androidlcl folder.

It's same with both 32 and 64 bit CT.

-CfVFPv2 should always be used in pair with -CpARMv6
-CpARMv6
-CfVFPv2

-CfVFPv3 should always be used in pair with -CpARMv7a
-CpARMv7a
-CfVFPv3

Please Log in or Create an account to join the conversation.

Last edit: by Aleksandar.
  • Page:
  • 1