Skip to content

Building software for Sonnet and Rapture

togflops edited this page Jun 30, 2018 · 6 revisions

Platforms to compile WarpOS software

Classic WarpOS GCC 2.95.3 available from Aminet

  • -warpup when added to the GCC or G++ compiling command and linking command will produce WarpOS code

MorphOS cross compiler using GCC 6.4, 5.4 and (depreciated) 4.4.5 and G++ 2.95.3.

Installation:

Requirements:

  • MorphOS SDK

Notes:

  • -specs=warpup when added to the GCC or G++ compiling command and linking command will produce WarpOS code under GCC 5.3 or 6.4

  • -warpup when added to the GCC or G++ compiling command and linking command will produce WarpOS code under GCC 2.95.3 or 4x

  • /gg/os-includeppc should contain the WarpOS system includes (exec, sdl, etc)

VBCC WarpOS version