Advertising (This ad goes away for registered users. You can Login or Register)

[c++] Utilisation of std::xx

Forum rules
Forum rule Nº 15 is strictly enforced in this subforum.
Post Reply
User avatar
MisterAlex
Posts: 13
Joined: Mon Jul 30, 2012 7:29 am
Location: Paris
Contact:

[c++] Utilisation of std::xx

Post by MisterAlex » Tue Apr 21, 2015 10:23 am

Hello

Since some days I try to use the STL on psp...
But psp-g++ don't know it ... How can I compile to use it ?
I already tried to include (in the makefile) stdlib++ ..(something like that)

Thanks you !

(sorry for my bad english, I'm french ;) )
Advertising
--------------------------------------------------------
https://twitter.com/MisterAl3x follow me !

yazder
Posts: 8
Joined: Thu Aug 28, 2014 1:49 pm

Re: [c++] Utilisation of std::xx

Post by yazder » Sat Jul 04, 2015 1:50 pm

I did not completely understand you question but if I remember correctly, to compile a C++ program just use a standard Makefile (you can find them in the samples directories), however looking around I found this (mentions some Makefile flag for C++):

http://pspsdk.wikia.com/wiki/Basic_Makefile

Also you don't mention what SDK are you using MinPSPW (Windows), or PSPSDK from ps2dev.org (Linux), I used the latter since MinPSPW was giving me compile errors when I tried to use OSlib or SDL.
Advertising

Post Reply

Return to “Programming and Security”