For one reason or another Ive been having troubles installing the toolchain. Im pretty sure that I have cygwin installed properly.
my Cygwin script is this:
@echo off
C:
chdir C:\cygwin\bin
set path=%path%;C:/cygwin/usr/local/pspdev/bin
set PSPSDK=C:/cygwin/usr/local/pspdev
bash --login -i
edit:
Im sorry im retarded, the error message im getting prolly would help.
ERROR: set $PSPDEV before continueing..
now ive installed this before, so i dont know why im having the troubles i am.
from www.psp-programming.com
but, its not working. Any advise to this would be great! thanks!
Problems installing the Toolchain ?
-
- Posts: 339
- Joined: Thu Sep 29, 2005 4:19 pm
I'd say leave cygwin.bat untouched and put this in /etc/bash.bashrc
Code: Select all
# base-files version 3.7-1
# WARNING
#
# IF THIS bash IS MODIFIED IT WILL NOT BE UPDATED BY THE CYGWIN
# SETUP PROGRAM. IT BECOMES YOUR RESPONSIBILITY.
#
# The latest version as installed by the Cygwin Setup program can
# always be found at /etc/defaults/etc/bash.bashrc
# System-wide .bashrc file
## PSPDEV PATH SETTINGS
export PSPDEV="/usr/local/pspdev"
export PSPSDK="$PSPDEV/psp/sdk"
export PATH="$PATH:$PSPDEV/bin:$PSPSDK/bin"
-
- Posts: 42
- Joined: Sat Nov 12, 2005 2:30 am
ok...
man i hate to sound so stupid, i had this installed on my comp before i had to reinstall the OS (windows died on me) and now i cant get it to install.
now im getting this error:
:No such file or directoryl/pspdev
mkdir cannot create directory '/usr/local/pspdev\r': No such file or directory before continuing.local/pspdev
../depends/check-pspdev.sh: Failed
any ideas? I just reinstalled the OS and Cygwin...perhaps something of that went wrong?[/list]
now im getting this error:
:No such file or directoryl/pspdev
mkdir cannot create directory '/usr/local/pspdev\r': No such file or directory before continuing.local/pspdev
../depends/check-pspdev.sh: Failed
any ideas? I just reinstalled the OS and Cygwin...perhaps something of that went wrong?[/list]
-
- Posts: 42
- Joined: Sat Nov 12, 2005 2:30 am