- Posts: 15
- Thank you received: 2
×
CodeTyphon Platforms (Win32/64, GTK2/3/4, QT4/5, Cocoa, FpGUI etc) Development, discussions and problems
Question cross-compile "free pascal" from windows to arm
- mariuszekpl
- Topic Author
- Offline
- New Member
-
Less
More
9 years 9 months ago #2578
by mariuszekpl
cross-compile "free pascal" from windows to arm was created by mariuszekpl
Is possible cross-compile full "free pascal" for arm-android under windows ?
How ?
How ?
Please Log in or Create an account to join the conversation.
- mariuszekpl
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 2
9 years 9 months ago #2587
by mariuszekpl
Replied by mariuszekpl on topic cross-compile "free pascal" from windows to arm
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.