Then I get this:
template.c
linking ... sdl-display-image.elf
/opt/devkitpro/devkitPPC/bin/../lib/gcc/powerpc-eabi/15.1.0/../../../../powerpc-eabi/bin/ld: template.o: in function `SDL_main':
/home/dcole/Documents/wii_dev/sdl-display-image/source/template.c:15:(.text.SDL_main+0x28): undefined...
Hello,
I am trying to compile a basic SDL2 program using the SDL2 libraries installed by devKitpro's pacman. When I compile it, I get the following error which i can't figure out:
linking ... sdl-display-image.elf...