Source code for the MKWTM mod. Includes the rel source and the loader.
To compile code you'll need:
- NXP 'CodeWarrior Special Edition' for MPC55xx/MPC56xx v2.10
- If this direct link doesn't work, the original page is 'available on the Internet Archive'.
- After installing it, you need
license.dat
from the installation root, and the DLL and EXE files insidePowerPC_EABI_Tools/Command_Line_Tools
. - If you get a license error for
Win32_Plugins_Link_PPC
, add the following text to the end of thelicense.dat
file:FEATURE Win32_Plugins_Link_PPC metrowks 8.0 permanent uncounted B08D7CC7D735 HOSTID=ANY
- Useful documentation is in
Help/Power_Arch_Build_Tools_Reference.chm
(orHelp/PDF/Power Architecture Build Tools Reference.pdf
)
There is no real sophisticated build system for this project. To build as is, PowerPC_EABI_Tools/Command_Line_Tools
must be in your PATH
environment variable, then simply run make
.
All code under the src and loader directories are licensed under the MIT license. The full text of the license can be found in the 'LICENSE' file.