...just curious
I downloaded the devkitARM and PAlib on my PC. I was following along the PAlib wiki "DAY 1" and I get this cute little error out of some assembly code buried in the guts of the arm-eabi/lib :
"make"
arm-eabi-g++ -g -mthumb-interwork -mno-fpu -L/c/devkitPro/PAlib/lib -specs=ds_arm9.specs main.o screens.o -Lc:/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/devkitpro/my_projects/dsscoutingv.3/dsscoutingv.3.elf] Error 1
"make": *** [build] Error 2
I get the same sort of error whether I try the scouting software or just a good ol' HelloWorld example from the PAlibExamples
Looks like I'm missing a lib with a reference for initSystem
Anyone else encounter this?
Thanks,
Eric