Search found 2056 matches

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

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: 13719

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: 6538

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: 8412

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: 8967

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: 14067

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: 21027

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: 9417

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.

by WinterMute
Thu May 15, 2025 6:24 am
Forum: Bug Reports
Topic: Cannot compile Examples
Replies: 3
Views: 8967

Re: Cannot compile Examples

/opt/devkitpro is not user writable. If you want to compile the examples copy them somewhere that's writable.

by WinterMute
Mon May 12, 2025 9:41 pm
Forum: Announcements
Topic: May 2025 updates
Replies: 21
Views: 13719

libtonc 1.4.5

Added missing parenthesis in BG_BUILD macro by @Carlovan in https://github.com/devkitPro/libtonc/pull/1
fix typo in tonc_oam scale function by @evanbowman in https://github.com/devkitPro/libtonc/pull/3
use stdint.h/stdbool.h for types

Recommended and supported installation for all our releases ...