Description
libnds released version 2.0 in November, and with it came a lot of breaking changes. As devkitpro only provides the latest version of packages, this means all fresh builds are broken for new contributors (hi!) or anyone who updates.
I have a stopgap below, but in the words of the release notes:
If you have issues updating your homebrew for these library updates then please ask us for help. Please don't just stick with old releases or hostile and incompatible forks and recommend other people do the same. We've done what we can to hopefully ensure most things require minor changes to make use of this updated set of libraries.
It honestly looks pretty nice, but I have no idea how those changes apply to a project like this which blurs the lines between a normal homebrew app and a BIOS.
Stopgap
- Remove calico (
sudo dkp-pacman -R calico
) - Pull and install the following from https://wii.leseratte10.de/devkitPro/
- libfat-nds-1.1.5-1-any.pkg.tar.xz
- libnds-1.8.3-1-any.pkg.tar.zst
- devkitarm-rules-1.5.1.tar.gz
make clean