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.
Compile problem with FC11
-
B2CAP-V6
- Posts: 21
- http://meble-kuchenne.info.pl
- Joined: Fri Dec 04, 2020 2:15 pm
- Been thanked: 7 times
-
Steve-Matrix
- Matrix Staff
- Posts: 1766
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 258 times
- Been thanked: 413 times
Re: Compile problem with FC11
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.
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.
Re: Compile problem with FC11
Hi Steve,
You can find in attachment the files.
You can find in attachment the files.
- Attachments
-
- Thermo_Baro.msg.txt
- (5.09 KiB) Downloaded 17 times
-
- Thermo_Baro.fcfx
- (25.22 KiB) Downloaded 13 times
-
LeighM
- Valued Contributor
- Posts: 534
- Joined: Mon Dec 07, 2020 1:00 pm
- Has thanked: 94 times
- Been thanked: 287 times
Re: Compile problem with FC11
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
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
Re: Compile problem with FC11
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.
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: 413 times
Re: Compile problem with FC11
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: 413 times
Re: Compile problem with FC11
Now that FC11 is working, I tried compiling again and I still have the same problem.
I've attached the files.
I've attached the files.
- Attachments
-
- Thermo_Baro.msg.txt
- (5.2 KiB) Downloaded 10 times
-
- Thermo_Baro.fcfx
- (25.22 KiB) Downloaded 9 times
-
LeighM
- Valued Contributor
- Posts: 534
- Joined: Mon Dec 07, 2020 1:00 pm
- Has thanked: 94 times
- Been thanked: 287 times
Re: Compile problem with FC11
Have you downloaded and installed the FC11 PIC toolchain from Matrix website?
Ah, edit, I've just looked at your new msg.txt and see that you now have correct compiler.
Must be something else wrong.
Have you done a full component update?
Ah, edit, I've just looked at your new msg.txt and see that you now have correct compiler.
Must be something else wrong.
Have you done a full component update?
-
medelec35
- Valued Contributor
- Posts: 2255
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 694 times
- Been thanked: 766 times
Re: Compile problem with FC11
I find this as odd.
Your project compiles for me without any alterations.
However your txt.msg file suggests a pin is not connected.
As Leigh as suggested have you done a full component database update?
Your project compiles for me without any alterations.
However your txt.msg file suggests a pin is not connected.
As Leigh as suggested have you done a full component database update?
Martin