I am trying to load project on MPLAB X IDE V4.15 written for PIC32MX270F256B on XC32 compiler V1.4 . When I load this project I got this error :-
Error: Project "Bus_ClassD" refers to file "app_32MX250F128B.ld" which does not exist in the disk. The project failed to load.
I didn't get much detail about this error on google. So, initially I ignore this error and try to compile. On compiling I got this error:-
src/../inc/include_files.h:17:30: fatal error: plib.h: No such file or directory
So, I installed peripheral libraries.Then on compilation I got this error:-
src/usb_host_msd.c:165:0: warning: "STATE_HOLDING" redefined [enabled by default]
#define STATE_HOLDING 0x0060 // Holding due to an error
I can't figure out the issue. Please suggest me what can be the reasons for these errors.