Search found 2056 matches

by WinterMute
Mon May 26, 2025 2:52 pm
Forum: Gamecube/Wii Development
Topic: Makefile
Replies: 1
Views: 1943

Re: Makefile

Apologies. I hadn't got around to rolling a new package with the latest example updates. pacman -Syu should get you the latest working examples.

by WinterMute
Mon May 26, 2025 10:42 am
Forum: GBA Development
Topic: bug between libtonc and grit
Replies: 3
Views: 4519

Re: bug between libtonc and grit

This is clearly an error in the example code though. You shouldn't prototype functions with one type and then implement them with another

by WinterMute
Mon May 26, 2025 10:37 am
Forum: Switch Development
Topic: trying to compile ftpd - cant find ZLIB
Replies: 1
Views: 1703

Re: trying to compile ftpd - cant find ZLIB

You're attempting to build ftpd for the host system - ftpd is a multiplatform project which can be built for many of the platforms we support.

You can build for switch by running these commands from the source directory

/opt/devkitpro/portlibs/switch/bin/aarch64-none-elf-cmake -B _switch -S ...
by WinterMute
Sun May 25, 2025 11:21 pm
Forum: Announcements
Topic: May 2025 updates
Replies: 21
Views: 13700

wut 1.8.0

Fix typo in nsysnet and add more nn::ac functions. by @dkosmari in https://github.com/devkitPro/wut/pull/401
coreinit: Add memory allocator functions by @dkosmari in https://github.com/devkitPro/wut/pull/402
Various additions to padscore by @dkosmari in https://github.com/devkitPro/wut/pull/406 ...
by WinterMute
Sun May 25, 2025 11:18 pm
Forum: Announcements
Topic: May 2025 updates
Replies: 21
Views: 13700

devkitPro cmakery

Update cmake wrappers to use env variable to set toolchain file instead of -D. Allows --build --install etc to work normally.

wiiu-cmake: 1.3.2-1
wii-cmake: 1.0.1-1
switch-cmake: 1.5.2-1
gba-cmake: 1.0.2-1
nds-cmake: 1.3.1-1
gamecube-cmake: 1.0.1-1
devkita64-cmake: 1.1.3-1
devkitppc-cmake ...
by WinterMute
Sun May 25, 2025 11:15 pm
Forum: Announcements
Topic: May 2025 updates
Replies: 21
Views: 13700

libogc 2.11.0

add more ES functions by @Naim2000 in https://github.com/devkitPro/libogc/pull/191 and https://github.com/devkitPro/libogc/pull/193
minor network and ES fixes by @DacoTaco in https://github.com/devkitPro/libogc/pull/196
network: implement net_select() for the Wii by @mardy in https://github.com ...
by WinterMute
Sun May 25, 2025 9:50 pm
Forum: Announcements
Topic: May 2025 updates
Replies: 21
Views: 13700

Re: libfat-ogc 2.1.0

  • Add support for variable disc sector.
  • wii: Add support for big sector USB drives.
  • ogc: add mechanism for disabling USB storage mount

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

by WinterMute
Sun May 25, 2025 5:38 pm
Forum: devkitARM
Topic: devkitARM from devPro Updater 1.6.0 in Linux (docker)
Replies: 1
Views: 2343

Re: devkitARM from devPro Updater 1.6.0 in Linux (docker)

The Updater has always been a web installer which downloaded the latest components we supply. It isn't possible to determine what component versions correspond to any particular version of the Updater - it could be a whole range. We also didn't keep a record of what those versions might be since we ...
by WinterMute
Sun May 25, 2025 5:21 pm
Forum: GBA Development
Topic: bug between libtonc and grit
Replies: 3
Views: 4519

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

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