Search results

  1. D

    Compiling Basic SDL Program

    Thanks for the additional info mudrik!
  2. D

    Compiling Basic SDL Program

    That totally did it, I am so grateful for your help! I'll have to study this now to figure out why it worked.
  3. D

    Compiling Basic SDL Program

    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...
  4. D

    Compiling Basic SDL Program

    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...