Search found 2058 matches

by WinterMute
Sun May 25, 2025 5:21 pm
Forum: GBA Development
Topic: bug between libtonc and grit
Replies: 3
Views: 4877

Re: bug between libtonc and grit

grit didn't output s32/u32 types, you shouldn't have been using those types to access data added via grit. This is a bug in your code, it isn't a mismatch between libtonc and grit.

by WinterMute
Sun May 25, 2025 4:28 pm
Forum: Announcements
Topic: May 2025 updates
Replies: 21
Views: 16131

devkitPPC release 47

  • binutils updated to 2.44
  • gcc updated to 15.1.0
  • newlib updated to 4.5.0

Recommended and supported installation for all our releases is via devkitPro pacman

by WinterMute
Fri May 23, 2025 12:16 am
Forum: Announcements
Topic: libogc license controversy
Replies: 1
Views: 14668

Re: libogc license controversy

After some discussion with RTEMS we have agreed to resolve this matter by including the necessary licensing and copyright notice from RTEMS for the derivative code. See https://github.com/devkitPro/libogc/pull/210

by WinterMute
Sun May 18, 2025 9:49 pm
Forum: Announcements
Topic: May 2025 updates
Replies: 21
Views: 16131

libfat-nds 2.0.1

  • Register FAT driver statically instead of on first call to fatInit

Recommended and supported installation for all our releases is via devkitPro pacman

by WinterMute
Sun May 18, 2025 5:53 pm
Forum: 3DS Development
Topic: Arm11 Exception when running homebrew that uses romfs files.
Replies: 2
Views: 6710

Re: Arm11 Exception when running homebrew that uses romfs files.

I think you probably updated while we were still rolling some releases and hadn't yet rolled a new libctru. Everything should be working now assuming you have all the latest updates. sudo dkp-pacman -Syu to make sure.

by WinterMute
Sat May 17, 2025 11:40 am
Forum: Bug Reports
Topic: macOS .pkg installer signing broken
Replies: 1
Views: 8614

Re: macOS .pkg installer signing broken

It's difficult to know how to deal with this one. As far as I know currently Apple are not at all keen on 3rd party installers so the likelihood of getting this package signed seems somewhat low. We do have instructions to install the package from a terminal using sudo installer -pkg /path/to ...
by WinterMute
Fri May 16, 2025 10:04 pm
Forum: Bug Reports
Topic: Cannot compile Examples
Replies: 3
Views: 9052

Re: Cannot compile Examples

Don't redefine the DEVKITPRO & DEVKITARM variables when compiling. These should be set in your environment already.

Run the following command to ensure your devkit install is up to date and all required components are installed.

Code: Select all

sudo dkp-pacman -S nds-dev --needed
by WinterMute
Fri May 16, 2025 8:20 pm
Forum: Announcements
Topic: libogc license controversy
Replies: 1
Views: 14668

libogc license controversy

As many of you will by now be aware there is some drama around the licensing of some historical code contained within libogc. When accusations some time ago were made that RTEMS code had been "stolen" by Shagkur and added to libogc without attribution or licensing no evidence was provided to us ...
by WinterMute
Thu May 15, 2025 7:41 am
Forum: 3DS Development
Topic: cant install 3ds-dev with pacman on fedora
Replies: 3
Views: 21138

Re: cant install 3ds-dev with pacman on fedora

You have extra repositories in your pacman.conf. Reduce these to just core, extra, dkp-libs and dkp-linux. I'm not really sure what the first two are so double check that those were already in your system installed pacman.conf

# An example of a custom package repository. See the pacman manpage for ...
by WinterMute
Thu May 15, 2025 6:27 am
Forum: 3DS Development
Topic: cannot install libctru
Replies: 2
Views: 9585

Re: cannot install libctru

It was a minor packaging hiccup, sorry. The package signing failed and the release process missed the error which then resulted in no signature file being uploaded. Apologies for the inconvenience.