Installation OS4

From Freepascal Amiga wiki
Revision as of 00:04, 17 May 2020 by Migario (talk | contribs) (→‎Crosscompile from Linux: added crossopt option when using vasm/vlnk)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Installation of Free Pascal on a AmigaOS 4 machine

You need:

  • an AmigaOS4 machine or emulated UAE
  • OS 4.0 or better
  • much RAM
  • official AmigaOS4 SDK
  • binary release of FPC-AmigaOS4

Installation

  • Unpack the archive file to a folder where you like to have the installation
  • Create an assign FreePascal: to the pp folder (for example in s:user-startup)
  • Add the binary location to path Freepascal:bin/powerpc-amiga (for example in s:user-startup)
  • if you do not want to create an assign you can also edit the fpc.cfg and fp.cfg and add your personal path directly there

Crosscompile from Linux

This section describe how the freepascal compiler with all units can be created under a linux system. This could be important if you start without a working Free Pascal at Amiga.

  • A working linux system (CPU is not important, i386 and x64 tested other platform might work)
  • A freepascal compiler for this linux (Version = 3.0) (e.g. at Ubuntu/Debian apt-get install fpc)
  • You need a the AmigaOS4 binutils e.g. Cross binutils vasm/vlink
  • Get the latest freepascal source
  • A folder fpc is created with the sources inside, change to the folder
cd fpc
  • Now everything is set for make the compiler, we choose zipinstall to create directly a packed version fpc-3.1.1.powerpc-amiga.tar.gz
make zipinstall CPU_TARGET=powerpc OS_TARGET=amiga
In case opting for the vasm/vlink binutils (instead of the gnu binutils):
make zipinstall CPU_TARGET=powerpc OS_TARGET=amiga CROSSOPT="-XV -Avasm"
  • now you have a complete archive with the Amiga freepascal compiler with all units and some utilities