#148258 - zxcvbnm - Fri Jan 04, 2008 12:20 am
I'm new to this and I have devkit arm and palib.
I tried the hello world compile test, but it didn't work and broght this up:
C:\devkitPro\PAlibExamples\Text\Normal\Text>make clean
clean ...Text
C:\devkitPro\PAlibExamples\Text\Normal\Text>make
main.c
arm-eabi-g++ -mthumb-interwork -mno-fpu -L/c/devkitPro/PAlib/lib -specs=ds_arm9.
specs main.o -Lc:/devkitPro/PAlib//lib -lpa9 -L/c/devkitPro/libnds/lib -lfat -ln
ds9 -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/PAlibExamples/Text/Normal/Text/Text.elf] Error 1
make: *** [build] Error 2
C:\devkitPro\PAlibExamples\Text\Normal\Text>pause
Press any key to continue . . .
What happend?
I tried the hello world compile test, but it didn't work and broght this up:
C:\devkitPro\PAlibExamples\Text\Normal\Text>make clean
clean ...Text
C:\devkitPro\PAlibExamples\Text\Normal\Text>make
main.c
arm-eabi-g++ -mthumb-interwork -mno-fpu -L/c/devkitPro/PAlib/lib -specs=ds_arm9.
specs main.o -Lc:/devkitPro/PAlib//lib -lpa9 -L/c/devkitPro/libnds/lib -lfat -ln
ds9 -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/PAlibExamples/Text/Normal/Text/Text.elf] Error 1
make: *** [build] Error 2
C:\devkitPro\PAlibExamples\Text\Normal\Text>pause
Press any key to continue . . .
What happend?