winnie 发表于 2009-3-11 14:36:34

请问在MPLAB环境下用PICC编译,出现下列问题是怎么回事啊?

程序很简单,就是测试用的
#include <pic.h> //包含单片机内部资源预定义
main ()
   {
   for(;;)
   {;}
}
编译后出现如下提示
Clean: Deleting intermediary and output files.
Clean: Deleted file "F:\FU1.cce".
Clean: Done.
Executing: "C:\HT-PIC\BIN\PICC.EXE" -C -E"F:\FU1.cce" "FU1.C" -O"F:\FU1.obj" -I"F:" -Q -MPLAB -16F73
Serial number: HCPIC-03944
Licensed to: TEAM RENEGADE
Halting build on first failure as requested.
BUILD FAILED: Tue May 22 12:08:36 2007

请问是不是PICC的问题,还是编译器设置的问题,

winnie 发表于 2009-3-11 14:36:43

你编译器的问题,用正版的肯定能编译通过!
页: [1]
查看完整版本: 请问在MPLAB环境下用PICC编译,出现下列问题是怎么回事啊?