Aurelio92 / RVLoader

https://www.patreon.com/aureliomannara
GNU General Public License v3.0
138 stars 18 forks source link

CI runs #53

Closed stonedDiscord closed 10 months ago

stonedDiscord commented 12 months ago

This will automatically build RVLoader and the SD Card files.

I also fixed the Makefile, the rule to create $(OUTPUT).dol needs to get it from somewhere, in this case we can just copy the elf file

Aurelio92 commented 12 months ago

Why do you copy the ELF build into a DOL?

stonedDiscord commented 12 months ago

because there is no DOL file and make fails with cp: cannot stat '/__w/RVLoader/RVLoader/bootloader/bootloader.dol': No such file or directory

stonedDiscord commented 12 months ago

nevermind i misunderstood the makefile it now correctly converts the elf to a dol

Aurelio92 commented 12 months ago

You shouldn't need to use elf2dol manually, devkitppc base rules already integrate it. I will check everything better tomorrow when I get back home

Aurelio92 commented 10 months ago

I had to do few changes to the Makefiles to let them properly build dols using wii_rules. Now it seems like everything works as intended. Thanks for the contribution!