
2 Feb
2005
2 Feb
'05
6:53 p.m.
On Feb 2, 2005, at 12:36 PM, Jerry Van Baren wrote:
Just the standard ones for debugging: -g for symbolic support.
You also have to be careful of processor initialization code that initializes debug control registers. Proper processor set up requires you do this, but of course the BDI2000 is also trying to use these registers to assist with the debug process. You may have to disable this debug register initialization in the code, depending upon the processor, or find some other way of working around this.
-- Dan