New binaries for devkitARM release 38 are now available through the
Automated Installer/Updater if you're on windows, for other platforms check the
devkitARM getting started page on the wiki.
- update gcc to 4.7.0.
- allow svc on armv7.
- add multilib for cortex M4 with fpv4-sp-d16 fpu.
libnds 1.5.5
- fixes for latest binutls.
- NORMAL_PACK & VERTEX_PACK cast to u32 to avoid new warning.
- add swiWaitForVBlank to keyboard update loops.
default arm7 0.5.24, maxmod 1.0.7 and dswifi 0.3.15 updated with fixes for latest binutils.
WARNING: If you write functions in arm assembly which are called from thumb code then you need to mark the assembly as functions or the linker will fail to adjust the calls for interworking. Like this :-Code:
@---------------------------------------------------------------------------------
.global swiSoftReset
.type swiSoftReset STT_FUNC
@---------------------------------------------------------------------------------
swiSoftReset:
@---------------------------------------------------------------------------------
new nds examples 20120410
- remove -mno-fpu from all Makefiles, this errors with latest binutils.
- fix ap search example