Download and install the latest version of MPLAB from Microchip.com This will install the headers for new PIC types.
Download and install the latest version of MPLAB from Microchip.com This will install the headers for new PIC types.
Thanks a lot, Bruce.
I thought of this solution, but was trying to avoid having to download the 113MB file. Downloading the MPASM file with the include files for the recent devices that version 2.60B can support would have been ideal. But it appears that ME Labs have not updated the MPASM file after March 2008.
Regards,
Bala
can you put a link,so I can download the MCS and PBP last versions
because when I compile a code for example in the code is this line:
@ DEVICE pic16F628A, INTRC_OSC_NOCLKOUT
@ DEVICE pic16F628A, WDT_OFF
@ DEVICE pic16F628A, PWRT_ON
@ DEVICE pic16F628A, BOD_OFF
@ DEVICE pic16F628A, MCLR_OFF
@ DEVICE pic16F628A, LVP_OFF
@ DEVICE pic16F628A, CPD_OFF
@ DEVICE pic16F628A, PROTECT_OFF
and when I want to compile there is an error.When I delete this lines it can compile the code.
Is the problem in the old version of PBP and MCS?
Bookmarks