hellow everyone,

m trying to compile my program but m getting these assembler errors....i've tried to reinstaill my compiler but it is not working and if i set to pic16f877 it compiles successful!...i need help please...

Code:
; m using pic16f877a

led var portc.0
trisb=1
trisc=0
MAIN:
    led=0
MO:
    led=1
    pause 3000
if portb.0=1 then MO
goto main
end
one of the assembler error is " can not open file('include file pic16f877a.INC' not found)


m getting these assembler errors...