Search found 1885 matches
- Sat Oct 05, 2024 11:39 pm
- Forum: Gamecube/Wii Development
- Topic: Help getting devkitPro toolchains working portably (newbie)
- Replies: 2
- Views: 55
Re: Help getting devkitPro toolchains working portably (newbie)
Update: I gave in and ran the installer on the school computer, but I'm still getting the error > "make" make[1]: *** No rule to make target 'F:/wii-examples-20190201/template/source/template.c', needed by 'template.o'. Stop. make: *** [Makefile:101: build] Error 2 > Process Exit Code: 2 > Time ...
- Sat Oct 05, 2024 11:33 pm
- Forum: Gamecube/Wii Development
- Topic: Help getting devkitPro toolchains working portably (newbie)
- Replies: 2
- Views: 55
Re: Help getting devkitPro toolchains working portably (newbie)
14 years ago we were still using the original msys to provide the unix tools. These days on windows we use msys2 and the wonderful package manager provided there to help keep the tools and libraries organised. In modern times probably the easiest way is to run the toolchains from a flash drive is to ...
- Sat Oct 05, 2024 9:11 pm
- Forum: devkitARM
- Topic: New devkitARM builds treat warnings as errors
- Replies: 1
- Views: 36
Re: New devkitARM builds treat warnings as errors
Compilers produce warnings for a reason, they should generally be fixed, not switched off. The warnings that have been upgraded to errors are particular sources of bugs - for example function implementations not matching their prototypes.
- Sat Oct 05, 2024 3:05 pm
- Forum: Announcements
- Topic: October 2024 Updates
- Replies: 0
- Views: 37
October 2024 Updates
Supported installation for all our releases is via devkitPro pacman For October, we have the following Patrons to whom we would like to give our most sincere thanks! (If you are a Patron and do not wish to be publicly listed, please let us know through any contact platform) TuxSH Cynthia Coan Kaeru ...
- Mon Sep 30, 2024 4:23 pm
- Forum: Announcements
- Topic: September 2024 updates
- Replies: 8
- Views: 2912
wut 1.7.0
What's Changed New features / improvements nn/dlp: Add initial headers by @DaniElectra in https://github.com/devkitPro/wut/pull/389 nn/dlp: Fix Initialize functions on ServerPrivate by @DaniElectra in https://github.com/devkitPro/wut/pull/390 nn_ccr: Add CCRSysSetCurrentLCDMode and ...
- Mon Sep 30, 2024 1:11 pm
- Forum: Announcements
- Topic: September 2024 updates
- Replies: 8
- Views: 2912
opengx 0.9.2, wii-sdl2 2.28.5-14, gamecube-sdl2 2.28.5-14
These packages have been updated with weak linking machinery to prevent opengx being fully pulled in by projects not using GL features. As always, thanks to Mardy for his sterling work on these libraries.
Recommended and supported installation is through devkitPro pacman
- Mon Sep 09, 2024 6:54 pm
- Forum: Announcements
- Topic: September 2024 updates
- Replies: 8
- Views: 2912
3dslink 0.6.3
- Use default upload path for argv instead of 3dslink:/
Recommended and supported installation is through devkitPro pacman
- Mon Sep 09, 2024 12:18 pm
- Forum: Announcements
- Topic: September 2024 updates
- Replies: 8
- Views: 2912
ppc-flac: 1.4.3-2
- rebuilt without pic for wut support https://github.com/devkitPro/pacman-packages/issues/358
binaries available via devkitPro pacman
- Mon Sep 09, 2024 11:01 am
- Forum: Switch Development
- Topic: error with compile libretro in w11 arm
- Replies: 1
- Views: 645
Re: error with compile libretro in w11 arm
Hello I have follow this tutorial for compile libretro of tetrarch https://docs.libretro.com/development/retroarch/compilation/switch-libnx/ After doing several steps it looks like at the end of the process the RA libretro doesn't finish the process I got to copy "libretro_libnx.a" in Retroarch ...
- Mon Sep 09, 2024 10:51 am
- Forum: Switch Development
- Topic: error: target not found: devkit-env
- Replies: 3
- Views: 1302
Re: error: target not found: devkit-env
Sorry, maybe I'm not so expert to understand what you ask me What do I need to change in preference and how to do it? Someone somewhere has given you this command line to run. I'm assuming it's written down somewhere, perhaps as instructions for compiling libretro After I installed Xcode and ...