Tutorial One Updated
I've updated Tutorial One to work with the latest devkitPro. The example runs on the Dualis emulator as well as hardware. I'm working on updating the remaining tutorials.
News and information on developing homebrew software for the Nintendo DS, and DSEmu, the Nintendo DS Emulator.
7 Comments:
hi chris,
is DSEMU dead or not ?
bye :D
Nope, I'm working on getting it working with programs produced by the latest devkitpro. I only started working on it again a couple of weeks ago so I could run the tutorials I'm fixing up. A new release soon!
ok, glad to see you again :)
Hi Chris,
I installed the latest version of the devkit and copied the dir and its content of the updated example but got the following verbose.
mjm@MJM ~/demo1
$ make
arm9_main.cpp
arm-eabi-g++ -MMD -MP -MF /home/mjm/demo1/build/arm9_main.d -g -Wall -O2 -mcpu=a
rm9tdmi -mtune=arm9tdmi -fomit-frame-pointer -ffast-math -mthumb -mthumb-interwo
rk -I/home/mjm/demo1/include -I/home/mjm/demo1/build -I/c/devkitPro/libnds/inclu
de -I/c/devkitPro/libnds/include -I/home/mjm/demo1/build -DARM9 -fno-rtti -fno-e
xceptions -c /home/mjm/demo1/source/arm9_main.cpp -o arm9_main.o
arm-eabi-g++.exe: CreateProcess: No such file or directory
make[1]: *** [arm9_main.o] Error 1
make: *** [build] Error 2
mjm@MJM ~/demo1
This post has been removed by the author.
This post has been removed by the author.
Slightly different problem, using the latest devkitpro.
arm-eabi-g++ -MMD -MP -MF /c/devkitpro/projects/demo1/build/arm9_main.d -g -Wall
-O2 -mcpu=arm9tdmi -mtune=arm9tdmi -fomit-frame-pointer -ffast-math -mthumb -mt
humb-interwork -I/c/devkitpro/projects/demo1/include -I/c/devkitpro/projects/dem
o1/build -I/c/devkitPro/libnds/include -I/c/devkitPro/libnds/include -I/c/devkit
pro/projects/demo1/build -DARM9 -fno-rtti -fno-exceptions -c /c/devkitpro/projec
ts/demo1/source/arm9_main.cpp -o arm9_main.o
c:/devkitpro/projects/demo1/source/arm9_main.cpp: In function 'int main()':
c:/devkitpro/projects/demo1/source/arm9_main.cpp:15: error: 'SUB_BG0_CR' was not
declared in this scope
c:/devkitpro/projects/demo1/source/arm9_main.cpp:20: error: 'consoleInitDefault'
was not declared in this scope
c:/devkitpro/projects/demo1/source/arm9_main.cpp:24: warning: 'touchPosition tou
chReadXY()' is deprecated (declared at c:/devkitPro/libnds/include/nds/arm9/input.h:94)
c:/devkitpro/projects/demo1/source/arm9_main.cpp:24: warning: 'touchPosition tou
chReadXY()' is deprecated (declared at c:/devkitPro/libnds/include/nds/arm9/input.h:94)
make[1]: *** [arm9_main.o] Error 1
make: *** [build] Error 2
I'm just getting into this, so I have no idea what's going on here.
Post a Comment
<< Home