PSPBlackjack doesn't have a make file, but a compile.bat. Upon using the compile.bat, I get slapped with this:
The compile.bat when opened in notepad reads:
Code: Select all
@echo off
echo Compiling %1
C:\PS2Dev\ee\bin\ee-gcc -Wall -march=r4000 -g -mgp32 -mlong32 -c %1
if NOT %errorlevel%==0 ( goto END )
:SUCCESS
echo Successfully compiled %1
:END
I have no idea why neither are working, I believe I have installed PSPSDK with no problems.
Are there other programs which can compile for the PSP? Maybe something else was used, and PSPSDK can't compile them? I'm new to this, so any help would be geatly appreciated.