Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
dsPIC compiler issues
#2
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.
Reply


Messages In This Thread
dsPIC compiler issues - by richcj10 - 2015-03-17, 07:53:47
RE: dsPIC compiler issues - by slacker - 2015-03-18, 21:18:00
RE: dsPIC compiler issues - by richcj10 - 2015-03-24, 04:40:15

Forum Jump:


Users browsing this thread: 1 Guest(s)