Code: Select all
$ ./toolchain.sh
ERROR: Set $PSPDEV before continuing.
../depends/check-pspdev.sh: Failed.
Code: Select all
$ ./toolchain.sh
ERROR: Set $PSPDEV before continuing.
../depends/check-pspdev.sh: Failed.
Code: Select all
export PSPDEV="/usr/local/pspdev"
export PSPSDK="$PSPDEV/psp/sdk"
Code: Select all
@echo off
C:
chdir C:\cygwin\bin
set path=%path%;C:/cygwin/usr/local/pspdev/bin
set PSPSDK=C:/cygwin/usr/local/pspdev
export PSPDEV="/usr/local/pspdev"
export PSPSDK="$PSPDEV/psp/sdk"
export PSPDEV=/usr/local/pspdev
export PATH=$PATH:$PSPDEV/bin
bash --login -i
Code: Select all
'export' is not recognized as an internal or external c
operable program or batch file.
'export' is not recognized as an internal or external c
operable program or batch file.
'export' is not recognized as an internal or external c
operable program or batch file.
'export' is not recognized as an internal or external c
operable program or batch file.
Your group is currently "mkpasswd". This indicates tha
the /etc/passwd (and possibly /etc/group) files should
See the man pages for mkpasswd and mkgroup then, for ex
mkpasswd -l [-d] > /etc/passwd
mkgroup -l [-d] > /etc/group
Note that the -d switch is necessary for domain users.
Code: Select all
set path=%path%;C:/cygwin/usr/local/pspdev/bin
set PSPSDK=C:/cygwin/usr/local/pspdev
export PSPDEV=/usr/local/pspdev
export PATH=$PATH:$PSPDEV/bin
Code: Select all
@echo off
C:
chdir C:\cygwin\bin
export PSPDEV="/usr/local/pspdev"
export PSPSDK="$PSPDEV/psp/sdk"
bash --login -i
But when i open the .bat file i get:
Code: Select all
'export' is not recognized as an internal or external c operable program or batch file. 'export' is not recognized as an internal or external c operable program or batch file. 'export' is not recognized as an internal or external c operable program or batch file. 'export' is not recognized as an internal or external c operable program or batch file. Your group is currently "mkpasswd". This indicates tha the /etc/passwd (and possibly /etc/group) files should See the man pages for mkpasswd and mkgroup then, for ex mkpasswd -l [-d] > /etc/passwd mkgroup -l [-d] > /etc/group Note that the -d switch is necessary for domain users.