

| CODE |
make -C arm9 -I /c/ndsdev/projects/template make[1]: Entering directory `/c/ndsdev/projects/template/arm9' mv: missing file argument Try `mv --help' for more information. make[2]: [all] Error 1 (ignored) main.cpp built ... arm9.bin make[1]: Leaving directory `/c/ndsdev/projects/template/arm9' cp arm9/arm9.bin boot/resources/arm9.bin cp arm7/arm7.bin boot/resources/arm7.bin make -C boot -I /c/ndsdev/projects/template make[1]: Entering directory `/c/ndsdev/projects/template/boot' files: resources/arm7.bin resources/arm9.bin objects: arm7.bin.o arm9.bin.o processing resources/arm7.bin processing resources/arm9.bin main.cpp captureARM9.s built ... boot.gba ROM fixed! make[1]: Leaving directory `/c/ndsdev/projects/template/boot' mv boot/boot.gba template.ds.gba Build log was saved at "file://c:\ndsdev\projects\template\BuildLog.htm" dsdemo - 0 error(s), 0 warning(s) ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== |
| CODE |
_#define VRAM_ARM9 (1) #define VRAMCORE_A 0x06000000 #define VRAM_CORE_B 0x06040000 |
