fpc-mingw-w64 provides Free Pascal cross compilers and RTL units for
32-bit and 64-bit Windows targets. It is intended for x86_64 Slackware
hosts and produces PE executables for i386-win32 and x86_64-win64.
mingw-w64-binutils is required and must be installed first.
The fpc package is not required. The SlackBuild uses the official FPC
binary archive only to build a temporary native bootstrap compiler. It
then rebuilds a native compiler from the packaged source and uses that
compiler to build both cross compilers. The downloaded bootstrap and
the temporary native compiler are not installed.
When the fpc package is installed, the cross compilers can be invoked
through the regular compiler driver:
fpc -Twin32 hello.pas
fpc -Twin64 hello.pas
They can also be invoked directly as ppcross386 and ppcrossx64.
To use the cross compilers standalone, add
'#INCLUDE /etc/fpc-mingw-w64.cfg' to /etc/fpc.cfg or ~/.fpc.cfg
This requires: mingw-w64-binutils
Maintained by: Pablo Romano
Keywords: fpc,mingw,cross,compiler
ChangeLog: fpc-mingw-w64
Homepage:
https://www.freepascal.org/
Download SlackBuild:
fpc-mingw-w64.tar.gz
fpc-mingw-w64.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
| Individual Files: |
| README |
| doinst.sh |
| fpc-mingw-w64.SlackBuild |
| fpc-mingw-w64.cfg |
| fpc-mingw-w64.info |
| slack-desc |
© 2006-2026 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds