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.
Problem programming
-
peterhalloway
- Posts: 34
- http://meble-kuchenne.info.pl
- Joined: Sat Nov 20, 2021 11:28 am
- Has thanked: 1 time
-
medelec35
- Valued Contributor
- Posts: 2268
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 697 times
- Been thanked: 767 times
Re: Problem programming
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:
Parameters:
If your Location and parameters are different, what have you got?
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.batParameters:
Code: Select all
"$(compilerpic)" $(chip) "$(outdir)" "$(target)"Martin