DJP
10/03/2006, 21h42
> "make"
template.c
linking cartridge
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .data is not within region iwram
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .iwram0 is not within region iwram
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .iwram1 is not within region iwram
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .iwram2 is not within region iwram
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .iwram3 is not within region iwram
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .iwram4 is not within region iwram
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .iwram5 is not within region iwram
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .iwram6 is not within region iwram
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .iwram7 is not within region iwram
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .iwram8 is not within region iwram
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .iwram9 is not within region iwram
make[1]: *** [/c/devkitPro/examples/gba/test/test.elf] Error 1
"make": *** [build] Error 2
> Process Exit Code: 2
> Time Taken: 00:05
Voila, on commence direct par le problème :p
Donc ceci est causé par l'utilisation d'une grosse matrice (100+ * 100+) donc je voudrais savoir s'il y a un moyen de regler se probleme. Je ne suis pas encore très au point sur les différentes mémoires de la GBA donc ... :(
(ce n'est pas pour un jeu, même si ça pourrais améliorer sudoku micro, c'est pour porter un truc pour le fun)
template.c
linking cartridge
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .data is not within region iwram
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .iwram0 is not within region iwram
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .iwram1 is not within region iwram
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .iwram2 is not within region iwram
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .iwram3 is not within region iwram
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .iwram4 is not within region iwram
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .iwram5 is not within region iwram
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .iwram6 is not within region iwram
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .iwram7 is not within region iwram
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .iwram8 is not within region iwram
c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-elf\bin\ld.exe: address 0x300800c of c:/devkitPro/examples/gba/test/test.elf section .iwram9 is not within region iwram
make[1]: *** [/c/devkitPro/examples/gba/test/test.elf] Error 1
"make": *** [build] Error 2
> Process Exit Code: 2
> Time Taken: 00:05
Voila, on commence direct par le problème :p
Donc ceci est causé par l'utilisation d'une grosse matrice (100+ * 100+) donc je voudrais savoir s'il y a un moyen de regler se probleme. Je ne suis pas encore très au point sur les différentes mémoires de la GBA donc ... :(
(ce n'est pas pour un jeu, même si ça pourrais améliorer sudoku micro, c'est pour porter un truc pour le fun)