#119521 - Lupi - Fri Feb 23, 2007 11:48 pm
Well, I have decided to go the Linux way with NDS programming. I have setted the enviroment and I tried compiling all the nds-examples and I got no error.
Then I tried compiling my own code, but I get some errors
I have done a google search and ScuumVM had some issues with the same problem because the old version didn't support devkitpro r20
My question, what are the new names of VRAM registers?
Sorry if this has been asked before
Then I tried compiling my own code, but I get some errors
Code: |
/home/****/NDS/PROYECTOS/DSProyect/arm9/source/main.cpp -o main.o
/home/****/NDS/PROYECTOS/DSProyect/arm9/source/main.cpp: In function 'void IniciaVideo()': /home/****/NDS/PROYECTOS/DSProyect/arm9/source/main.cpp:94: error: 'VRAM_A_MAIN_BG_0x6000000' was not declared in this scope /home/****/NDS/PROYECTOS/DSProyect/arm9/source/main.cpp:95: error: 'VRAM_B_MAIN_BG_0x6020000' was not declared in this scope /home/****/NDS/PROYECTOS/DSProyect/arm9/source/main.cpp:96: error: 'VRAM_C_SUB_BG_0x6200000' was not declared in this scope |
I have done a google search and ScuumVM had some issues with the same problem because the old version didn't support devkitpro r20
My question, what are the new names of VRAM registers?
Sorry if this has been asked before