PZ2
From Gentoo Linux Wiki
This article is still a Stub. You can help Gentoo-Wiki by expanding it.
Podzilla 2 http://ipodlinux.org/
[edit] To build this, first you need to grab a cross platform compiler:
http://www.uclinux.org/pub/uClinux/uclinux-elf-tools/gcc-3/
I used these:
- m68k-elf-tools-base-gcc3.3.3-20040326.sh
- m68k-elf-tools-c++-gcc3.3.3-20040326.sh
- m68k-elf-tools-gdb-20040326.sh
In order to get ttk to compile on my system I needed the SDL and SDL_image libraries :
- emerge media-libs/libsdl
- emerge media-libs/sdl-image
or
wget http://www.libsdl.org/release/SDL-1.2.9.tar.gz More info on SDL:
http://gpwiki.org/index.php/C:How_to_set_up_your_SDL_Build_Environment
[edit] Modify the Makefiles for ttk and podzilla:
change
CROSS ?= arm-uclinux-elf
to
CROSS ?= m68k-elf
