The problem with this fix is that the variable will be global and always exist. If I begin to declare variables in this way, I will end up using much or all of my memory. That is why I always use local variables as much as possible.
Is there any fix to this bug? Are they planning on fixing it? the most important thing is the known bug in gdb, when it cannot load symbols from the image, where is no data section exists. the led example does not :) so, if you put in this test something like int dummy = 1; before main, that will solve most problems... -- View this message in context: http://www.nabble.com/MSPGCC-and-Eclipse-Common-Problems-tf3934503.html#a11185721 Sent from the MSP430 gcc - Users mailing list archive at Nabble.com.
