按照附件的移植教程 到最后出现错误
..\GUI\LCDDriver\LCDDummy.c(109): error: #18: expected a ")"
..\GUI\LCDDriver\LCDDummy.c(110): error: #20: identifier "pTrans" is undefined
..\GUI\LCDDriver\LCDDummy.c(112): error: #20: identifier "Diff" is undefined
..\GUI\LCDDriver\LCDDummy.c(116): error: #20: identifier "p" is undefined
..\GUI\LCDDriver\LCDDummy.c(121): error: #20: identifier "xsize" is undefined
..\GUI\LCDDriver\LCDDummy.c(125): error: #20: identifier "p" is undefined
..\GUI\LCDDriver\LCDDummy.c(136): error: #20: identifier "p" is undefined
..\GUI\LCDDriver\LCDDummy.c(155): error: #18: expected a ")"
..\GUI\LCDDriver\LCDDummy.c(156): error: #20: identifier "p" is undefined
..\GUI\LCDDriver\LCDDummy.c(157): error: #20: identifier "Diff" is undefined
..\GUI\LCDDriver\LCDDummy.c(161): error: #20: identifier "pTrans" is undefined
..\GUI\LCDDriver\LCDDummy.c(171): error: #20: identifier "xsize" is undefined
..\GUI\LCDDriver\LCDDummy.c(181): error: #20: identifier "xsize" is undefined
..\GUI\LCDDriver\LCDDummy.c(198): error: #20: identifier "xsize" is undefined
..\GUI\LCDDriver\LCDDummy.c(211): error: #20: identifier "xsize" is undefined
..\GUI\LCDDriver\LCDDummy.c(223): error: #18: expected a ")"
..\GUI\LCDDriver\LCDDummy.c(224): error: #20: identifier "p" is undefined
..\GUI\LCDDriver\LCDDummy.c(225): error: #20: identifier "Diff" is undefined
..\GUI\LCDDriver\LCDDummy.c(229): error: #20: identifier "pTrans" is undefined
..\GUI\LCDDriver\LCDDummy.c(239): error: #20: identifier "xsize" is undefined
..\GUI\LCDDriver\LCDDummy.c(249): error: #20: identifier "xsize" is undefined
..\GUI\LCDDriver\LCDDummy.c(266): error: #20: identifier "xsize" is undefined
..\GUI\LCDDriver\LCDDummy.c(279): error: #20: identifier "xsize" is undefined
..\GUI\LCDDriver\LCDDummy.c(291): error: #18: expected a ")"
..\GUI\LCDDriver\LCDDummy.c(295): error: #20: identifier "pTrans" is undefined
..\GUI\LCDDriver\LCDDummy.c(296): error: #20: identifier "xsize" is undefined
..\GUI\LCDDriver\LCDDummy.c(296): error: #20: identifier "p" is undefined
..\GUI\LCDDriver\LCDDummy.c(301): error: #20: identifier "xsize" is undefined
..\GUI\LCDDriver\LCDDummy.c(301): error: #20: identifier "p" is undefined
..\GUI\LCDDriver\LCDDummy.c(308): error: #20: identifier "xsize" is undefined
这个怎么解决 |