How to use the SDL port?
Posted: Mon Apr 14, 2008 7:51 am
Hi,
I'd like to port a SDL software to PS2.
I've succesfully setup CodeBlocks for ps2dev and built a hello world not using SDL.
Then I wanted to enable SDL functions so I've downloaded the SDL folder from the ps2dev SVN and tried to build the examples provided (checkkeys.c...)
But couldn't make it :(
CodeBlocks complains about
"
ld:: cannot find -lsdl
:: === Build finished: 1 errors, 0 warnings ===
"
Is this SDL library ready to use?
I mean I just have to include <SDL.h> and it's supposed to work ??
Thanks for you help
I'd like to port a SDL software to PS2.
I've succesfully setup CodeBlocks for ps2dev and built a hello world not using SDL.
Then I wanted to enable SDL functions so I've downloaded the SDL folder from the ps2dev SVN and tried to build the examples provided (checkkeys.c...)
But couldn't make it :(
CodeBlocks complains about
"
ld:: cannot find -lsdl
:: === Build finished: 1 errors, 0 warnings ===
"
Is this SDL library ready to use?
I mean I just have to include <SDL.h> and it's supposed to work ??
Thanks for you help