PICC又开始**了!多定义一个code就编译不了!晕死我哒~我用的是PICC18 v9.63的PRO试用版,写液晶定义code时,多定义一个就编译不了!出现了这样的提示Advisory[1234] * Corrupted fast interrupt shadow registers
Looping around MACH_ALLOC
********** Build failed! **********
实在是不明白,我的code 是这样定义的
const unsigned char fout32_0[] =
{
0x00,0x00,0x00,0x00,0x40,0xC0,0xC0,0xC0,
0xC0,0xC0,0xE0,0xE0,0xE0,0xE0,0xE0,0x60,
0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x70,0xF0,0x10,0x11,0x98,0xF8,
0x7E,0x0E,0x08,0x3C,0x7F,0x67,0x64,0x04,
0x04,0xCC,0xFC,0xFC,0x78,0x08,0x00,0x00,
0x00,0x00,0x00,0x01,0x02,0x06,0x06,0x06,
0x06,0x06,0x07,0x07,0x03,0x07,0x04,0x08,
0x1C,0x1F,0x07,0x03,0x00,0x00,0x00,0x00,//"西"
};
只要加上这一个就出现了Looping around MACH_ALLOC的提示!屏蔽就好了。希望各位能帮我解决这个问题~ |
|