#134475 - Snaeng - Fri Jul 13, 2007 10:10 am
Hello.
First of all, I'm totally new to this, so don't kick me if I do something pretty dumb. :)
I'm interested in coding for the Nintendo DS, I also already have soem knowledge in a couple of coding languages, including C++.
I followed a couple of tutorials, but all are the same: Download devkitpro, install it, go to an example and run make.
But here is already my problem:
As you can see, it tells me no such fiel or directory. The examples are installed properly, and there is also no space in the filename. So why is this happening? I didn't change anything, so shouldn't it work right after installation?
I'm using Windows Vista 32 Ultimate, could it be a issue with my operating system?
I hope you can (and will) help me. :)
Snaeng
[Subject Fairy was here]
First of all, I'm totally new to this, so don't kick me if I do something pretty dumb. :)
I'm interested in coding for the Nintendo DS, I also already have soem knowledge in a couple of coding languages, including C++.
I followed a couple of tutorials, but all are the same: Download devkitpro, install it, go to an example and run make.
But here is already my problem:
Quote: |
C:\devkitPro\examples\nds\Graphics\2D\hello_world>make
main.cpp arm-eabi-g++ -MMD -MP -MF /c/devkitPro/examples/nds/Graphics/2D/hello_world/buil d/main.d -g -Wall -O2 -mcpu=arm9tdmi -mtune=arm9tdmi -fomit-frame-pointer -ffast -math -mthumb -mthumb-interwork -I/c/devkitPro/examples/nds/Graphics/2D/hello_wo rld/include -I/c/devkitPro/examples/nds/Graphics/2D/hello_world/build -I/c/devki tPro/libnds/include -I/c/devkitPro/libnds/include -I/c/devkitPro/examples/nds/Gr aphics/2D/hello_world/build -DARM9 -fno-rtti -fno-exceptions -c /c/devkitPro/exa mples/nds/Graphics/2D/hello_world/source/main.cpp -o main.o arm-eabi-g++.exe: CreateProcess: No such file or directory make[1]: *** [main.o] Error 1 make: *** [build] Error 2 |
As you can see, it tells me no such fiel or directory. The examples are installed properly, and there is also no space in the filename. So why is this happening? I didn't change anything, so shouldn't it work right after installation?
I'm using Windows Vista 32 Ultimate, could it be a issue with my operating system?
I hope you can (and will) help me. :)
Snaeng
[Subject Fairy was here]