hassanzia
Junior Member level 3
- Joined
- Nov 24, 2011
- Messages
- 30
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,506
HI I'm using MPLAB IDE 8.88 with a C18 compiler to compile a codes for PIC microcontrollers. My problem is that whenever I try to build a code, it gives the following errors in the output window. (The codes compile correctly, I have used the same codes on friends laptop and they worked perfectly)
The code that generated the above error just contained a #include line and a void main(void) call. Any suggestions as to how I may remove the error?
0: (718) incompatible intermediate code version; should be 3.2
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
(908) exit status = 1
(908) exit status = 1
Link step failed.
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
: 0: (714) bad intermediate code
(908) exit status = 1
(908) exit status = 1
Link step failed.
The code that generated the above error just contained a #include line and a void main(void) call. Any suggestions as to how I may remove the error?