Difference between revisions of "Win64 for AMD64"

From Lazarus wiki
Jump to navigationJump to search
Line 1: Line 1:
 
== Status ==
 
== Status ==
  
The possibility of a port to win64/amd64 is under investigation. When GNU Binutils and GDB for win64/amd64 will be available, it will be easy to port fpc to this platform.
+
Basic programs like Hello world are working. We're using our own assembler and linker to overcome the problem of the missing GNU Tools.
 
 
Currently, a ml64/link/windbg based port could be done, however, this would give only very unsatisfying debugging capabilities. As long as there is no final AMD64 release, this is no option.
 
  
 
== Todo ==
 
== Todo ==

Revision as of 22:53, 15 April 2006

Status

Basic programs like Hello world are working. We're using our own assembler and linker to overcome the problem of the missing GNU Tools.

Todo

  • add compiler target
  • adapt rtl units (work in progress)
  • adapt api units
  • adapt fcl

Technical information