Hi am using MPLAB XIDE v2.26. I have created new project for PIC32mx3048ech144 which builds for main.c with only while(1). When I include plib.h header file it generates list of errors. The log is shown below:
code:
#include<p32xxxx.h>
#include<plib.h>
// Function Prototypes
int...