Mplab Microchip problem

From: Dan (dan.costin_at_gmail.com)
Date: 12/04/04


Date: 4 Dec 2004 06:24:42 -0800

I use Mplab 6.3 for programming. I also installed piclite.exe for have
a C compiler for my code (generic is asm compiler).
   I use 16f876a. When i compile my design MpLab give me an error:

   --
Executing: "C:\PICCLITE\BIN\PICL.EXE" -C -E"lab1p1.cce" "lab1p1.c"
-O"lab1p1.obj" -I"C:\PICCLITE\lib" -Q -MPLAB -16F876A
Error[000] : Unknown flag -16F876A
Halting build on first failure as requested.
BUILD FAILED:
   --
   
  I dont know why. It is a simple program. I included lib "pic.h"
  This lib is for all pic in family 16f8xx/xxa. If I put 16f877 or
16f877a for synthesis my programm work, but if I put anything else,
like 873/874/876/a it no more work.

  Please help...

  Thanks,