HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 2 and Version 3 of PortingTips


Ignore:
Timestamp:
04/14/08 13:57:01 (7 years ago)
Author:
andreasf
Comment:

Added instructions for Haiku

Legend:

Unmodified
Added
Removed
Modified
  • PortingTips

    v2 v3  
    99 
    1010The CommonProblems page lists a number of common problems encountered when porting applications to BeOS. 
     11 
     12 
     13 
     14== Haiku OS tipps == 
     15 
     16=== gcc 2.x (default) === 
     17When building your own Haiku image, you can add 
     18{{{ 
     19AddOptionalHaikuImagePackages Development ; 
     20}}} 
     21to your {{{build/jam/UserBuildConfig}}} file. This sets up a development environment and unzips a small tree of ready-to-use binary tools onto your image, including a Haiku-specific gcc2, [wiki:dev-lang/perl Perl] and autotools. Other helpful packages are {{{OpenSSL}}} and the {{{Pe}}} text editor (which allows you to jump to the line of an error message). 
     22 
     23Most software cannot handle {{{i586-pc-haiku}}} yet, so it is usually necessary to {{{configure}}} with {{{--build=i586-pc-beos}}}. 
     24 
     25=== gcc 4.x === 
     26A native development environment is not yet available for gcc4-based Haiku; the cross-compiler can be used instead. 
     27 
     28A [http://dev.haiku-os.org/ticket/1844 shell script] to aid in this is available for use with autotools based software. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/