Difference between revisions of "Win64 for AMD64"

From Lazarus wiki
Jump to navigationJump to search
Line 23: Line 23:
 
* <strike>adapt api units</strike>
 
* <strike>adapt api units</strike>
 
* <strike>adapt fcl</strike>
 
* <strike>adapt fcl</strike>
* get lazarus working
+
* <strike>get lazarus working</strike>
 +
* <strike>get integrated debugger working</strike>
  
 
== Technical information ==
 
== Technical information ==

Revision as of 19:16, 30 October 2006

Status

Compiling and building

Compiling a program

Win64 requires the usage of the internal linker of FPC so all programs must be compiled with -Xi.

Debugging and Profiling

There is currently no full debugger support available, we're working on improving this situation. Basic debugging can be done so far with WinDBG http://www.microsoft.com/whdc/devtools/debugging/install64bit.mspx, the missing dwarf support of WinDBG makes things a little bit difficult though.

Todo

  • add compiler target
  • adapt rtl units
  • adapt api units
  • adapt fcl
  • get lazarus working
  • get integrated debugger working

Technical information

We're using our own assembler and linker to overcome the problem of the missing GNU Tools.

Information about the API etc. can be found at Win64/AMD64 API