Make a new test batch file with this code in the HenPlugin folder and run it.
Code:
@echo off
cls
set PS3SDK=/c/PSDK3v2
set WIN_PS3SDK=C:/PSDK3v2
set PS3DEV=%PS3SDK%/ps3dev2
set PATH=%WIN_PS3SDK%/mingw/msys/1.0/bin;%WIN_PS3SDK%/mingw/bin;%PS3DEV%/ppu/bin;
set CYGWIN=C:\PSDK3v2\MinGW\msys\1.0\bin
rm *.prx *.sprx
%CYGWIN%\bash -i -c 'make release'
pause
When done, check whether you have a sprx file in the folder and post the entire command prompt output here.
okay great this simples it down so when i ran it it created 2 *prx files first is a sprx, 70kb and second is the prx at 12kb but at the end it said scetool command not found with errors like [all] errors 127 and error 2
but i realise if you put the scetool in C:/windows and type scetool in cmd it reads the exe so as of why it still dont work is really annoying and fun
error bellow (managed to copy and paste in cmd)
make -f Makefile_release --no-print-directory
/bin/cp HENplugin.sym HENplugin.prx
/C/usr/local/cell/host-win32/bin/make_fself HENplugin.prx HENplugin.sprx
make objs/main.ppu.o objs/printf.ppu.o objs/asmcode.ppu.o
make[2]: Nothing to be done for `objs/main.ppu.o'.
make[2]: Nothing to be done for `objs/printf.ppu.o'.
make[2]: Nothing to be done for `objs/asmcode.ppu.o'.
/C/usr/local/cell/host-win32/bin/ppu-lv2-prx-strip --strip-debug --strip-section
-header HENplugin.prx
scetool -0 SELF -1 TRUE -s FALSE -2 0A -3 1070000052000001 -4 01000002 -5 APP -6
0003004000000000 -A 0001000000000000 -8 400000000000000000000000000000000000000
0000000000000000000000000 -9 00000000000000000000000000000000000000000000007B000
0000100020000 -e HENplugin.prx HENplugin.sprx
make[1]: scetool: Command not found
make[1]: *** [all] Error 127
make: *** [release] Error 2
Press any key to continue . . .