"list" support in pspsdk?

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

Moderators: cheriff, TyRaNiD

Post Reply
laichung
Posts: 123
Joined: Fri May 06, 2005 2:02 pm

"list" support in pspsdk?

Post by laichung »

I want to know , does "list" supported in current sdk? and would you please which library I should include since undefined reference appear when I compiled my project , thx~
sandberg
Posts: 90
Joined: Wed Oct 05, 2005 1:25 am
Location: Denmark

Re: "list" support in pspsdk?

Post by sandberg »

laichung wrote:I want to know , does "list" supported in current sdk? and would you please which library I should include since undefined reference appear when I compiled my project , thx~
Do you mean the list feature of STL ? If so, then it is supported. You have to link with the stdc++ library.

add -lstdc++ to your makefile.
Br, Sandberg
laichung
Posts: 123
Joined: Fri May 06, 2005 2:02 pm

Re: "list" support in pspsdk?

Post by laichung »

yes and thanks I now can use list~~~

Thanks~~~

sandberg wrote:
laichung wrote:I want to know , does "list" supported in current sdk? and would you please which library I should include since undefined reference appear when I compiled my project , thx~
Do you mean the list feature of STL ? If so, then it is supported. You have to link with the stdc++ library.

add -lstdc++ to your makefile.
Post Reply