Pixilate / ReiNand-Plus

view https://github.com/Pixilate/Reinand-Plus-RE
GNU General Public License v3.0
6 stars 0 forks source link

Keep ReiNand.dat ? #2

Closed gnmmarechal closed 7 years ago

gnmmarechal commented 8 years ago

make: *** No rule to make target 'out/rei/', needed by 'out/ReiNand+.dat'. Stop.

That's what make outputs for make launcher or make all (after making a9lh).

Noticed this when I added this to my buildscripts.

Pixilate commented 8 years ago

Try it now. I've changed the makefile a bit seeing as there were still some "/rei/". Might've been the issue

gnmmarechal commented 8 years ago
'data/firmware.bin' -> 'out/rei+/firmware.bin'
'data/splash.bin' -> 'out/rei+/splash.bin'
make[1]: *** cakehax: No such file or directory.  Stop.
Makefile:56: recipe for target 'out/ReiNand+.dat' failed
make: *** [out/ReiNand+.dat] Error 2
gnmmarechal commented 8 years ago

huh. I DID do a recursive clone, so I'm not missing anything afaik

Pixilate commented 8 years ago

"make[1]: * cakehax: No such file or directory. Stop. Makefile:56: recipe for target 'out/ReiNand+.dat' failed make: * [out/ReiNand+.dat] Error 2"

I'm thinking this may be a directory issue. I'll look into it later as I'm busy

Pixilate commented 8 years ago

How's using a loader similar to Luma's sounding, Unless keeping the .dat is better ?

gnmmarechal commented 8 years ago

Frankly.... Well, I don't have any use for the .dat myself.

CrimsonMaple commented 7 years ago

Reinand needs the .dat to load from. Luma does as well. It just creates it on the fly. Its where the base .o and .h files are stored.

Pixilate commented 7 years ago

@CrimsonMaple This is deciding if i should drop emunand support. with the new advancements, most of the scene is running on A9LH

CrimsonMaple commented 7 years ago

No. Emunand support is a feature used by many and should be kept for legacy reasons.

Pixilate commented 7 years ago

Alright.