Page 1 of 1

Homebrew Menu

Posted: Sun Mar 28, 2010 10:51 pm
by mattw
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 :)

Re: Homebrew Menu

Posted: Mon Mar 29, 2010 11:10 am
by WinterMute
Compiling anything from SVN will require the latest toolchain and library releases, update your installation.

Re: Homebrew Menu

Posted: Mon Mar 29, 2010 1:06 pm
by StevenH
WinterMute wrote:Compiling anything from SVN will require the latest toolchain and library releases, update your installation.
And sometimes even then it does not compile as WinterMute likes to dabble with things and update them using the bleeding edge toolchain, not the stable one we use. Mind you at least it's easy to fix when he is testing something - just downgrade your svn copy to a previous edition :)

Re: Homebrew Menu

Posted: Mon Mar 29, 2010 3:07 pm
by mattw
Thanks alot! That worked I thought I was at the updated one guess not. And if its not to much to ask whats the best way to learn C? I want to start learning C this year but I'm not sure where to start I'm guessing a book but there is like a million.

Sincerely Matthew