Problem programming

For general Flowcode discussion that does not belong in the other sections.
Post Reply
peterhalloway
Posts: 34
http://meble-kuchenne.info.pl
Joined: Sat Nov 20, 2021 11:28 am
Has thanked: 1 time

Flowcode v10 Problem programming

Post 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.
Attachments
flowcode compiler issue.pdf
(35.77 KiB) Downloaded 29 times

medelec35
Valued Contributor
Posts: 2268
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 697 times
Been thanked: 767 times

Re: Problem programming

Post 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?
Martin

Post Reply