Problem with new toolchain

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

Moderators: cheriff, Herben

Post Reply
bbchazz
Posts: 34
Joined: Thu Jan 13, 2005 12:38 am

Problem with new toolchain

Post by bbchazz »

Just testing out the new toolchain since I seen it just came out and Im having a problem.

Dependencies:
gcc: Found!
make: Found!
wget: Found!
patch: Found!
svn: Found!
$PS2DEV: Found!
$PS2SDK: Found!
path: Error!

=====================
== ERROR DETECTED! ==
=====================


##
## Executing the following command:
##
## { export | grep ' PS2DEV='; }
##
export PS2DEV="c:/cygwin/usr/local/ps2dev"

##
## Executing the following command:
##
## { export | grep ' PS2SDK='; }
##
export PS2SDK="c:/cygwin/usr/local/ps2dev/ps2sdk"

##
## Executing the following command:
##
## { export | grep ' PATH=' | grep 'c:/cygwin/usr/local/ps2dev'; }
##


ERROR: Please read README.PS2 for information.




I agree...it sounds straight forward but the export commands don't work in my cygwin batch....I have ps2sdk setup already but wanting the update and I have it work with <set> in the batch not export.

Any ideas why this error?
bbchazz
Posts: 34
Joined: Thu Jan 13, 2005 12:38 am

Post by bbchazz »

Sorry guys, my bad.

I was adding the export commands to the cygwin.bat file not the bash.bashrc
Post Reply