Difference between revisions of "Platform list"

From Lazarus wiki
Jump to navigationJump to search
Line 1: Line 1:
 
{{Platform list}}
 
{{Platform list}}
  
== Supported architectures ==
+
== 支持的架构 ==
 
* I386
 
* I386
 
* PowerPC
 
* PowerPC
* Sparc (initially working, lots of additional work done)
+
* Sparc (已经开始了,许多扩展的工作已经完成)
 
* AMD64 (x86-64)
 
* AMD64 (x86-64)
 
* PowerPC64
 
* PowerPC64
 
* [[ARM]]
 
* [[ARM]]
* m68k (1.0.x only; support in 2.x not finished)
+
* m68k (只支持 1.0.x;对 2.x 的支持中止)
  
== Other architectures and their status ==
+
== 其他架构的支持状况 ==
* iA64: non compiling compiler, only some basic units for the compiler implemented
+
* iA64: 尚无可编译的编译器,只有一些基本的单元
* Alpha: non compiling compiler, only some basic units for the compiler implemented
+
* Alpha: 尚无可编译的编译器,只有一些基本的单元
* MIPS: non compiling compiler, only some basic units for the compiler implemented
+
* MIPS: 尚无可编译的编译器,只有一些基本的单元
* [[AVR]]: separate branch
+
* [[AVR]]: 单独的分支
  
== Supported targets for i386 ==
+
== I386架构上被支持的目标系统 ==
* [[GO32 V2]] DOS extender
+
* [[GO32 V2]] DOS 扩展器
 
* 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 (under development, currently maintainerless)
+
* NetBSD for i386 (正在开发,目前缺少开发人员)
 
* [[Netware]] for i386 (clib and libc)
 
* [[Netware]] for i386 (clib and libc)
 
* WDOSX DOS extender
 
* WDOSX DOS extender
* OpenBSD for i386 (under development, currently maintainerless)
+
* OpenBSD for i386 (正在开发,目前缺少开发人员)
 
* 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
  
== Supported targets for SPARC ==
+
== SPARC架构上被支持的目标系统 ==
* [[SunOS/ELF]] for SPARC (in maintenance mode)
+
* [[SunOS/ELF]] for SPARC (维护状态)
 
* Linux for SPARC
 
* Linux for SPARC
  
== Supported targets for PowerPC ==
+
== 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)
  
== Supported targets for PowerPC64 ==
+
== 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)
  
== Supported targets for [[AMD64]] ([[x86-64]]) ==  
+
== [[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)
  
== Supported targets for ARM ==
+
== 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]] (under development)
+
* [[GP2X]] (正在开发)
  
== 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 ==
+
== 交叉编译 ==
Information about compilation for a different platform as the one running the compiler may be found in [[Cross compiling]].
+
有关用一个平台上的编译器编译出运行于不同平台上程序的信息,可以在[[Cross compiling]]找到。
 +
 
 +
[[Category:zh]]

Revision as of 13:58, 2 July 2009

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

支持的架构

  • I386
  • PowerPC
  • Sparc (已经开始了,许多扩展的工作已经完成)
  • AMD64 (x86-64)
  • PowerPC64
  • ARM
  • m68k (只支持 1.0.x;对 2.x 的支持中止)

其他架构的支持状况

  • iA64: 尚无可编译的编译器,只有一些基本的单元
  • Alpha: 尚无可编译的编译器,只有一些基本的单元
  • MIPS: 尚无可编译的编译器,只有一些基本的单元
  • AVR: 单独的分支

I386架构上被支持的目标系统

  • GO32 V2 DOS 扩展器
  • 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 (正在开发,目前缺少开发人员)
  • Netware for i386 (clib and libc)
  • WDOSX DOS extender
  • OpenBSD for i386 (正在开发,目前缺少开发人员)
  • 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

SPARC架构上被支持的目标系统

  • SunOS/ELF for SPARC (维护状态)
  • Linux for SPARC

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)

PowerPC64架构上被支持的目标系统

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

AMD64 (x86-64)架构上被支持的目标系统

ARM架构上被支持的目标系统

非正式的第三方提供的

有关新平台的支持的资源...

... 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 compiling找到。