#58259 - zeekpunk - Sat Oct 22, 2005 12:14 am
im following the by Chris Double(http://www.double.co.nz/nintendo_ds/nds_develop1.html), im still on the first page and I get this compile error when making demo1.nds. I've not modified any files from the demo1 folder other than deleting the .nds and .nds.gba files
any ideas?
Code: |
D:\games\dsdev\DevKitPro\examples\demo1>make
arm-elf-g++ -g -Wall -O2 -mcpu=arm7tdmi -mtune=arm7tdmi -fomit-frame-pointer -ff ast-math -mthumb-interwork -I/d/games/dsdev/devkitPRO/libnds/include -DARM7 -c a rm7_main.cpp -oarm7_main.o arm7_main.cpp: In function 'void InterruptHandler()': arm7_main.cpp:22: error: 'IF' was not declared in this scope arm7_main.cpp:76: error: 'IF' was not declared in this scope arm7_main.cpp: In function 'int main(int, char**)': arm7_main.cpp:92: error: 'IME' was not declared in this scope arm7_main.cpp:94: error: 'IE' was not declared in this scope arm7_main.cpp:95: error: 'IF' was not declared in this scope make: *** [arm7_main.o] Error 1 |
any ideas?