-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi, i've stumbled upon this repository and i assume it is related to the rather obscure yet fascinating SDBOOT bootmii installation method.
I've attempted to compile this, the first time i got an error saying i didn't export the devkitppc path, fair enough, i hadn't installed it so i went through the installation process with pacman on the website and exported the path as expected.
I managed to get past the previous error but a new error (along with different warnings) pops up with it specifically being
/rgdboot-installer/src/main.c: In function 'main': //rgdboot-installer/src/main.c:128:30: error: passing argument 1 of 'SYS_SetResetCallback' from incompatible pointer type [-Wincompatible-pointer-types] 128 | SYS_SetResetCallback(console_reset); | ^~~~~~~~~~~~~ | | | void (*)(void)
I have no idea what could be causing this and am too afraid to mess with the code due to a BOOT2 brick being permanent to this day.
I also suggest that instructions on how to compile are provided since the repository current lacks any real documentation.
My OS is Arch Linux.
Thank you for taking the time to read this issue and my upmost respect for the breakthrough this is.