As the name implies I am trying to compile the hello_world 3DS example project. This is the error I get
A video I was watching said all I had to do was install DevKitPRO and cygwin and nothing else. Am I missing a compiler? I tried installing the gcc-core package from cygwin but that didn't change a thing. Even after a computer restart.
My environment variables look as such:
CTRULIB = /c/devkitPro/libctru
DEVKITARM = c:\devkitPro\devkitARM
DEVKITPRO = c:\devkitPro
Code:
PS C:\testApp> make
main.c
arm-none-eabi-gcc -MMD -MP -MF /cygdrive/c/testApp/build/main.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffunction-sections -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft -I/cygdrive/c/testApp/include -Ic:\devkitPro\libctru/include -I/cygdrive/c/testApp/build -DARM11 -D_3DS -c /cygdrive/c/testApp/source/main.c -o main.o
arm-none-eabi-gcc.exe: error: /cygdrive/c/testApp/source/main.c: No such file or directory
arm-none-eabi-gcc.exe: fatal error: no input files
compilation terminated.
make[1]: *** [c:\devkitPro\devkitARM/base_rules:85: main.o] Error 1
make: *** [Makefile:136: build] Error 2
PS C:\testApp>
A video I was watching said all I had to do was install DevKitPRO and cygwin and nothing else. Am I missing a compiler? I tried installing the gcc-core package from cygwin but that didn't change a thing. Even after a computer restart.
My environment variables look as such:
CTRULIB = /c/devkitPro/libctru
DEVKITARM = c:\devkitPro\devkitARM
DEVKITPRO = c:\devkitPro
Last edited by ThatBenderGuy,