Memory Card Tools

Release threads for homebrew & utilities only
User avatar
Sierron
Posts: 160
Joined: Mon Apr 18, 2016 11:33 pm
Location: Germany

Re: Memory Card Tools

Post by Sierron » Wed Sep 12, 2018 6:03 pm

What do you think you would achieve with this, GizmoTheGreen?
Own a couple PAL and JPN cubes. And three BBAs. Homeland and PSO I/II.
novenary
Posts: 1754
Joined: Mon Dec 30, 2013 7:50 am

Re: Memory Card Tools

Post by novenary » Wed Sep 12, 2018 6:09 pm

There's a lot of homebrew for the gamecube and none would really benefit from exFAT support. I would just recommend using FAT32 cards with your GC.

In case anyone is actually interested in doing this, the optimal way would be to write a shim library to allow using fatFS as a drop-in replacement for libfat. Probably not a lot of work, but requires recompiling applications individually, and as you've noticed, a lot of them simply won't compile with newer versions of dkPPC (or will compile, but have some other problem).
GizmoTheGreen
Posts: 55
Joined: Fri Aug 17, 2018 12:40 pm

Re: Memory Card Tools

Post by GizmoTheGreen » Wed Sep 12, 2018 7:08 pm

Well luckily I had a spare sdcard, but imagine if I only have one and I use it for more than my gamecube? we have exfat support in iplboot and swiss. it surely wouldn't hurt keeping most of the useful tools up to date and compilable with latest dkppc/libogc for future use, would it?

and another example on the top of my head, long movies in mplayer-ce :twisted: or why not a full dvd-image 4,7gb.
why limit ourselves when we can modernize?

I got a bit further compiling GCMM but it got stuck on something with libpng now... something about missing links. it's beyond what I'm experienced with.
novenary
Posts: 1754
Joined: Mon Dec 30, 2013 7:50 am

Re: Memory Card Tools

Post by novenary » Thu Sep 13, 2018 11:16 am

GCMM doesn't need libpng, only freetype which depends on zlib.
GizmoTheGreen
Posts: 55
Joined: Fri Aug 17, 2018 12:40 pm

Re: Memory Card Tools

Post by GizmoTheGreen » Thu Sep 13, 2018 4:38 pm

Streetwalker wrote:
Thu Sep 13, 2018 11:16 am
GCMM doesn't need libpng, only freetype which depends on zlib.
rather than zlip it's talking about png and bz2
make output.PNG
(74 KiB) Not downloaded yet
Attachments
gcmm-1.4f.zip
(623.35 KiB) Downloaded 467 times
novenary
Posts: 1754
Joined: Mon Dec 30, 2013 7:50 am

Re: Memory Card Tools

Post by novenary » Thu Sep 13, 2018 7:43 pm

It looks like freetype uses those for whatever reason, so you'll have to install the portlibs for them as well.
GizmoTheGreen
Posts: 55
Joined: Fri Aug 17, 2018 12:40 pm

Re: Memory Card Tools

Post by GizmoTheGreen » Thu Sep 13, 2018 9:34 pm

Streetwalker wrote:
Thu Sep 13, 2018 7:43 pm
It looks like freetype uses those for whatever reason, so you'll have to install the portlibs for them as well.
yup and they are.
... but they weren't mentioned in the makefile... after some googling to find how ot add them it now compiles. hallelujah!
Post Reply