Search found 2056 matches

by WinterMute
Tue Jul 01, 2025 8:50 pm
Forum: 3DS Development
Topic: Cannot compile examples on ARM Mac (M2, Sequoia)
Replies: 4
Views: 76

Re: Cannot compile examples on ARM Mac (M2, Sequoia)

This isn't within the scope of anything we provide. We don't have the time or the resources to spend supporting something like this, sorry.

by WinterMute
Tue Jul 01, 2025 12:25 pm
Forum: Gamecube/Wii Development
Topic: Wii Library Makefile - include directories?
Replies: 1
Views: 27

Re: Wii Library Makefile - include directories?

Where is the include/nw4r folder relative to the NintendoJunkForRevolution folder? What's the output of find . -type d fron that folder?

by WinterMute
Tue Jul 01, 2025 9:08 am
Forum: Off Topic
Topic: Linux: any way to manually build devkitPro without tampering with system directories?
Replies: 4
Views: 568

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

To be fair, it's perfectly possible to run the toolchain natively. You just don't want to.

i understand the reluctance around the Set RootDir to root (/) part but all our packages are confined to /opt/devkitpro. We do it this way so all systems have the same layout and operate in the same way ...
by WinterMute
Tue Jul 01, 2025 8:38 am
Forum: Off Topic
Topic: I got a error
Replies: 1
Views: 26

Re: I got a error

Show us the contents of the Makefile you're using. You can past it in a post between code tags

by WinterMute
Tue Jul 01, 2025 8:26 am
Forum: 3DS Development
Topic: libctru not found even though it is installed???
Replies: 1
Views: 43

Re: libctru not found even though it is installed???

Can you show the output of make V=1 and the output of env

You can copy the text from your terminal & paste it here inside code tags

Code: Select all

like this
by WinterMute
Tue Jul 01, 2025 12:05 am
Forum: 3DS Development
Topic: Cannot compile examples on ARM Mac (M2, Sequoia)
Replies: 4
Views: 76

Re: Cannot compile examples on ARM Mac (M2, Sequoia)

Running make from /opt/devkitpro/examples/3DS/graphics/printing/hello-world should in fact output this
mkdir: build: Permission denied
make: *** [build] Error 1


The provided example code is not intended to compile in place but to be copied elsewhere. Nothing inside /opt/devkitpro is intended to ...
by WinterMute
Mon Jun 30, 2025 8:33 pm
Forum: Gamecube/Wii Development
Topic: Crashing on std::string concatenation
Replies: 1
Views: 54

Re: Crashing on std::string concatenation

Are you using libraries other than libogc?

If you can provide a project that exhibits this problem we can take a look. It might be difficult without a minimal testcase but we'll certainly take a look.

by WinterMute
Mon Jun 30, 2025 8:28 pm
Forum: Switch Development
Topic: *** target pattern contains no '%'. Stop.
Replies: 2
Views: 46

Re: *** target pattern contains no '%'. Stop.

What version of windows were you running before?

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

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

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.