gmake and SVN

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
frcol
Posts: 20
Joined: Wed Aug 02, 2006 7:46 am
Location: Brazil

gmake and SVN

Post by frcol »

I installed the Cygwin, then I copied the PS2Toolchain files into the home Directory.

Two Problems:
1) When I try to run ./toolchain.sh in cygwin it returns me an Error saying:
"./toolchain.sh: line 68: gmake: command not found"

2) Where can I find the SVN Package? I found the wget, make, gcc but not the svn package.

thanks!
ubergeek42
Posts: 83
Joined: Wed Jul 13, 2005 12:25 am

Post by ubergeek42 »

SVN is known as subversion in the package selection menu.
frcol
Posts: 20
Joined: Wed Aug 02, 2006 7:46 am
Location: Brazil

Post by frcol »

I found the subversion package, but I still have an Error on gmake command.
bukarkimaster
Posts: 6
Joined: Thu Aug 10, 2006 9:03 pm

Post by bukarkimaster »

what i did was go here http://svn.ps2dev.org/listing.php?repna ... rev=0&sc=0 then search till u find toolchain.sh the download it to c:cygwin click save then open cygwin type in c:/cygwin/toolchain.sh it shood then ececute and download and install all the stuff u need

hopefully this wiil save u as much time as i wasted looking 4 this:P
I live on a deserted spoon:P
frcol
Posts: 20
Joined: Wed Aug 02, 2006 7:46 am
Location: Brazil

Post by frcol »

I found out (ooPo opened my eyes) that the "gmake: command not found" wasn't the problem, the ERROR was a mkdir command few lines below in the script. I solve it using the "ps2toolchain-20050713.tgz" that I downloaded from the ps2dev site and not from the "svn checkout svn://svn.ps2dev.org/ps2/trunk/ps2toolchain", because this one has the lines that set the $PS2DEV "commented" by *.
Post Reply