|
MPLAB IDE 编译程序时报错(copy了一个简单的例子,可以肯定程序没有错误,可能是环境没配置好)
Debug build of project `D:\Zigbee\exp\hello.mcp' started.
Preprocessor symbol `__DEBUG' is defined.
Tue Jun 01 17:56:48 2010
----------------------------------------------------------------------
Clean: Deleting intermediary and output files.
Clean: Deleted file "D:\Zigbee\exp\hello.mcs".
Clean: Done.
Executing: "D:\soft\MCC18\bin\cpp18.exe" -p=18F4620 /i"D:\soft\MCC18\h" "main.c" -fo="main.o" -D__DEBUG -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
-p=18F4620: unknown option
Halting build on first failure as requested.
----------------------------------------------------------------------
Debug build of project `D:\Zigbee\exp\hello.mcp' failed.
Preprocessor symbol `__DEBUG' is defined.
Tue Jun 01 17:56:48 2010
----------------------------------------------------------------------
BUILD FAILED
|
|