>I had this same problem i dont know what it is ether!! is it Bimbo?
As you may or may not have seen, we resolved this problem. The compiler
(correctly) assumes that the array or 'unsigned short int's that Bimbo
produces is destined for RAM. So when the ROM starts up, it take the image
in ROM and copies it to RAM, which isn't large enough to store the image
(which takes up 240*160*2 bytes, or 76,800). The way to work around this is
open up the .C file that Bimbo produces and change 'unsigned short int' to
'const unsigned short int'. Since you specify 'const', the compiler knows
that you don't intend on changing array in code, so it knows to keep it in
ROM instead of copying it to RAM. Problem solved.
Stupid like a fox!
Look ma, I'm an artist: http://aaronstj.deviantart.com
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com