#165119 - Matty_Alan - Wed Dec 10, 2008 7:10 am
Hey; i'm a n00b programer with C and iv'e been trying to get into some Nds but im having trouble compiling example programs;
I have DevKitPro fully installed along with PAlib.
Anyway the following error(s) comes up when I compile a project when i compile Nds Roms, however I can compile Gba roms fine.
Any help would be great because iv'e been looking all week for tutorials that might help me fix it and nothing has been any help yet.
cheers
_________________
Prime Steak, A steak that is divisible by itself and 1.
I have DevKitPro fully installed along with PAlib.
Anyway the following error(s) comes up when I compile a project when i compile Nds Roms, however I can compile Gba roms fine.
Any help would be great because iv'e been looking all week for tutorials that might help me fix it and nothing has been any help yet.
cheers
Quote: |
arm-eabi-g++ -g -mthumb-interwork -mno-fpu -L/c/devkitPro/PAlib/lib -specs=ds_arm9.specs main.o -L/c/devkitPro/PAlib/lib -lpa9 -L/c/devkitPro/libnds/lib -lfat -lnds9 -ldswifi9 -o build.elf c:/devkitpro/devkitarm/bin/../lib/gcc/arm-eabi/4.1.2/../../../../arm-eabi/lib/ds_arm9_crt0.o: In function `CIDLoop': ds_arm9_crt0.s:(.init+0x2ac): undefined reference to `initSystem' collect2: ld returned 1 exit status make[1]: *** [/c/Test/Test.elf] Error 1 make: *** [build] Error 2 |
_________________
Prime Steak, A steak that is divisible by itself and 1.