Closed DexterHaslem closed 5 years ago
After some more investigation with same setup working on Linux and OSX, I found root cause.
To fix this error on windows, move the project closer to root of drive, eg moving to C:\amazon-freertos
and opening project from there worked on windows!
I ran into this issue (../templates/* source files not being found) when creating a bootloader project for an existing application. I had the source in my user directory (C:\Users\user\work\company\project\repo) and couldn't get the bare, new bootloader project to compile. Indeed, moving the source tree closer to the root of my drive (C:\dev\repo) allows the bootloader project to compile. This issue was experienced w/ xc32 v2.40, harmony v2.06 and mplabx v5.35.
Thanks for your time investigating, it has saved me a ton of time today.
Describe the bug After a fresh clone of master, opening
demos\microchip\curiosity_pic32mzef\mplab
project and trying to compile fails. I've tried xc32 2.10 and 2.15, error is the same. It fails pretty immediately on bootloaderThis is on the latest version of MPLAB X v5.15, It keeps modifying project files with no UI interaction every few minutes with the the following changes (patch below) which is likely the culprit? Any idea which MPLAB version to use or how to fix would be appreciated.