Make Problem/Error
Posted: Tue Feb 03, 2009 8:45 pm
Ok, so basicly when I opened the hello world example for the ds (in programmer's notepad) and try to make/compile it. The output section (down the bottom of the editor) gives me this error...
Can anyone tell me how to fix it
Thanks
Code: Select all
> "make"
main.cpp
arm-eabi-g++ -MMD -MP -MF /c/devkitPro/examples/nds/Graphics/2D/hello_world/build/main.d -g -Wall -O2 -march=armv5te -mtune=arm946e-s -fomit-frame-pointer -ffast-math -mthumb -mthumb-interwork -I/c/devkitPro/examples/nds/Graphics/2D/hello_world/include -I/c/devkitPro/examples/nds/Graphics/2D/hello_world/build -I/c/devkitPro/libnds/include -I/c/devkitPro/libnds/include -I/c/devkitPro/examples/nds/Graphics/2D/hello_world/build -DARM9 -fno-rtti -fno-exceptions -c /c/devkitPro/examples/nds/Graphics/2D/hello_world/source/main.cpp -o main.o
In file included from c:/devkitPro/libnds/include/nds/timers.h:55,
from c:/devkitPro/libnds/include/nds.h:116,
from c:/devkitPro/examples/nds/Graphics/2D/hello_world/source/main.cpp:10:
c:/devkitPro/libnds/include/nds/linkedlist.h:88:7: warning: no newline at end of file
linking hello_world.elf
built ... hello_world.arm9
Nintendo DS rom tool 1.36 - Oct 22 2007 04:04:50
by Rafael Vuijk, Dave Murphy, Alexei Karpenko
Cannot open file 'c:/devkitPro/libnds/basic.arm7'.
make[1]: *** [/c/devkitPro/examples/nds/Graphics/2D/hello_world/hello_world.nds] Error 1
"make": *** [build] Error 2
> Process Exit Code: 2
> Time Taken: 00:00
Thanks