Argh - I am so close to getting SDL to work with this 2005 Express setup.
I have this .. in my additional paths for the GCC Compiler include
C:\devkitpro\devkitGP2X\include;C:\devkitpro\devkitGP2X\include\SDL
so it finds the SDL headers just fine.
I have this .. for my GCC Linker library paths.
C:\devkitpro\devkitGP2X\lib\
If you check in this directory you'll see.. libSDL.a, libSDL_image.a....
Except the compilation process reports this...
------ Build started: Project: GP32, Configuration: Debug Win32 ------
Linking GP32.gpe...
Debug\Main.o: In function `main':
Main.cpp
.text+0x1c): undefined reference to `SDL_Init'
Main.cpp
.text+0x38): undefined reference to `SDL_SetVideoMode'
Main.cpp
.text+0x4c): undefined reference to `SDL_PollEvent'
Main.cpp
.text+0x1d0): undefined reference to `SDL_MapRGB'
Main.cpp
.text+0x1e4): undefined reference to `SDL_FillRect'
Main.cpp
.text+0x200): undefined reference to `SDL_UpdateRect'
Main.cpp
.text+0x218): undefined reference to `SDL_Quit'
Build log was saved at "file://c:\devkitpro\devkitGP2X\Projects\GP32\Debug\BuildLog.htm"
GP32 - 0 error(s), 0 warning(s)
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped
Any ideas? Any help apppreciated.
Cheers