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
Flowcode 9 and Microchip\xc8\v2.30 Parameter
-
- 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
-
- 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
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
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
-
- 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
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
Thanks in advance
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
Thanks in advance