-
Notifications
You must be signed in to change notification settings - Fork 3
Building software for Sonnet and Rapture
togflops edited this page Jun 30, 2018
·
6 revisions
- -warpup when added to the GCC or G++ compiling command and linking command will produce WarpOS code
Installation:
- Extract the MOS2WOS package to GG:
- http://aminet.net/package/dev/gcc/gcc-mos2wos
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
-
-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)
-
-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)