Homebrew Menu
Posted: Sun Mar 28, 2010 10:51 pm
Hi, I'm new to programing for the Nintendo DS and I was trying to compile the Homebrew Menu from SVN but keep getting this error:
c:/devkitPro/hbmenu/BootStrap/arm9/../../source/nds_loader_arm9.c: In function '
runNds':
c:/devkitPro/hbmenu/BootStrap/arm9/../../source/nds_loader_arm9.c:315: warning:
implicit declaration of function 'resetARM7'
linking bootstrap.arm9.elf
nds_loader_arm9.o: In function `runNds':
c:/devkitPro/hbmenu/BootStrap/arm9/../../source/nds_loader_arm9.c:315: undefined
reference to `resetARM7'
collect2: ld returned 1 exit status
make[3]: *** [/c/devkitPro/hbmenu/BootStrap/bootstrap.arm9.elf] Error 1
make[2]: *** [build] Error 2
make[2]: Leaving directory `/c/devkitPro/hbmenu/BootStrap/arm9'
make[1]: *** [bootstrap.arm9.elf] Error 2
make[1]: Leaving directory `/c/devkitPro/hbmenu/BootStrap'
make: *** [BootStrap] Error 2
Any help would be greatly appreciated
c:/devkitPro/hbmenu/BootStrap/arm9/../../source/nds_loader_arm9.c: In function '
runNds':
c:/devkitPro/hbmenu/BootStrap/arm9/../../source/nds_loader_arm9.c:315: warning:
implicit declaration of function 'resetARM7'
linking bootstrap.arm9.elf
nds_loader_arm9.o: In function `runNds':
c:/devkitPro/hbmenu/BootStrap/arm9/../../source/nds_loader_arm9.c:315: undefined
reference to `resetARM7'
collect2: ld returned 1 exit status
make[3]: *** [/c/devkitPro/hbmenu/BootStrap/bootstrap.arm9.elf] Error 1
make[2]: *** [build] Error 2
make[2]: Leaving directory `/c/devkitPro/hbmenu/BootStrap/arm9'
make[1]: *** [bootstrap.arm9.elf] Error 2
make[1]: Leaving directory `/c/devkitPro/hbmenu/BootStrap'
make: *** [BootStrap] Error 2
Any help would be greatly appreciated