Homebrew Collection of old devkitPro versions

veraci_00

Well-Known Member
Member
Joined
Mar 6, 2016
Messages
473
Trophies
0
Age
42
XP
293
Country
United States
speaking of Nintendont needing an old devkitPPC, libogc, and I think portlibs, I fixed some things for some people via msys and visual studio code, which worked, but I forgot to compile it using those older versions. with that being said, I do not know if they exit correctly as a result. I think the system either freezes or black screens unless you use the versions mentioned on the nintendon't github. they never mentioned it, so maybe they didn't notice or I already had the right versions installed when I compiled, which is doubtful honestly.
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,674
Trophies
3
Age
46
Location
At my chair.
XP
19,920
Country
Colombia
my C++ knowledge is not good enough, but this seems to be an issue of specs not being followed by the compiler before and it is now (since its now using GCC 13 )
see : https://stackoverflow.com/questions/11069108/uint32-t-does-not-name-a-type

if you want to use std::uint32_t you should include <cstdint>. this was always the case, but GCC used to implicitly include it
this has been changed so that code need to actually include what they will use.
see : https://gcc.gnu.org/gcc-13/porting_to.html

... this was 5 min of looking around and asking 1 C++ developer...
Buddy, thanks a lot, for me who knows so little of C++ when the search for the error told me about the libraries was like tell a blind person "is there" pointing with the finger, :P

With your help I just test and was able to build the code using latest libraries, even create a PR on the Studios Pancake repo.

Again thanks a lot, people like you make this community great.
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,674
Trophies
3
Age
46
Location
At my chair.
XP
19,920
Country
Colombia
how do i set up an environment with these
normally you don't but in some cases you need a old version of a DevKitPro package for a specific code and you are unable to update the code to latest libraries, so you can install manually the packages using a set of commands.

By example to install DevKitA64 release 21.3 you can :

Bash:
wget https://wii.leseratte10.de/devkitPro/devkitA64/r21%20%282022-04-05%29/devkitA64-r21-3-windows_x86_64.pkg.tar.zst
pacman -U --noconfirm ./devkitA64-r21-3-windows_x86_64.pkg.tar.zst

and so on with all packages and versions you need
 

cheesire

Member
Newcomer
Joined
Apr 1, 2022
Messages
13
Trophies
0
Age
24
Location
Earth
Website
cheesirehat.neocities.org
XP
87
Country
United States
normally you don't but in some cases you need a old version of a DevKitPro package for a specific code and you are unable to update the code to latest libraries, so you can install manually the packages using a set of commands.

By example to install DevKitA64 release 21.3 you can :

Bash:
wget https://wii.leseratte10.de/devkitPro/devkitA64/r21%20%282022-04-05%29/devkitA64-r21-3-windows_x86_64.pkg.tar.zst
pacman -U --noconfirm ./devkitA64-r21-3-windows_x86_64.pkg.tar.zst

and so on with all packages and versions you need
Thank you so much!!!
 
  • Love
Reactions: impeeza

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • BigOnYa @ BigOnYa:
    Surprised they never made a second one.
  • K3Nv2 @ K3Nv2:
    It takes two was their newest different theme
  • BigOnYa @ BigOnYa:
    I didn't care for that one so much, but didn't play it much either.
  • BigOnYa @ BigOnYa:
    I just played little of "Still Wakes The Deep" , just came to gamepass today, its alright, kinda creepy. I'm not usually a horror game fan, but it looks really good graphic wise, esp w 4k. I admit it made me jump a few times.
  • LNLenost @ LNLenost:
    Anyone here using the 3DS?
  • LNLenost @ LNLenost:
    do u have pretendo?
  • LNLenost @ LNLenost:
    whats ur code?
  • B @ btjunior:
    i dont have pretendo sorry
  • LNLenost @ LNLenost:
    oh ok
  • LNLenost @ LNLenost:
    well if ur console isnt modded i suggest u to mod it
  • B @ btjunior:
    also, just curius, does the freinds app still work after the shutdown?
  • LNLenost @ LNLenost:
    yes
  • B @ btjunior:
    nice
  • LNLenost @ LNLenost:
    but u cant play online games anymore :(
  • LNLenost @ LNLenost:
    i miss going in other peoples town
  • B @ btjunior:
    yeah
  • LNLenost @ LNLenost:
    i have a friend named Pineapple (@pineappleJuice hi). we played a lot the day b4 the server shutdown
  • K3Nv2 @ K3Nv2:
    I preten to know doe
  • BigOnYa @ BigOnYa:
    @LNLenost how well is the pretendo servers, you ever get kicked off games when playing online?
    +1
  • LNLenost @ LNLenost:
    @BigOnYa not always you get kicked. it happens rarely to me.
    +1
  • LNLenost @ LNLenost:
    ofc they're not great, but props to them for making this
    +1
  • LNLenost @ LNLenost:
    btw, I decided to make the nintendo support team going insane
  • LNLenost @ LNLenost:
    i told them my badges disappeared after i opened the badge arcade after the shutdown, but actually they disappeared because i opened the badge arcade w/ pretendo
  • AcuteBulbasaurappears @ AcuteBulbasaurappears:
    Hey, is there anybody who knows how to create wuhb-files? :) I would like to create forwarders for two Wii-channels: https://gbatemp.net/threads/wuhb-to-vwii-channel-request.657253/#post-10441514
    AcuteBulbasaurappears @ AcuteBulbasaurappears: Hey, is there anybody who knows how to create wuhb-files? :) I would like to create forwarders...