Linking error:undefined reference to `discGetInterface'
Posted: Thu Jan 25, 2024 9:19 am
I am trying to use libfat on SuperCard SD, but found it's broken on the latest toolchain.
My OS: archlinux
toolchiain: devkitpro, with gba-dev installed
1.I copy the template from example/gba
2.I included <fat.h>,and add -lfat to Makefile.
3.I use `fatInitDefault()` in my code
4. make and get linking error
I tried using the biosdumper example, and this can compile, but fat init failed
My OS: archlinux
toolchiain: devkitpro, with gba-dev installed
1.I copy the template from example/gba
2.I included <fat.h>,and add -lfat to Makefile.
3.I use `fatInitDefault()` in my code
4. make and get linking error
I tried using the biosdumper example, and this can compile, but fat init failed