PretendoNetwork / HokakuCTR

On-console NEX RMC traffic dumper for the 3DS
43 stars 5 forks source link

Building latest version #2

Closed Qiangong2 closed 2 years ago

Qiangong2 commented 2 years ago

I tried to build v1.0.1 from source, but I get stuck on:

/home/qg2/hokakuctr/Includes/OSDManager.hpp:5:10: fatal error: CTRPluginFramework.hpp: No such file or directory
    5 | #include "CTRPluginFramework.hpp"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [OSDManager.o] Error 1
make: *** [Build] Error 2

Do I need to install additional tools beyond devkitpro?

PabloMK7 commented 2 years ago

Yes, you need the latest version of CTRPluginFramework and 3GX tool. You can use this docker image to have a working environment: pablomk7/libctrpf:0.7.2

Qiangong2 commented 2 years ago

That did it, thanks