Make: psp-config: command not found
Makefile:12 /lib/build.mak: No such file or directory
make: *** No rule to make target '/lib/build.mak'. Stop.
I think it"s because the PSPSDK variable isn't declared but i've writed in the cygwin.bat :(
@echo off
C:
chdir C:\cygwin\bin
set path=%path%;C:/cygwin/usr/local/pspdev/bin
set PSPSDK=C:/cygwin/usr/local/pspdev/psp/sdk
bash --login -i
@echo off
C:
chdir C:\cygwin\bin
set PSPDEV=/usr/local/pspdev
set PSPSDK=/usr/local/pspdev/psp/sdk
set PATH=%PATH%;%PSPDEV%/bin;%PSPSDK%/bin;/usr/include/mingw
bash --login -i
Make: psp-config: command not found
Makefile:12 /lib/build.mak: No such file or directory
make: *** No rule to make target '/lib/build.mak'. Stop.
Then open up c:\cygwin\home\tous\.bashrc and add what he said to the end of it.
Also try using the command "psp-gcc -v". This should show some info about the PSP GCC compiler, else spit out an error about command not found.
a really much simpler way is to open up your
computer properties and go into enviroment
settings and then edit your PATH there and then
you will not have to rely on cygwin bash and you
could easily use cmd prompt :)