Maximus32
Developer
When building a debug version of OPL, it will output debug information, the same way ps2link outputs debug information. So part of ps2link is copied into OPL.
What I normally do to debug OPL is (Linux pc, ps2 running ps2link with ip=192.168.1.10):
This will create the debug version of OPL, and send it to the ps2 using ps2client (on my pc) and ps2link (on the ps2). Once OPL is started I will start to see debug messages, not from ps2link, but from the ps2link copy inside OPL.
What I normally do to debug OPL is (Linux pc, ps2 running ps2link with ip=192.168.1.10):
Code:
make DEBUG=1 IOPCORE_DEBUG=1 clean run