Welcome, Guest
Username: Password: Remember me
CodeTyphon Platforms (Win32/64, GTK2/3/4, QT4/5/6, Cocoa, FpGUI etc) Development, discussions and problems
  • Page:
  • 1

TOPIC:

cross-compile "free pascal" from windows to arm 11 years 6 months ago #2578

  • mariuszekpl
  • mariuszekpl's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 15
  • Thank you received: 2
Is possible cross-compile full "free pascal" for arm-android under windows ?
How ?

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

cross-compile "free pascal" from windows to arm 11 years 6 months ago #2587

  • mariuszekpl
  • mariuszekpl's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 15
  • Thank you received: 2
cd C:\codetyphon\fpcsrc
C:\codetyphon\fpc\bin\i386-win32\make.exe  compiler_cycle FPC=ppc386.exe
C:\codetyphon\fpc\bin\i386-win32\make.exe -C utils/fpcm all FPC=ppc386.exe
C:\codetyphon\fpc\bin\i386-win32\make.exe all CPU_TARGET=arm OS_TARGET=linux BINUTILSPREFIX=arm-linux- FPC=ppc386.exe
C:\codetyphon\fpc\bin\i386-win32\make.exe install CPU_TARGET=arm OS_TARGET=linux OPT="-dFPC_ARMEL" FPC=C:\codetyphon\fpcsrc\compiler\ppcrossarm.exe  INSTALL_PREFIX=C:\codetyphon\fpcXYZ2

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

  • Page:
  • 1