| View previous topic :: View next topic |
| Author |
Message |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Tue Jul 26, 2005 9:40 am Post subject: Problem with latest toolchain and PS2Client |
|
|
I just got the time to update since the switch to svn. While building the latest toolchain (ps2toolchain-20050713.tgz), I got this error:
| Code: | ...
A ps2client/src/fsclient.h
A ps2client/Makefile
Checked out revision 1204.
rm -f obj/*.o bin/*client*
gcc -O3 -I/usr/include -I/usr/local/include -c src/network.c -o obj/network.o
gcc -O3 -I/usr/include -I/usr/local/include -c src/ps2link.c -o obj/ps2link.o
src/ps2link.c: In function `ps2link_request_mkdir':
src/ps2link.c:520: error: too few arguments to function `mkdir'
gmake: *** [obj/ps2link.o] Error 1
ERROR BUILDING PS2CLIENT |
|
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Tue Jul 26, 2005 9:48 am Post subject: |
|
|
Compilation fixed, but mkdir remains untested.
Enjoy! |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Tue Jul 26, 2005 10:56 am Post subject: |
|
|
| That got it. Thanks for the quick response! |
|
| Back to top |
|
 |
|