Compile problem with FC11

For general Flowcode discussion that does not belong in the other sections.
Post Reply
B2CAP-V6
Posts: 20
http://meble-kuchenne.info.pl
Joined: Fri Dec 04, 2020 2:15 pm
Been thanked: 7 times

Compile problem with FC11

Post by B2CAP-V6 »

Hello,
I now have another problem: when I compile the flowchart, the compiler returns error messages that I didn't get before. I haven't changed anything except that I installed MPLAB XIDE v6.3, because I bought a Microchip development board (Curiosity Low Pin Count (LPC) Development Board kit) to be able to test the programs in a real-world environment (but it doesn't work in MPLAB either; the compilation also returns errors). Do you have any idea what the problem might be? It's probably related to XC8, but I can't see where.
Attachments
Thermo_Baro.fcfx
(25.22 KiB) Downloaded 7 times

Steve-Matrix
Matrix Staff
Posts: 1766
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 258 times
Been thanked: 412 times

Re: Compile problem with FC11

Post by Steve-Matrix »

What error messages are you seeing?

Please post your ".msg.txt" file as well as the ".fcfx" file as this will often allow us to debug the problem without needing to download and compile your project. It will also rule out any differences in the setup of your toolchain.

B2CAP-V6
Posts: 20
Joined: Fri Dec 04, 2020 2:15 pm
Been thanked: 7 times

Re: Compile problem with FC11

Post by B2CAP-V6 »

Hi Steve,
You can find in attachment the files.
Attachments
Thermo_Baro.msg.txt
(5.09 KiB) Downloaded 9 times
Thermo_Baro.fcfx
(25.22 KiB) Downloaded 6 times

LeighM
Valued Contributor
Posts: 533
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 94 times
Been thanked: 287 times

Re: Compile problem with FC11

Post by LeighM »

You seem to be running an old version of XC8 (V1.45)
Looks like your PIC compiler path is "C:\Program Files (x86)\Flowcode\Compilers\pic\"
This would normally be "C:\Program Files (x86)\Flowcode\Common\Compilers\picv2\"
Please check toolchain location in Global Settings->Locations->PIC

B2CAP-V6
Posts: 20
Joined: Fri Dec 04, 2020 2:15 pm
Been thanked: 7 times

Re: Compile problem with FC11

Post by B2CAP-V6 »

I have a big problem. I uninstalled FC11 and reinstalled it. Now I can't open a flowchart (it opens and disappears immediately, FC closes). I also can't create a new flowchart; the same thing happens!
I don't understand anything anymore.

Steve-Matrix
Matrix Staff
Posts: 1766
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 258 times
Been thanked: 412 times

Re: Compile problem with FC11

Post by Steve-Matrix »

I think there may be an issue with the updates on the website that is causing this problem. I will check now and let you know.

Steve-Matrix
Matrix Staff
Posts: 1766
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 258 times
Been thanked: 412 times

Re: Compile problem with FC11

Post by Steve-Matrix »

I found and fixed a problem. Is it working ok for you now?

Post Reply