Search found 5 matches

by leonliu
Fri Apr 17, 2009 11:57 pm
Forum: PSP Development
Topic: Why pthread link faild
Replies: 1
Views: 1404

by leonliu
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...
by leonliu
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

ooPo wrote:Are you running psp-g++ from a windows command prompt, or a cygwin command prompt?
I was running psp-g++ from cygwin command prompt.
by leonliu
Mon Dec 15, 2008 1:40 am
Forum: PSP Development
Topic: C++ compilation problem
Replies: 15
Views: 7554

Your file test must be test.c,so the sdk choose psp-gcc to complite.you`d better use test.cpp instead of test.c
by leonliu
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...