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
Search found 2056 matches
- Fri May 23, 2025 12:16 am
- Forum: Announcements
- Topic: libogc license controversy
- Replies: 1
- Views: 14069
- Sun May 18, 2025 9:49 pm
- Forum: Announcements
- Topic: May 2025 updates
- Replies: 21
- Views: 13729
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
- Sun May 18, 2025 5:53 pm
- Forum: 3DS Development
- Topic: Arm11 Exception when running homebrew that uses romfs files.
- Replies: 2
- Views: 6539
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.
- Sat May 17, 2025 11:40 am
- Forum: Bug Reports
- Topic: macOS .pkg installer signing broken
- Replies: 1
- Views: 8413
Re: macOS .pkg installer signing broken
- 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
- Fri May 16, 2025 8:20 pm
- Forum: Announcements
- Topic: libogc license controversy
- Replies: 1
- Views: 14069
libogc license controversy
- 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
# An example of a custom package repository. See the pacman manpage for ...
- 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.
- 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.
- Mon May 12, 2025 9:41 pm
- Forum: Announcements
- Topic: May 2025 updates
- Replies: 21
- Views: 13729
libtonc 1.4.5
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 ...