Re: pic 16f72 8bit ADC for clarification on MPLAB 8.92V
Dear forum,
I have using MPLAB8.92, while i build the code i getting build error. like below, can u give me solution.
Clean: Deleting intermediary and output files.
Clean: Deleted file "K:\PIC TEST\LED BLINK\LEDBlink.p1".
Clean Warning: File "K:\PIC TEST\LED BLINK\blinked.cof" doesn't exist.
Clean Warning: File "K:\PIC TEST\LED BLINK\blinked.hex" doesn't exist.
Clean Warning: File "K:\PIC TEST\LED BLINK\blinked.sym" doesn't exist.
Clean Warning: File "K:\PIC TEST\LED BLINK\blinked.map" doesn't exist.
Clean Warning: File "K:\PIC TEST\LED BLINK\blinked.hxl" doesn't exist.
Clean Warning: File "K:\PIC TEST\LED BLINK\startup.lst" doesn't exist.
Clean Warning: File "K:\PIC TEST\LED BLINK\startup.rlf" doesn't exist.
Clean Warning: File "K:\PIC TEST\LED BLINK\doprnt.p1" doesn't exist.
Clean Warning: File "K:\PIC TEST\LED BLINK\doprnt.pre" doesn't exist.
Clean Warning: File "K:\PIC TEST\LED BLINK\blinked.obj" doesn't exist.
Clean Warning: File "K:\PIC TEST\LED BLINK\blinked.lst" doesn't exist.
Clean Warning: File "K:\PIC TEST\LED BLINK\blinked.rlf" doesn't exist.
Clean: Deleted file "K:\PIC TEST\LED BLINK\blinked.sdb".
Clean Warning: Not deleting file "K:\PIC TEST\LED BLINK\blinked.mcs". It doesn't appear to be a build-state file.
Clean: Done.
Build K:\PIC TEST\LED BLINK\blinked for device 16F72
Using driver C:\Program Files (x86)\HI-TECH Software\PICC\9.83\bin\picc.exe
Executing: "C:\Program Files (x86)\HI-TECH Software\PICC\9.83\bin\picc.exe" --pass1 "K:\PIC TEST\LED BLINK\LEDBlink.c" -q --chip=16F72 -P --runtime=default --opt=default -D__DEBUG=1 -g --asmlist "--errformat=Error [%n] %f; %l.%c %s" "--msgformat=Advisory[%n] %s" "--warnformat=Warning [%n] %f; %l.%c %s"
Executing: "C:\Program Files (x86)\HI-TECH Software\PICC\9.83\bin\picc.exe" -oblinked.cof -mblinked.map --summary=default --output=default LEDBlink.p1 --chip=16F72 -P --runtime=default --opt=default -D__DEBUG=1 -g --asmlist "--errformat=Error [%n] %f; %l.%c %s" "--msgformat=Advisory[%n] %s" "--warnformat=Warning [%n] %f; %l.%c %s"
HI-TECH C Compiler for PIC10/12/16 MCUs (PRO Mode) V9.83
Copyright (C) 2011 Microchip Technology Inc.
Licensed for evaluation purposes only.
This licence will expire on Fri, 03 Jan 2014.
Error [1091] C:\Program Files (x86)\HI-TECH Software\PICC\9.83\sources\float.c; 86. main function "_main" not defined
********** Build failed! **********