compile error when build to hex

For general Flowcode discussion that does not belong in the other sections.
Post Reply
Maverick
Posts: 68
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:58 am
Has thanked: 27 times
Been thanked: 8 times

Flowcode v10 compile error when build to hex

Post by Maverick »

Hi

from compiler message file

In V9 the pic compiler used is C:\Program Files (x86)\Flowcode\Common\Compilers\pic\bin\xc8.exe which compiles correctly

In V10 the compiler used is C:\Program Files (x86)\Flowcode\Common\Compilers\pic\bin\xc8-cc.exe which does not compile

please advise solution, I've had a look under compiler options but I cannot see where the .exe is speciifed

medelec35
Matrix Staff
Posts: 1451
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 512 times
Been thanked: 472 times

Re: compile error when build to hex

Post by medelec35 »

Hello the correct path should be

Code: Select all

C:\Program Files (x86)\Flowcode\Common\Compilers\picv2\bin
The path you specified is used for Flowocode v7 & v8 compiler only.
I'm surprised it worked for v9
With Flowcode closed, please download the correct compiler from this link.
If you are still having trouble compiling after, please post your .c .fcfx. and .msg.txt files.
If what I suggested works, can you please let me know?
Martin

Maverick
Posts: 68
Joined: Wed Dec 02, 2020 10:58 am
Has thanked: 27 times
Been thanked: 8 times

Re: compile error when build to hex

Post by Maverick »

Thanks Martin

worked fine

medelec35
Matrix Staff
Posts: 1451
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 512 times
Been thanked: 472 times

Re: compile error when build to hex

Post by medelec35 »

Thank you for the post and letting me know it's working.
As it's not a bug, I will move it from the bugs section.
At least if other people have the same issue then they know what to do.
Martin

Post Reply