Flowcode 9 and Microchip\xc8\v2.30 Parameter

For general Flowcode discussion that does not belong in the other sections.
Post Reply
SpeedPIC32
Posts: 278
http://meble-kuchenne.info.pl
Joined: Thu Dec 10, 2020 2:35 pm
Location: Germany
Has thanked: 37 times
Been thanked: 17 times

Flowcode 9 and Microchip\xc8\v2.30 Parameter

Post by SpeedPIC32 »

Hi
can the newest compiler XC8 be integrated in FC9?
I can set the path
I miss the parameters.
The values ​​from old forum posts do not work.
The latest XC32 compiler v2.50 works fine.

Thanks in advance

medelec35
Matrix Staff
Posts: 2086
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 644 times
Been thanked: 702 times

Re: Flowcode 9 and Microchip\xc8\v2.30 Parameter

Post by medelec35 »

When you download XC8 tool chain from here
It is version 2.10
The settings for the compiler is
Location: $(compilerpic)batch\pic_xc8_comp.bat
Parameters: $(chip) "$(outdir)" "$(target)"
I have questioned if the batch file is correct, so will leave that up to you if you want to modify it or not
On the other forums I posted about updating the compiler here
Martin

SpeedPIC32
Posts: 278
Joined: Thu Dec 10, 2020 2:35 pm
Location: Germany
Has thanked: 37 times
Been thanked: 17 times

Re: Flowcode 9 and Microchip\xc8\v2.30 Parameter

Post by SpeedPIC32 »

thank you medelec35

it all works very well.
Thank you for your quick help

With the old compiler I had warnings about the build rate Uart 1. They have now disappeared
I still have a problem with the Uart1 receive interrupt
Pic16F18877 32Mhz RX Pin RC6 TX Pin RC7
int.png
int.png (13.76 KiB) Viewed 3484 times

Thanks in advance

Post Reply