Close

MPLAB XC8 v 1.32

A project log for Access B

Create applications in Visual Studio C# that can communicate with a 18F2550 and use it's peripherals

omarOmar 04/28/2016 at 21:352 Comments

Well a little update, if you want to edit/compile without problems this project on MPLAB X you will need to download the old 1.32 version of XC8 to compile the proyect, I had the 1.36 version of XC8 and it don't have plib.h file needed to do some flash erase/write routines, I dont know if the newer version 1.37 of XC8 have the file, I must to try.

So, you can use the actual version of MPLAB X v3.26 with XC8 v1.32 to compile the project.

I still waiting to get the funds to order the PCB from OSHpark, so this project isn't dead.

Discussions

Jarrett wrote 04/28/2016 at 21:46 point

That's a common problem - plib.h is part of the "Legacy Peripherals Library".

Microchip stopped including it in XC8 by default, but you can still download it for the newer compilers. Go here: http://www.microchip.com/mplab/compilers

Then hit "Downloads" and scroll all the way to the bottom.

  Are you sure? yes | no

Omar wrote 04/28/2016 at 23:02 point

Thanks!!

  Are you sure? yes | no