Bonjour, j'ai un problème avec MPLAB IDE v 8.03, je fais mes programmes en langage C, et quand je build afin de simuler, il m'affiche un tas de problème :
Executing: "C:\Program Files\Picc\CCSC.exe" +FM "test1.c" +DF +LN +T +A +M +Z +Y=9 +EA
*** Error 18 "test1.c" Line 2(10,21): File can not be opened
Not in local "E:\MPLAB\exemple\p16f84a. h"
*** Error 128 "test1.c" Line 4(1,12): A #DEVICE required before this line
*** "test1.c" Line 5: Error #12: Undefined identifier TRISB
*** "test1.c" Line 5: Error #103: Constant out of the valid range
*** "test1.c" Line 7: Error #12: Undefined identifier PORTB
*** "test1.c" Line 7: Error #103: Constant out of the valid range
*** "test1.c" Line 8: Error #12: Undefined identifier -- Dealy_ms
*** "test1.c" Line 9: Error #12: Undefined identifier PORTB
*** "test1.c" Line 9: Error #103: Constant out of the valid range
*** "test1.c" Line 10: Error #12: Undefined identifier -- delay_ms
10 Errors, 0 Warnings.
Halting build on first failure as requested.
BUILD FAILED: Wed Mar 05 18:00:56 2014
Pouvez vous me donner ou me proposer des solutions ???
-----