This Pascal crosscompiler produces m68k executables, which run natively on m68k-linux systems.
Get help with:
fpc -h
Compile and link a Pascal file with:
fpc -Pm68k -Tlinux FILENAME
This Pascal crosscompiler produces m68k executables, which run natively on m68k-linux systems.
Get help with:
fpc -h
Compile and link a Pascal file with:
fpc -Pm68k -Tlinux FILENAME
To install fpc-cross-m68k-linux, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fpc-cross-m68k-linux
To see what files were installed by fpc-cross-m68k-linux, run:
port contents fpc-cross-m68k-linux
To later upgrade fpc-cross-m68k-linux, run:
sudo port selfupdate && sudo port upgrade fpc-cross-m68k-linux
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.