Search found 2 matches

by MRcodino
Wed Apr 24, 2024 3:44 pm
Forum: 3DS Development
Topic: My CMake project doesn't make a 3dsx executable
Replies: 2
Views: 2322

Re: My CMake project doesn't make a 3dsx executable

Hi, i'm new to using the devkitPro toolchain, devkitPro is not a toolchain. devkitPro is us - the people who create and maintain the tools and libraries used to create homebrew. The toolchain being used here is devkitARM, one of the 3 toolchains we currently maintain. Don't try to include devkitPro...
by MRcodino
Tue Apr 23, 2024 9:34 pm
Forum: 3DS Development
Topic: My CMake project doesn't make a 3dsx executable
Replies: 2
Views: 2322

My CMake project doesn't make a 3dsx executable

Hi, i'm new to using the devkitPro toolchain, and I have problems setting it up with CMake. I actually included the Nintendo3DS.cmake file in the CMakeLists.txt, and setup the CMake options to use 3DS.cmake as the CMAKE_TOOLCHAIN_FILE, but when i build the project, it only spits out a .elf executabl...