TheLastBilly / ppcskel

mini-based Wii homebrew example code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ppcskel

Skeleton code for mini-based homebrew

Compiling

This code requires a powerpc-none-elf- cross compiler, devkitPro currently ships a powerpc-eabi- cross compiler which is not compatible with the project in it's current state.

Tested working with GGC/13.1.0 binutils/2.40.0

Credits

Thanks to MethodOrMadness and company for testing and help finding a USB Gecko.

Without the USB Gecko's debug output from mini, it would have taken much longer to find the bugged ELF Program Header.

About

mini-based Wii homebrew example code

License:GNU General Public License v2.0


Languages

Language:C 97.9%Language:Assembly 1.5%Language:Makefile 0.3%Language:Shell 0.3%