Difference between revisions of "Platform list"

From Free Pascal wiki
Jump to navigationJump to search
Line 1: Line 1:
 
{{Platform list}}
 
{{Platform list}}
  
== 支持的架构 ==
+
== Supported architectures ==
 
* I386
 
* I386
 
* PowerPC
 
* PowerPC
* Sparc (已经开始了,许多扩展的工作已经完成)
+
* Sparc (initially working, lots of additional work done)
 
* AMD64 (x86-64)
 
* AMD64 (x86-64)
 
* PowerPC64
 
* PowerPC64
 
* [[ARM]]
 
* [[ARM]]
* m68k (只支持 1.0.x;对 2.x 的支持中止)
+
* m68k (1.0.x only; support in 2.x not finished)
  
== 其他架构的支持状况 ==
+
== Other architectures and their status ==
* iA64: 尚无可编译的编译器,只有一些基本的单元
+
* iA64: non compiling compiler, only some basic units for the compiler implemented
* Alpha: 尚无可编译的编译器,只有一些基本的单元
+
* Alpha: non compiling compiler, only some basic units for the compiler implemented
* MIPS: 尚无可编译的编译器,只有一些基本的单元
+
* MIPS: non compiling compiler, only some basic units for the compiler implemented
* [[AVR]]: 单独的分支
+
* [[AVR]]: separate branch
  
== I386架构上被支持的目标系统 ==
+
== Supported targets for i386 ==
* [[GO32 V2]] DOS 扩展器
+
* [[GO32 V2]] DOS extender
 
* Linux for i386
 
* Linux for i386
 
* [[Target OS2|OS/2]] / eComStation
 
* [[Target OS2|OS/2]] / eComStation
Line 24: Line 24:
 
* SunOS/ELF for i386 (under development)
 
* SunOS/ELF for i386 (under development)
 
* [[BeOS port]] for i386 (under development)
 
* [[BeOS port]] for i386 (under development)
* NetBSD for i386 (正在开发,目前缺少开发人员)
+
* NetBSD for i386 (under development, currently maintainerless)
 
* [[Netware]] for i386 (clib and libc)
 
* [[Netware]] for i386 (clib and libc)
 
* WDOSX DOS extender
 
* WDOSX DOS extender
* OpenBSD for i386 (正在开发,目前缺少开发人员)
+
* OpenBSD for i386 (under development, currently maintainerless)
 
* OS/2 via EMX (equal to OS/2 target in 1.0.x and earlier; RTL based on EMX runtime library allows building applications running under DOS with EMX extender; currently not completely up to date)
 
* OS/2 via EMX (equal to OS/2 target in 1.0.x and earlier; RTL based on EMX runtime library allows building applications running under DOS with EMX extender; currently not completely up to date)
 
* Watcom compatible DOS extenders
 
* Watcom compatible DOS extenders
Line 33: Line 33:
 
* [http://sourceforge.net/projects/befpc/ BeOS/Zeta/Haiku] for i386
 
* [http://sourceforge.net/projects/befpc/ BeOS/Zeta/Haiku] for i386
  
== SPARC架构上被支持的目标系统 ==
+
== Supported targets for SPARC ==
* [[SunOS/ELF]] for SPARC (维护状态)
+
* [[SunOS/ELF]] for SPARC (in maintenance mode)
 
* Linux for SPARC
 
* Linux for SPARC
  
== PowerPC架构上被支持的目标系统 ==
+
== Supported targets for PowerPC ==
 
* Linux for PowerPC
 
* Linux for PowerPC
 
* [[Target Darwin]] (Mac OS X)
 
* [[Target Darwin]] (Mac OS X)
Line 44: Line 44:
 
* [[MorphOS]] (basic units implemented, make cycle working)
 
* [[MorphOS]] (basic units implemented, make cycle working)
  
== PowerPC64架构上被支持的目标系统 ==
+
== Supported targets for PowerPC64 ==
 
* Linux (2.1.x and later)
 
* Linux (2.1.x and later)
 
* [[Target Darwin]] (Mac OS X) (2.3.x and later)
 
* [[Target Darwin]] (Mac OS X) (2.3.x and later)
  
== [[AMD64]] ([[x86-64]])架构上被支持的目标系统 ==  
+
== Supported targets for [[AMD64]] ([[x86-64]]) ==  
 
* [[Linux for AMD64]]
 
* [[Linux for AMD64]]
 
* [[Win64 for AMD64]]
 
* [[Win64 for AMD64]]
 
* [[Target Darwin]] (Mac OS X) (2.3.x and later)
 
* [[Target Darwin]] (Mac OS X) (2.3.x and later)
  
== ARM架构上被支持的目标系统 ==
+
== Supported targets for ARM ==
 
* [[Linux for ARM]]
 
* [[Linux for ARM]]
 
* [[WinCE port|Windows CE/Windows Mobile/Pocket PC]]
 
* [[WinCE port|Windows CE/Windows Mobile/Pocket PC]]
Line 63: Line 63:
 
* [[Embedded]]
 
* [[Embedded]]
  
== 非正式的第三方提供的 ==
+
== Unofficial 3rd party ports ==
  
* [[GP2X]] (正在开发)
+
* [[GP2X]] (under development)
  
== 有关新平台的支持的资源... ==
+
== Resources for porting to new platforms... ==
 
... and keeping existing ones up to date.
 
... and keeping existing ones up to date.
 
* [[FPC HowToDo]] - new additions requiring attention of platform maintainers
 
* [[FPC HowToDo]] - new additions requiring attention of platform maintainers
 
* [[System unit structure]] - (work in progress - only skeleton finished) description of System unit internals
 
* [[System unit structure]] - (work in progress - only skeleton finished) description of System unit internals
  
== 交叉编译 ==
+
== Cross compilation ==
有关用一个平台上的编译器编译出运行于不同平台上程序的信息,可以在[[Cross compiling]]找到。
+
Information about compilation for a different platform as the one running the compiler may be found in [[Cross compiling]].
 
 
[[Category:zh]]
 

Revision as of 14:03, 2 July 2009

العربية (ar) Deutsch (de) English (en) français (fr) Bahasa Indonesia (id) português (pt) русский (ru) 中文(中国大陆)‎ (zh_CN)

Supported architectures

  • I386
  • PowerPC
  • Sparc (initially working, lots of additional work done)
  • AMD64 (x86-64)
  • PowerPC64
  • ARM
  • m68k (1.0.x only; support in 2.x not finished)

Other architectures and their status

  • iA64: non compiling compiler, only some basic units for the compiler implemented
  • Alpha: non compiling compiler, only some basic units for the compiler implemented
  • MIPS: non compiling compiler, only some basic units for the compiler implemented
  • AVR: separate branch

Supported targets for i386

  • GO32 V2 DOS extender
  • Linux for i386
  • OS/2 / eComStation
  • Win32 for i386
  • FreeBSD/ELF for i386
  • SunOS/ELF for i386 (under development)
  • BeOS port for i386 (under development)
  • NetBSD for i386 (under development, currently maintainerless)
  • Netware for i386 (clib and libc)
  • WDOSX DOS extender
  • OpenBSD for i386 (under development, currently maintainerless)
  • OS/2 via EMX (equal to OS/2 target in 1.0.x and earlier; RTL based on EMX runtime library allows building applications running under DOS with EMX extender; currently not completely up to date)
  • Watcom compatible DOS extenders
  • Target Darwin (Mac OS X) for i386 (2.1.x and later)
  • BeOS/Zeta/Haiku for i386

Supported targets for SPARC

  • SunOS/ELF for SPARC (in maintenance mode)
  • Linux for SPARC

Supported targets for PowerPC

  • Linux for PowerPC
  • Target Darwin (Mac OS X)
  • NetBSD (core done, but not kept up to speed)
  • Target MacOS (classic)
  • MorphOS (basic units implemented, make cycle working)

Supported targets for PowerPC64

  • Linux (2.1.x and later)
  • Target Darwin (Mac OS X) (2.3.x and later)

Supported targets for AMD64 (x86-64)

Supported targets for ARM

Unofficial 3rd party ports

  • GP2X (under development)

Resources for porting to new platforms...

... and keeping existing ones up to date.

  • FPC HowToDo - new additions requiring attention of platform maintainers
  • System unit structure - (work in progress - only skeleton finished) description of System unit internals

Cross compilation

Information about compilation for a different platform as the one running the compiler may be found in Cross compiling.