Page 1 of 1

Problem with latest toolchain and PS2Client

Posted: Tue Jul 26, 2005 9:40 am
by J.F.
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: Select all

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

Posted: Tue Jul 26, 2005 9:44 am
by ooPo
It seems support for mkdir was added by loser a couple days ago.

http://svn.ps2dev.org/log.php?repname=p ... Fps2link.c

I wonder if it was ever tested...

Posted: Tue Jul 26, 2005 9:48 am
by ooPo
Compilation fixed, but mkdir remains untested.

Enjoy!

Posted: Tue Jul 26, 2005 10:56 am
by J.F.
That got it. Thanks for the quick response!