first of all, I'd like to thank every contributor for this great effort. The PSP toolchain, the SDK and all the ported third-party lib make coding for the PSP so much easier.
Well, I got a problem with one of the third-party libs, though: libSDL.
I'm on win32, have cygwin installed and the pspdev-toolchain running fine. I've successfully build the examples and experimented a bit.
Then I've checked out the source from svn://svn.ps2dev.org/psp/trunk/SDL
Here's what I've done, in a nutshell:
Code: Select all
svn co svn://svn.ps2dev.org/psp/trunk/SDL SDL
cd SDL
export WANT_AUTOMAKE=1.9
sh autogen.sh
LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" configure --host psp --prefix=$(psp-config --psp-prefix)
make
Code: Select all
make install
Is this a bug in svn HEAD? A problem with my setup? Incompatible autotools?
Is there a "stable" tag I can use instead of the trunk version? Or maybe a binary distribution?
On a site-note, why isn't the PSP listed as a supported platform from the libsdl.org website? Isn't there a way to integrate the PSP-port into the official release?
Thanks,
Daniel Albuschat