Homebrew I want a head start.

  • Thread starter Thread starter TheSockNaster
  • Start date Start date
  • Views Views 5,032
  • Replies Replies 52
  • Likes Likes 1
I actually wanted to go to bed now, but sure. If it's not to hard I will answer now, otherwise you'll have to wait a little ;)

I made a simple hello world for my first homebrew, but i don't know how to save it so it will become a .elf and .3dsx

--------------------- MERGED ---------------------------

No, you first link was to some fishy looking LMGTFY site that tried to take over my computer.
The actually helpful user gave me a link to devkitPro's Sourceforge.

Bro i gave you the link he gave me. lol
 
  • Like
Reactions: SLiV3R
I made a simple hello world for my first homebrew, but i don't know how to save it so it will become a .elf and .3dsx

--------------------- MERGED ---------------------------



Bro i gave you the link he gave me. lol
open a command prompt and run "make" in the folder where the file called "Makefile" is located
Top open command promt press right mouse button with shift held and select open command promt here (you'll be in the correct folder as well)

--------------------- MERGED ---------------------------

No, you first link was to some fishy looking LMGTFY site that tried to take over my computer.
The actually helpful user gave me a link to devkitPro's Sourceforge.
That was Let Me Google That For You (LMGTFY) and it's not fishy has no viruses. You're virus scanner is either broken or you have a real virus, it would be wise to reinstall your virus scanner so you know for certain that it works properly!
 
That was Let Me Google That For You (LMGTFY) and it's not fishy has no viruses. You're virus scanner is either broken or you have a real virus, it would be wise to reinstall your virus scanner so you know for certain that it works properly!

Fortunately I think I managed to avoid the viruses you sent me by flipping my computer's power switch before it could do anything. There's no way I'm going to go back there to check but it's pretty fishy that that site took over my mouse and the first thing it did when it gained control was start trying to use my internet browswer...
 
Fortunately I think I managed to avoid the viruses you sent me by flipping my computer's power switch before it could do anything. There's no way I'm going to go back there to check but it's pretty fishy that that site took over my mouse and the first thing it did when it gained control was start trying to use my internet browswer...
Oh god... The mouse it moved was not actually the mouse it was a "special" mouse and part of the site.

Here's a vid of the site as you're too scared to go there yourself...

EDIT: Why did this post and the previous not merge?
 
  • Like
Reactions: JJTapia19
This thread is pure gold.
I'll stop now XD, I think it's pretty obvious he's trolling (to scared to click a yt link...)

--------------------- MERGED ---------------------------

I made a simple hello world for my first homebrew, but i don't know how to save it so it will become a .elf and .3dsx

--------------------- MERGED ---------------------------



Bro i gave you the link he gave me. lol
Going to bed now, hope it worked!
 
Can someone please help when I run makefile through terminal this is what comes up.

C:\Users\Malik\Desktop\sad\examples\graphics\printing\hello-world>make
main.c
arm-none-eabi-gcc -MMD -MP -MF /c/Users/Malik/Desktop/sad/examples/graphics/printing/hello-world/build/main.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/c/Users/Malik/Desktop/sad/examples/graphics/printing/hello-world/include -I/c/devkitPro/libctru/include -I/c/Users/Malik/Desktop/sad/examples/graphics/printing/hello-world/build -DARM11 -D_3DS -c /c/Users/Malik/Desktop/sad/examples/graphics/printing/hello-world/source/main.c -o main.o
c:/Users/Malik/Desktop/sad/examples/graphics/printing/hello-world/source/main.c:15:17: fatal error: 3ds.h: No such file or directory
#include <3ds.h>
^
compilation terminated.
make[1]: *** [main.o] Error 1
make: *** [build] Error 2
 
Can someone please help when I run makefile through terminal this is what comes up.

C:\Users\Malik\Desktop\sad\examples\graphics\printing\hello-world>make
main.c
arm-none-eabi-gcc -MMD -MP -MF /c/Users/Malik/Desktop/sad/examples/graphics/printing/hello-world/build/main.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/c/Users/Malik/Desktop/sad/examples/graphics/printing/hello-world/include -I/c/devkitPro/libctru/include -I/c/Users/Malik/Desktop/sad/examples/graphics/printing/hello-world/build -DARM11 -D_3DS -c /c/Users/Malik/Desktop/sad/examples/graphics/printing/hello-world/source/main.c -o main.o
c:/Users/Malik/Desktop/sad/examples/graphics/printing/hello-world/source/main.c:15:17: fatal error: 3ds.h: No such file or directory
#include <3ds.h>
^
compilation terminated.
make[1]: *** [main.o] Error 1
make: *** [build] Error 2
ctrulib is not installed, try using the devkitpro updater and install everything, if that doesn't work ask someone else, I really should be sleeping now ... :(
 
ctrulib is not installed, try using the devkitpro updater and install everything, if that doesn't work ask someone else, I really should be sleeping now ... :(

I am having troubles with the port to sega genisis emulator. You said you don't have time to do something like that so what would you do to make it and where would you learn?
 
I am having troubles with the port to sega genisis emulator. You said you don't have time to do something like that so what would you do to make it and where would you learn?
Altough I don't know much progamming, (very VERY simple C++) I think you should start smaller. Try making a NES or something similar emulator on PC first.

http://stackoverflow.com/questions/448673/how-do-emulators-work-and-how-are-they-written Scroll down a bit and you'll find a awnser on how emulators work.

Also you should take a look at open source emulators like CitrAGB and stuff.
Hope that helped.
 

Site & Scene News

Popular threads in this forum