Are you using libraries other than libogc?
If you can provide a project that exhibits this problem we can take a look. It might be difficult without a minimal testcase but we'll certainly take a look.
Are you using libraries other than libogc?
If you can provide a project that exhibits this problem we can take a look. It might be difficult without a minimal testcase but we'll certainly take a look.
What version of windows were you running before?
Sorry, we can't provide support for projects that modify devkitPro installations with their own customised libraries. This would need to be refactored to use a stock install of devkitPPC and the libraries we provide before we could even look at this.
Press Y from hbmenu, run 3dslink <name of your 3dsx> from your terminal -https://github.com/devkitPro/3ds-hbmenu ... #netloader
You'd be amazed by just how often code is miraculously fixed by going through and fixing the compiler warnings. Glad you figured it out.
It might help if you installed the libraries instead of compiling things from source. Remove the From your msys2 shell run
Code: Select all
rm -fr /opt/devkitpro/libctru-master
pacman -S 3ds-dev
Please don't modify things inside the devkitpro folder.
It's quite straightforward. I just added a package for it now at https://github.com/devkitPro/pacman-pac ... d5c2119713 which is available via pacman.
We don't support users building our packages themselves, sorry. There are around 300 packages with various interdependencies that are difficult to handle without a package manager.
We do provide docker images which may suit you better.