I have placed outpatch.exe from HelloPSP into my C:\ps2dev\bin directory which is in the path, and its is found by the makefile but reports the following error:-
Looking at Outpatch.cpp it seems to have a hardcoded application name. Surely I don't have to recompile a new version of Outpatch for every application I want to compile (or do I?).modulename not found
These are the lines from the RIN makefile I an referring too:-
Code: Select all
$(BINARY): $(OBJECTS)
ee-ld -s -O0 $(OBJECTS) $(LIBRARY) -M -Ttext 8900000 -q -o $@ > rin.map
outpatch
elf2pbp outp "RIN GB/GBC Emulator"
Cheers
Steddy[/b]