'why do i get an error when i try to do $make?
I'm using devkit pro, trying to create a 3DS Homebrew app. I keep getting an error while doing "$make"
I have this code,
#include <3ds.h>
int main(){
gfxInitDefault();
gfxExit();
return 0;
}
It just says,
\*\*\* missing seperator. stop.
I am trying to make the app go to the home menu when started.
So, basically what happened was, I did $make
, and I expected the files to pop out, and I just got the error instead
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|