STLport for PSP

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
GenericBum
Posts: 17
Joined: Sat Jan 07, 2006 9:50 am

STLport for PSP

Post by GenericBum »

I found the stlport of 4.6 for PS2, but I'm having trouble locating stlport for PSP (or an equivelant STL library). I tried several variations of the PS2 gcc make files with the PSP gcc compiler, but none worked.

I searched the rest of the forums, and in one case someone said they found STL, but didn't say where.

Thanks,
GenericBum
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

Post by Wally »

Im pretty sure you are thinking SDL...

Try SDL instead its in the trunk on the SVN
ufoz
Posts: 86
Joined: Thu Nov 10, 2005 2:36 am
Location: Tokyo
Contact:

Post by ufoz »

No, he probably does mean STL.

Do you explicitly need STLport? Cause "regular" stock STL is included in the pspsdk and works just fine if you're compiling a C++ program. (using psp-g++ etc)
GenericBum
Posts: 17
Joined: Sat Jan 07, 2006 9:50 am

Post by GenericBum »

I've been working with the Ogre 3d engine and I recently ported that library to PocketPC. I thought I might try to port it to PSP which would enable more Ogre developers to bring their 3d games to a new platform.

Ogre relies on STLport.

GenericBum
Post Reply