Closed evertonstz closed 4 years ago
Yeaaah the cmake file needs to be rewritten. For now you need to compile the user plugin and move it to /plugin/yamt.suprx, then compile the kernel plugin and move it to /plugin/yamt_FIRMWARE.skprx.
so can I just rename the yamt.skprx to yamt_360.skprx and yamt_365.skprx? Are they all the same file with different names?
Nop, 3.65 one compiled with the 3.65 libs and offsets (-DNEWFW set).
Were you able to compile it? I moved the .suprx and .skprx files but I'm still getting the same error.
Were you able to compile it? I moved the .suprx and .skprx files but I'm still getting the same error.
I was not. I'm gonna wait for the cmakes to be rewritten.
I think I understand what you're saying, when the kernel plugin is compiled you have to add the correct offset for 360 or 365 and then rename yamt.skprx to the matching version. The only thing is, what is the proper command for cmake with the -DNEWFW offset? Also, if you just do the normal 'cmake .&& make' in the kernel directory is that yamt_360.skprx?
I'm having some troubles compiling the source code. I'm runing cmake and make inside
./plugin/kernel and ./plugin/user
resulting inyamt.skprx
andyamt.suprx
, moved those two files into./plugin
. But I'm not able to compileyamt_360.skprx
oryamt_360.suprx
, therefore when I run make in the root to build the .apk I get the following error: