| View previous topic :: View next topic |
| Author |
Message |
laichung
Joined: 06 May 2005 Posts: 123
|
Posted: Mon Oct 24, 2005 3:06 pm Post subject: "list" support in pspsdk? |
|
|
| 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~ |
|
| Back to top |
|
 |
sandberg
Joined: 05 Oct 2005 Posts: 90 Location: Denmark
|
Posted: Tue Oct 25, 2005 2:08 am Post subject: Re: "list" support in pspsdk? |
|
|
| 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 |
|
| Back to top |
|
 |
laichung
Joined: 06 May 2005 Posts: 123
|
Posted: Tue Oct 25, 2005 1:50 pm Post subject: Re: "list" support in pspsdk? |
|
|
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. |
|
|
| Back to top |
|
 |
|