2015-03-18, 21:18:00
I've had the same errors, these warnings "src/ds30loader.s:62: Error: can't open settings.inc for reading" mean it can't find the .inc files and because of that it fails to build.
In my case it was because I was using MPLABX and it created its own project folder in the same directory as the src folder so I had to go through the files and change any reference to src/somefilename.inc to ../src/somefilename.inc to give it the correct path to the files relative to the new project folder, or I guess I could have moved the src folder into the MPLABX generated folder.
I've used it with the same pic and it works fine using XC16.
In my case it was because I was using MPLABX and it created its own project folder in the same directory as the src folder so I had to go through the files and change any reference to src/somefilename.inc to ../src/somefilename.inc to give it the correct path to the files relative to the new project folder, or I guess I could have moved the src folder into the MPLABX generated folder.
I've used it with the same pic and it works fine using XC16.