Building software for Sonnet and Rapture - Sakura-IT/SonnetAmiga GitHub Wiki
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:
- Extract the MOS2WOS package to GG:
- http://aminet.net/package/dev/gcc/gcc-mos2wos
Requirements:
- MorphOS SDK
Notes:
GCC 5.3+ Support
-
-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
-
-woslibs will add all MOS2WOS included WarpOS static link libraries, including SDL, Zlib, etc in the correct linking order
-
/gg/ppc-amigaos/newlib/lib should contain the system includes (SDL, Zlib, etc)
-
/gg/os-includeppc should contain the AmigaOS includes (exec, dos, etc)
GCC 2.95.3 - 4.x Support
-
-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 AmigaOS includes (exec, dos, etc)