I solved it :)
I got a lib http://sourceforge.net/projects/pthreads-emb/
Search found 5 matches
- Fri Apr 17, 2009 11:57 pm
- Forum: PSP Development
- Topic: Why pthread link faild
- Replies: 1
- Views: 1404
- Fri Apr 17, 2009 9:26 pm
- Forum: PSP Development
- Topic: Why pthread link faild
- Replies: 1
- Views: 1404
Why pthread link faild
Hi guys I want to use pthread in my program, and I finded pthread.h in pspsdk. It complite successfully,but linking error. what lib would I link? psp-gcc -Ig:/Software/PSP/TOPOC_pspdev/TOPOC_pspdev/pspdev/psp/sdk/include/libc -I. -I./Network -I. -Ig:/Software/PSP/TOPOC_pspdev/TOPOC_pspdev/pspdev/psp...
- Wed Dec 17, 2008 1:12 pm
- Forum: PSP Development
- Topic: why the psp-g++ don`t accept the cygwin&MinGW style pat
- Replies: 4
- Views: 3193
- Mon Dec 15, 2008 1:40 am
- Forum: PSP Development
- Topic: C++ compilation problem
- Replies: 15
- Views: 7554
- Mon Dec 15, 2008 1:02 am
- Forum: PSP Development
- Topic: why the psp-g++ don`t accept the cygwin&MinGW style pat
- Replies: 4
- Views: 3193
why the psp-g++ don`t accept the cygwin&MinGW style pat
Hi guys, I used psp-g++.exe to compile a file on gygwin,faild whin neither psp-g++ -I/g/pspkit/devkitPSP/psp/sdk/include main.cpp nor psp-g++ -I/cygdrive/g/pspkit/devkitPSP/psp/sdk/include main.cpp but,if use win32 style path,it sucess psp-g++ -Ig:/pspkit/devkitPSP/psp/sdk/include main.cpp who can t...