Search found 2058 matches

by WinterMute
Mon Jun 30, 2025 8:24 pm
Forum: Switch Development
Topic: Persistent Installation Issues on Windows & Ubuntu VMs/VPS - Missing libnx/tools (and download errors)
Replies: 1
Views: 295

Re: Persistent Installation Issues on Windows & Ubuntu VMs/VPS - Missing libnx/tools (and download errors)


The Core Problem: The libnx/tools/Makefile.include directory/file consistently goes missing after installation, preventing make from working. Additionally, I've encountered numerous download failures.


What do you mean by "goes missing"?

Is there a functional Msys2 shell? This should be ...
by WinterMute
Mon Jun 30, 2025 8:07 am
Forum: Gamecube/Wii Development
Topic: Compile Errors: Undefined Reference to '__end__'
Replies: 1
Views: 464

Re: Compile Errors: Undefined Reference to '__end__'

Sorry, we can't provide support for projects that modify devkitPro installations with their own customised libraries. This would need to be refactored to use a stock install of devkitPPC and the libraries we provide before we could even look at this.

by WinterMute
Mon Jun 30, 2025 8:00 am
Forum: 3DS Development
Topic: An exception occurred
Replies: 5
Views: 754

Re: An exception occurred

Press Y from hbmenu, run 3dslink <name of your 3dsx> from your terminal -https://github.com/devkitPro/3ds-hbmenu ... #netloader

by WinterMute
Sun Jun 22, 2025 10:51 am
Forum: 3DS Development
Topic: An exception occurred
Replies: 5
Views: 754

Re: An exception occurred

You'd be amazed by just how often code is miraculously fixed by going through and fixing the compiler warnings. Glad you figured it out.

by WinterMute
Sun Jun 22, 2025 12:38 am
Forum: 3DS Development
Topic: Citro2d is not being included?
Replies: 8
Views: 48448

Re: Citro2d is not being included?

It might help if you installed the libraries instead of compiling things from source. Remove the From your msys2 shell run

Code: Select all

rm -fr /opt/devkitpro/libctru-master
pacman -S 3ds-dev

Please don't modify things inside the devkitpro folder.

by WinterMute
Sun Jun 15, 2025 4:10 pm
Forum: devkitPPC
Topic: Is a ppc-liblzma possible?
Replies: 1
Views: 377

Re: Is a ppc-liblzma possible?

It's quite straightforward. I just added a package for it now at https://github.com/devkitPro/pacman-pac ... d5c2119713 which is available via pacman.

by WinterMute
Sun Jun 15, 2025 4:03 pm
Forum: 3DS Development
Topic: How to link library to 3ds application
Replies: 1
Views: 3036

Re: How to link library to 3ds application

add the path to your library in the Makefile here . You should have a folder there named include containing your .hpp files & a folder named lib containing your .a

The provided [library template](already has the necessary structure) so if you used that and it was in your filesystem at ~/projects ...
by WinterMute
Sun Jun 15, 2025 3:48 pm
Forum: Off Topic
Topic: Linux: any way to manually build devkitPro without tampering with system directories?
Replies: 4
Views: 913

Re: Linux: any way to manually build devkitPro without tampering with system directories?

We don't support users building our packages themselves, sorry. There are around 300 packages with various interdependencies that are difficult to handle without a package manager.

We do provide docker images which may suit you better.

by WinterMute
Sun Jun 15, 2025 3:44 pm
Forum: Switch Development
Topic: Getting 403 trying to install devkitpro in fedora
Replies: 3
Views: 2621

Re: Getting 403 trying to install devkitpro in fedora


Hello,

I am encountering the same issue when building a custom container image on CircleCI. Could you please explain why access to your package repositories is blocked from CI platforms?

Thank you.


People like to set up their CI to reinstall the entirety of our packages for a given platform ...
by WinterMute
Sun Jun 15, 2025 3:41 pm
Forum: DS/DSi Development
Topic: help! i cant compile on windows 7!
Replies: 1
Views: 740

Re: help! i cant compile on windows 7!

How did you install the toolchains?

What's the output of

Code: Select all

which make