#71156 - dj_yt - Fri Feb 10, 2006 6:33 pm
Hi there,
Was just messing around with some DS development. Started porting an emulator and get the following error when linking:
d:\coding\ds\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-el
f\bin\ld.exe: address 0x259b380 of d:/coding/source
.elf section .bss is not within region ewram
I guess this means the code is too big to fit in the DS's 4mb of EWRAM...
What's the best way of determining how much over the mark I am? I want to know whether to optimise or give up on this project...
Thanks..
Was just messing around with some DS development. Started porting an emulator and get the following error when linking:
d:\coding\ds\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.0.2\..\..\..\..\arm-el
f\bin\ld.exe: address 0x259b380 of d:/coding/source
.elf section .bss is not within region ewram
I guess this means the code is too big to fit in the DS's 4mb of EWRAM...
What's the best way of determining how much over the mark I am? I want to know whether to optimise or give up on this project...
Thanks..