2012-04-24 01:22:36 +00:00
|
|
|
Retro68
|
|
|
|
=======
|
|
|
|
|
2015-09-12 22:33:40 +00:00
|
|
|
A GCC-based cross-compilation environment for 68K and PowerPC Macs.
|
2015-10-07 00:11:44 +00:00
|
|
|
Why? Because there is no decent C++11 Compiler targeting Apple's System 6.
|
2012-04-24 01:22:36 +00:00
|
|
|
If that's not a sufficient reason for you, I'm sure you will find
|
2015-10-07 00:11:44 +00:00
|
|
|
something more useful elsewhere.
|
2012-04-24 01:22:36 +00:00
|
|
|
|
2014-09-12 23:03:45 +00:00
|
|
|
If you are crazy enough to try it out, please say hello at
|
|
|
|
wolfgang.thaller@gmx.net.
|
|
|
|
|
2015-09-12 22:33:40 +00:00
|
|
|
Installing/Building
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
### Prerequisites
|
2012-04-24 01:22:36 +00:00
|
|
|
|
|
|
|
- Linux or Mac OS X
|
2015-01-19 23:05:54 +00:00
|
|
|
- boost
|
2012-04-24 01:22:36 +00:00
|
|
|
- CMake 2.8
|
2014-09-12 23:03:45 +00:00
|
|
|
- GCC dependencies: GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+
|
2015-01-19 23:05:54 +00:00
|
|
|
- bison version 3.0.2 or later
|
2017-04-23 15:02:11 +00:00
|
|
|
- Apple Universal Interfaces (version 3.x; version 3.4 is tested)
|
2012-04-24 01:22:36 +00:00
|
|
|
- An ancient Mac and/or an emulator.
|
|
|
|
|
2014-09-12 23:54:02 +00:00
|
|
|
For Ubuntu Linux, the following should help a bit:
|
|
|
|
|
2015-01-19 23:05:54 +00:00
|
|
|
sudo apt-get install cmake libgmp-dev libmpfr-dev libmpc-dev libboost-all-dev bison
|
2014-09-12 23:54:02 +00:00
|
|
|
|
2014-09-17 00:10:04 +00:00
|
|
|
On a Mac, get the homebrew package manager and:
|
|
|
|
|
2017-05-31 05:28:30 +00:00
|
|
|
brew install boost --c++11
|
|
|
|
brew install cmake gmp mpfr libmpc bison
|
2014-09-17 00:10:04 +00:00
|
|
|
|
2015-01-19 23:05:54 +00:00
|
|
|
In theory, you can also run Retro68 on a PowerMac G4 or G5 running Mac OS 10.4 (Tiger).
|
2014-10-17 20:51:42 +00:00
|
|
|
In that case, get the tigerbrew package manager and
|
|
|
|
|
|
|
|
brew install gcc cmake
|
|
|
|
|
2015-09-12 22:33:40 +00:00
|
|
|
### Apple Universal Interfaces
|
2014-09-12 23:54:02 +00:00
|
|
|
|
2017-04-23 15:02:11 +00:00
|
|
|
Before you can build Retro68, you need to find a copy of Apple's Universal Interfaces
|
|
|
|
and put it inside the InterfacesAndLibraries directory in the source tree.
|
|
|
|
Version 3.4 has received the most testing, but any 3.x version could theoretically
|
|
|
|
work.
|
|
|
|
The exact directory layout inside the InterfacesAndLibraries directory does
|
|
|
|
not matter. The resource forks of the files are not required.
|
|
|
|
|
2014-09-12 23:54:02 +00:00
|
|
|
The Universal Interfaces used to be a free download from Apple. However,
|
2017-04-23 15:02:11 +00:00
|
|
|
they have taken the site off-line and the license agreement does not allow
|
|
|
|
redistribution, which is why it's not included in this repository.
|
|
|
|
The concept of fair use might cover keeping it available for reasons of historical
|
|
|
|
interest, or it might not. I am not a lawyer.
|
|
|
|
|
|
|
|
The Universal Interfaces were also included with Apple's free-to-download
|
|
|
|
Macintosh Programmer's Workshop (MPW; redistribution is not officially allowed, either)
|
|
|
|
and with Metrowerks CodeWarrior.
|
|
|
|
|
|
|
|
One of the most easily found downloads is the MPW 3.5 Golden Master release,
|
|
|
|
usually in a file named mpg-gm.img_.bin. At the time of this writing, this can be
|
|
|
|
found at:
|
2014-09-12 23:54:02 +00:00
|
|
|
|
2017-04-23 15:02:11 +00:00
|
|
|
http://macintoshgarden.org/apps/macintosh-programmers-workshop
|
|
|
|
https://www.macintoshrepository.org/1360-macintosh-programmer-s-workshop-mpw-3-0-to-3-5
|
2014-09-12 23:03:45 +00:00
|
|
|
|
2017-04-23 15:02:11 +00:00
|
|
|
|
|
|
|
You will need a Mac or a Mac emulator (with DiscCopy) to read that file.
|
2012-04-24 01:22:36 +00:00
|
|
|
|
2014-09-12 23:54:02 +00:00
|
|
|
|
2015-09-12 22:33:40 +00:00
|
|
|
### Compiling Retro68
|
2012-04-24 01:22:36 +00:00
|
|
|
|
2014-09-12 23:54:02 +00:00
|
|
|
Once you have all the prerequisites, execute these commands from the top level
|
|
|
|
of the Retro68 directory:
|
2012-04-24 01:22:36 +00:00
|
|
|
|
|
|
|
cd ..
|
|
|
|
mkdir Retro68-build
|
|
|
|
cd Retro68-build
|
2017-04-23 16:01:28 +00:00
|
|
|
../Retro68/build-toolchain.bash
|
2012-04-24 01:22:36 +00:00
|
|
|
|
|
|
|
The toolchain will be installed in the "toolchain" directory inside
|
|
|
|
the build directory.
|
|
|
|
|
2017-04-23 16:27:06 +00:00
|
|
|
If you're building this on a PowerMac running Mac OS X 10.4, tell the build script
|
|
|
|
to use the gcc you've installed via tigerbrew:
|
|
|
|
|
|
|
|
../Retro68/build-toolchain.bash --host-cxx-compiler=g++-5
|
|
|
|
|
2017-04-23 16:01:28 +00:00
|
|
|
### Build options and recompiling
|
|
|
|
|
|
|
|
Building all of Retro68 involves building binutils and gcc... twice, so it
|
|
|
|
takes quite a while.
|
|
|
|
|
|
|
|
You can pass the `--no-68k`, `--no-ppc` or `--no-carbon`
|
|
|
|
flags to `build-toolchain` to limit yourself to the old Macs you're really
|
|
|
|
interested in (note that `--no-ppc` implies `--no-carbon`).
|
|
|
|
|
|
|
|
After the initial build, you can use the `--skip-thirdparty` option in order to
|
|
|
|
skip gcc and binutils and just compile the Retro68-specific tools, libraries and
|
|
|
|
sample programs.
|
|
|
|
The `build-host`, `build-target`, `build-target-ppc` and `build-target-carbon`
|
|
|
|
directories are CMake build directories generated from the top-level `CMakeLists.txt`,
|
|
|
|
so you can also `cd` to one of these and run `make` separately if you've made changes.
|
|
|
|
|
|
|
|
|
2012-04-24 01:22:36 +00:00
|
|
|
Sample programs
|
|
|
|
---------------
|
|
|
|
|
2014-10-17 23:36:57 +00:00
|
|
|
Sample programs are built in several formats:
|
|
|
|
- On Macs: Real Mac Applications (`ApplicationName.APPL`)
|
|
|
|
- Elsewhere: `ApplicationName.APPL`, `.rsrc/ApplicationName.APPL`, `.finf/ApplicationName.APPL` (BasiliskII/Sheepshaver compatible)
|
|
|
|
- MacBinary files (`ApplicationName.bin`)
|
|
|
|
- Raw HFS disk image (`ApplicationName.dsk`, containing `ApplicationName`)
|
2017-09-23 19:02:22 +00:00
|
|
|
- AppleDouble file pairs (`ApplicationName.ad`, `%ApplicationName.ad`, Executor compatible)
|
2014-10-17 23:36:57 +00:00
|
|
|
|
2015-10-07 00:11:44 +00:00
|
|
|
Look under `Retro68-build/build-target/` (68K),
|
|
|
|
`Retro68-build/build-target-ppc/` (PowerPC Classic) and
|
|
|
|
`Retro68-build/build-target-carbon/` (PowerPC Carbon) for the compiled examples.
|
2012-04-24 01:22:36 +00:00
|
|
|
|
2015-09-12 22:33:40 +00:00
|
|
|
Components
|
|
|
|
----------
|
2012-04-24 01:22:36 +00:00
|
|
|
|
|
|
|
Retro68 is an aggegation of various existing free software
|
2015-09-12 22:33:40 +00:00
|
|
|
projects with a few components added.
|
2012-04-24 01:22:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
Third Party Components:
|
2017-04-23 16:01:28 +00:00
|
|
|
- binutils 2.28
|
|
|
|
- gcc 6.3.0
|
2012-04-24 01:22:36 +00:00
|
|
|
- newlib 2.10.1 (inside the gcc directory)
|
|
|
|
- elf2flt (from the ucLinux project's CVS)
|
2015-09-12 22:33:40 +00:00
|
|
|
- hfsutils 3.2.6
|
2012-04-24 01:22:36 +00:00
|
|
|
|
|
|
|
Retro68-Specific Components:
|
2015-09-12 22:33:40 +00:00
|
|
|
- ResourceFiles library
|
|
|
|
- Rez
|
|
|
|
- PEFTools (MakePEF and MakeImport)
|
2012-04-24 01:22:36 +00:00
|
|
|
- MakeAPPL
|
|
|
|
- libretro
|
2015-07-16 22:47:29 +00:00
|
|
|
- TestApps - a few tiny test programs
|
|
|
|
- Sample Programs: Raytracer, HelloWorld, Launcher, Dialog
|
2012-04-24 01:22:36 +00:00
|
|
|
|
|
|
|
### binutils
|
|
|
|
|
2015-09-12 22:33:40 +00:00
|
|
|
Two new target platforms:
|
|
|
|
- `m68k-apple-macos`, based on the `m68k-unknown-elf` target
|
|
|
|
- `powerpc-apple-macos`, based on the `powerpc-ibm-aix` target
|
|
|
|
|
|
|
|
The powerpc target has a few hacks to make weak symbols work as expected.
|
2012-04-24 01:22:36 +00:00
|
|
|
|
|
|
|
### gcc
|
|
|
|
|
2015-09-12 22:33:40 +00:00
|
|
|
Various patches and hacks:
|
|
|
|
- New target platforms `m68k-apple-macos` and `powerpc-apple-macos`.
|
|
|
|
- support `"\pPascal String Literals"``
|
|
|
|
|
|
|
|
68K specific:
|
2012-04-24 01:22:36 +00:00
|
|
|
- Changed register usage.
|
|
|
|
- Change the way 1-byte and 2-byte parameters are passed.
|
2014-09-24 23:58:30 +00:00
|
|
|
- added a pascal calling convention (`pascal` or `__attribute__((__pascal__))`)
|
|
|
|
- added `__attribute__((__raw_inline__(word1, word2, word3)))` to emulate `ONEWORDINLINE` and friends
|
|
|
|
- added `__attribute__((regparam("...")))` to specify custom register calling conventions
|
2015-07-16 22:47:29 +00:00
|
|
|
- added `#pragma parameter` to specify custom register calling conventions
|
2015-08-27 20:13:46 +00:00
|
|
|
- added support for the `= { 0x1234 }` syntax for inline machine code.
|
2012-04-24 01:22:36 +00:00
|
|
|
|
2015-10-07 00:11:44 +00:00
|
|
|
PowerPC specific:
|
|
|
|
- New flag -carbon that makes gcc link with `-lCarbonLib` instead of `-lInterfaceLib`
|
|
|
|
|
2012-04-24 01:22:36 +00:00
|
|
|
### newlib
|
|
|
|
|
|
|
|
Standard C library. Currently unmodified. The missing platform-dependent
|
|
|
|
bits haven't been added, instead they are found in 'libretro'.
|
|
|
|
|
|
|
|
### elf2flt
|
|
|
|
|
|
|
|
Converts from ELF to a much simpler binary format.
|
|
|
|
Minor patch: provide symbols around .init and .fini sections
|
|
|
|
|
|
|
|
### hfsutils:
|
|
|
|
|
2015-09-12 22:33:40 +00:00
|
|
|
No changes.
|
2012-04-24 01:22:36 +00:00
|
|
|
|
2015-09-12 22:33:40 +00:00
|
|
|
### ResourceFiles
|
|
|
|
|
|
|
|
A C++ Library for manipulating resource forks.
|
|
|
|
|
2015-08-27 20:13:46 +00:00
|
|
|
### Rez
|
|
|
|
|
2015-08-29 01:33:14 +00:00
|
|
|
A reimplementation of Apple's Rez resource compiler. Reads `.r` files
|
|
|
|
containing textual resource descriptions and compiles them to binary
|
|
|
|
resource files.
|
2015-08-27 20:13:46 +00:00
|
|
|
|
2017-04-23 16:01:28 +00:00
|
|
|
### ConvertObj
|
|
|
|
|
|
|
|
Reads a MPW 68K Object file (`*.o`) and converts it to input for the
|
|
|
|
GNU assembler (`powerpc-apple-macos-as`). Well, as long as the .o file does not
|
|
|
|
use global variables or non-local function calls. Used to import glue code from
|
|
|
|
MPW's `Interface.o` library.
|
|
|
|
|
|
|
|
### MakeAPPL
|
|
|
|
|
|
|
|
Reads a FLAT executable as output by elf2flt and converts it to
|
|
|
|
a MacBinary file containing a classic Macintosh application.
|
|
|
|
The CMake setup for the sample programs no longer uses this, but rather uses
|
|
|
|
Rez to generate the appropriate resources.
|
|
|
|
|
2015-09-12 22:33:40 +00:00
|
|
|
### PEFTools
|
|
|
|
|
2017-04-23 16:01:28 +00:00
|
|
|
Tools supporting the Apple's PEF format, the Preferred Executable Format
|
|
|
|
for PowerPC Macs.
|
|
|
|
|
|
|
|
- `MakePEF`, a tool to convert xcoff files to PEF.
|
2015-09-12 22:33:40 +00:00
|
|
|
- `MakeImport`, a tool to create an xcoff import stub library from a PEF-format library.
|
|
|
|
|
2015-10-07 00:11:44 +00:00
|
|
|
### prepare-headers.sh:
|
|
|
|
|
2017-04-23 16:01:28 +00:00
|
|
|
Apply any necessary patches to Apple's headers.
|
2015-10-07 00:11:44 +00:00
|
|
|
|
|
|
|
### ImportLibraries
|
|
|
|
|
|
|
|
Import Libraries in XCOFF format. Based on the list of symbols in Apple's import
|
|
|
|
libraries. Generated using the `MakeImport` tool.
|
|
|
|
|
2012-04-24 01:22:36 +00:00
|
|
|
### libretro
|
|
|
|
|
2015-09-12 22:33:40 +00:00
|
|
|
Contains startup code (handles relocations on 68K) and implementations
|
2012-04-24 01:22:36 +00:00
|
|
|
for some standard library functions.
|
|
|
|
|
2015-07-16 22:47:29 +00:00
|
|
|
### Console
|
2012-04-24 01:22:36 +00:00
|
|
|
|
2015-07-16 22:47:29 +00:00
|
|
|
Contains a library that implements basic text console functionality.
|
2012-04-24 01:22:36 +00:00
|
|
|
|
2015-07-16 22:47:29 +00:00
|
|
|
### Sample Program: Hello World
|
|
|
|
|
|
|
|
The binary is in Retro68-build/build-target/Samples/HelloWorld/.
|
2012-04-24 01:22:36 +00:00
|
|
|
|
|
|
|
### Sample Program: Raytracer
|
|
|
|
|
|
|
|
Calculates a nice 3D image, pixel by pixel.
|
2014-09-17 01:39:50 +00:00
|
|
|
There are two versions: raytracer.c is a straightforward
|
|
|
|
plain C implementation using floating point arithmetic.
|
2012-04-24 01:22:36 +00:00
|
|
|
|
2014-09-17 01:39:50 +00:00
|
|
|
Raytracer2 makes use of C++ features; it also uses
|
2012-04-24 01:22:36 +00:00
|
|
|
fixed point arithmetic instead of floating point
|
|
|
|
(operator overloading FTW).
|
|
|
|
|
2015-07-16 22:47:29 +00:00
|
|
|
The binaries are in Retro68-build/build-target/Samples/Raytracer/.
|
|
|
|
|
|
|
|
### Sample Program: Launcher
|
|
|
|
|
|
|
|
A utility program for using Retro68 together with the minivmac emulator.
|
|
|
|
Waits for a disk(image) to be inserted, and if it contains a single application, launches it.
|
|
|
|
After the application exits, the disk is ejected again.
|
|
|
|
This way, you can just drag a .dsk file generated by Retro68 on a minivmac Window to run your application.
|
|
|
|
|
|
|
|
Intended for System 6 without Multifinder.
|
|
|
|
|
|
|
|
### Sample Program: Dialog
|
|
|
|
|
|
|
|
Shows a simple and useless dialog box. Demonstrates how to use Rez, the resource compiler.
|
|
|
|
The binary is in Retro68-build/build-target/Samples/Dialog/.
|
|
|
|
|
2012-04-24 01:22:36 +00:00
|
|
|
|
2012-04-24 22:54:17 +00:00
|
|
|
License
|
|
|
|
-------
|
|
|
|
|
|
|
|
The original parts of Retro68 are licensed under GPL3+, as are
|
|
|
|
most other parts. Some parts are licensed GPL2+ or with more
|
|
|
|
liberal licenses. Check the copyright notices in the individual
|
|
|
|
files.
|