SunOS/ELF

From Lazarus-ccr

Jump to: navigation, search

The SunOS/ELF aka Solaris port is under development.

[edit] Status

  • Cross compiled hello world is working.
  • Cross zipinstall is working
  • Remote testsuite run is working
  • Native compiler is working

[edit] Usefull to know

  • FPC/Solaris currently uses the GNU Tool chain. http://www.blastwave.org/ provides a prepackaged packages with a usable package manager for Solaris.
  • http://www.sunfreeware.com also has the required GNU packages (make, libintl, gdb, binutils). After installation rename or symlink as and ld to gas and gld.
  • The equivalent to strace/ktrace is called truss on Solaris.