新手编译出问题了,求教
程序如下图
编译后失败
----------------------------------------------------------------------
Debug build of project `E:\career\PIC\2015051401\lesson02.mcp' started.
Preprocessor symbol `__DEBUG' is defined.
Thu May 14 22:36:44 2015
----------------------------------------------------------------------
Clean: Deleting intermediary and output files.
Clean: Done.
Executing: "C:\MCC18\bin\mcc18.exe" -p=18F4520 "lesson01.c" -fo="lesson01.o" -D__DEBUG -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
E:\career\PIC\2015051401\lesson01.c:10:Error: syntax error
Halting build on first failure as requested.
----------------------------------------------------------------------
Debug build of project `E:\career\PIC\2015051401\lesson02.mcp' failed.
Preprocessor symbol `__DEBUG' is defined.
Thu May 14 22:36:44 2015
----------------------------------------------------------------------
BUILD FAILED
|