Difference between revisions of "Free Pascal supported targets"

From Lazarus wiki
Jump to navigationJump to search
(moved several targets around, made description of targets consistent, ordered targets alphabetically)
(I'm planning to build a release i8086-msdos crosscompiler from win32 and linux)
Line 25: Line 25:
 
* Amiga - m68k (68020+ only at the moment)
 
* Amiga - m68k (68020+ only at the moment)
 
* AROS - i386
 
* AROS - i386
 +
* DOS - i8086 (x86 16-bit, cross compiled from win32-i386 and linux-i386)
 
* Embedded - ARM (various micro-controllers)
 
* Embedded - ARM (various micro-controllers)
 
* FreeBSD - x86_64
 
* FreeBSD - x86_64

Revision as of 01:44, 26 December 2014

Free Pascal supported targets

Here's a list of all targets that are supported by the Free Pascal compiler. They are classified into five groups.

Main targets

These targets are fully supported, do have their own installer and are included into all releases.

  • Darwin/iOS - ARM
  • Darwin/iPhoneSimulator - i386
  • Darwin/Mac OS X - i386/x86-64 (Intel 32 and 64 bit)
  • Darwin/Mac OS X - PowerPC (32 and 64 bit)
  • Dos/Go32v2 - i386
  • FreeBSD - i386
  • Linux - i386 (tar and rpm-releases)
  • Linux - x86_64 (tar and rpm-releases)
  • OS/2 - i386
  • Win32 - i386
  • Win64 - x86_64

Full supported targets

These targets are fully supported, do have their own installer but might be missing in some releases.

  • Amiga - m68k (68020+ only at the moment)
  • AROS - i386
  • DOS - i8086 (x86 16-bit, cross compiled from win32-i386 and linux-i386)
  • Embedded - ARM (various micro-controllers)
  • FreeBSD - x86_64
  • Linux - PowerPC (32 and 64 bit)
  • Linux - Sparc (32 bit)
  • Linux - ARM (EABI, softfp and hardfloat)
  • MorphOS - PowerPC
  • WinCE - ARM (cross compiled from win32-i386)

Self-build supported targets

These targets are supported but are not distributed with their own installer. You have to build the compiler and units yourself.

  • Android - ARM
  • Android - i386
  • Android - MIPS
  • Linux - m68k (ColdFire and 68020+ only)

Unsupported but probably working targets

These targets are no officially supported, but there is at least one person working on them.

  • NativeNT - i386

Unsupported, abandoned targets

These targets did work some day, but not anymore. Or someone started on them, but they were never completed.

  • Dos/Watcom extender - i386
  • EMX - i386 (binaries working on both OS/2 and DOS with EMX extender)
  • Linux - ARM (OABI)
  • Mac OS ("Classic", v9 and below) - PowerPC
  • Netware - i386
  • WDOSX