Page 1 of 1

Problem programming

Posted: Sun Mar 15, 2026 12:51 pm
by peterhalloway
HI All
I have just come back to compile a hex file and I have been getting errors, even though I changed nothing at this point. I did try to make some changes in the compiler options but still having issues. I will attach a screen shot I am hoping someone can point me in the right direction please.

Re: Problem programming

Posted: Mon Mar 16, 2026 2:06 am
by medelec35
Please don't screenshot compiler messages.
Either attach .msg.txt file or copy and paste messages within a forum code tags.
From what I can see the original compiler settings have been manually overwritten.
Within Build > Compiler Options... For the PIC section you should have...

Location:

Code: Select all

$(fcddir)PIC\batch\pic_xc8_comp.bat

Parameters:

Code: Select all

"$(compilerpic)" $(chip) "$(outdir)" "$(target)"
If your Location and parameters are different, what have you got?