Search found 4 matches
- Tue Jan 24, 2006 9:15 pm
- Forum: PSP Development
- Topic: PSPSDK 1.0 Beta 2 released.
- Replies: 5
- Views: 2319
...undefined reference to 'select(int, fd_set*, fd_set*, fd_set*, timeval*)' Only happens in a c++ world. Compiling as c links fine... Using latest pspsdk from svn. Easily reproduced by adding a call to select, compile with the c++ compiler and try to link... main.cpp #include <sys/select.h> int ma...
- Sun Jun 19, 2005 4:13 am
- Forum: PSP Development
- Topic: what language to start learning to code for psp?
- Replies: 18
- Views: 7689
- Sun Jun 19, 2005 2:58 am
- Forum: PSP Development
- Topic: what language to start learning to code for psp?
- Replies: 18
- Views: 7689
- Sat Jun 18, 2005 8:34 am
- Forum: PSP Development
- Topic: what language to start learning to code for psp?
- Replies: 18
- Views: 7689
C++ with psp toolchain
I have been coding c with the psp toolchain successfully, but would very much like to be able to write in c++. My current attempts have been unsuccessfull since I can't seem to get my code to link :( psp-ld keeps throwing "undefined reference to `__gxx_personality_v0'", in my face. Also se...