Could someone compile a small 3DS homebrew app for me? (.3dsx + .cia)

AllisterMKW

New Member
Newbie
Joined
Dec 14, 2025
Messages
2
Reaction score
0
Trophies
0
Age
19
XP
15
Country
Canada
Hi everyone,

I’m learning Nintendo 3DS homebrew but don’t currently have access to a computer.

I wrote a very small test application that fills the top screen with solid colors
(A = red, B = blue, X = lime green).

Would someone be willing to compile it into a .3dsx and a .cia for me?

The full source code and Makefile are provided below.

Thanks very much!

CIA Source Code: https://www.mediafire.com/file/stxru2516g8yvts/ColorSwitcher_CIA_Source.zip/file

3DSX Source Code: https://www.mediafire.com/file/ctkbn0e5l0f1nff/ColorSwitcher_3DSX_Source.zip/file
 
I will try it
Post automatically merged:

Mate, I had to create a new makefile and add some resource files but here is the build:

Now you can build de .3dsx file by running:

make all


And the .CIA file by running:

make cia


I am attaching the source which I used and the binaries. I used MSYS2 to build it and installed the packages:
Bash:
3ds-portlibs
3ds-dev
3ds-sdl-libs


A guide to install MSYS2 on Windows can be found on https://gbatemp.net/threads/setup-a-devkitpro-environment-on-windows.652238/#post-10712513 this is for Switch but you can install the packages and will build 3DS sources too.
 

Attachments

Last edited by impeeza,
  • Like
Reactions: impeeza
I will try it
Post automatically merged:

Mate, I had to create a new makefile and add some resource files but here is the build:

Now you can build de .3dsx file by running:

make all


And the .CIA file by running:

make cia


I am attaching the source which I used and the binaries. I used MSYS2 to build it and installed the packages:
Bash:
3ds-portlibs
3ds-dev
3ds-sdl-libs


A guide to install MSYS2 on Windows can be found on https://gbatemp.net/threads/setup-a-devkitpro-environment-on-windows.652238/#post-10712513 this is for Switch but you can install the packages and will build 3DS sources too.
I fixed the makefile and updated the source code for the CIA to include information such as the author, icon,, and banner. Could you please compile it one more time? It would make me very happy and I won’t bother you again!
 

Attachments

I fixed the makefile and updated the source code for the CIA to include information such as the author, icon,, and banner. Could you please compile it one more time? It would make me very happy and I won’t bother you again!
 

Attachments

  • Like
Reactions: BigOnYa

Site & Scene News

Popular threads in this forum