This Pascal crosscompiler produces m68k executables, which run natively on m68k-embedded systems.
Get help with:
fpc -h
Compile and link a Pascal file with:
fpc -Pm68k -Tembedded FILENAME
This Pascal crosscompiler produces m68k executables, which run natively on m68k-embedded systems.
Get help with:
fpc -h
Compile and link a Pascal file with:
fpc -Pm68k -Tembedded FILENAME
To install fpc-cross-m68k-embedded, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fpc-cross-m68k-embedded
To see what files were installed by fpc-cross-m68k-embedded, run:
port contents fpc-cross-m68k-embedded
To later upgrade fpc-cross-m68k-embedded, run:
sudo port selfupdate && sudo port upgrade fpc-cross-m68k-embedded
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.