I have downloaded both the compiler and HI-TECH PICC LITE v9.50 PL2, I then select the HI-TECH PICC Toolsuite. But when a build the code i get the following error:
any ideas?
Code:
Clean: Deleting intermediary and output files.
Clean: Deleted file "C:\Users\Mitchell\Desktop\PWM\pwm main.cce".
Clean: Done.
Executing: "C:\Program Files (x86)\HI-TECH Software\PICC-Lite\9.50\BIN\PICL.EXE" -C -E"pwm main.cce" "pwm main.c" -O"pwm main.obj" -Zg9 -O -ASMLIST -Q -MPLAB -16F876
Error[922] : chip "16F876" not present in chipinfo file "C:\Program Files (x86)\HI-TECH Software\PICC-Lite\9.50\dat\picc-lite.ini"
Halting build on first failure as requested.
BUILD FAILED: Fri Aug 17 09:56:24 2012
any ideas?