PICO Compiler Toolchain is not installed.

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
HansJuergenHalder
Posts: 11
http://meble-kuchenne.info.pl
Joined: Sat Dec 12, 2020 12:32 am

PICO Compiler Toolchain is not installed.

Post by HansJuergenHalder »

Hello,

When I try to create a new Flowcode program for the RP 2040, I get the following error message:
PICO Compiler Toolchain is not installed.

1. I can work with pico-sdk in VS Code.
2. Flowcode Toolchain is installed.
3. The folder for pico-sdk is entered in the global settings.

chipfryer27
Valued Contributor
Posts: 1704
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 374 times
Been thanked: 588 times

Re: PICO Compiler Toolchain is not installed.

Post by chipfryer27 »

Hi

This link details installation of toolchains

https://www.flowcode.co.uk/wiki/index.p ... Toolchains

At the bottom you will see further links to install ESP and Pico toolchains.

It is very important that you follow the guides exactly as documented. If you change directories or install different versions from the documentation then you will most likely face issues.

Once installed, remember to set your Com Port under Project Options too, so FC knows which PC port you are using.

Hope this helps.

medelec35
Matrix Staff
Posts: 2097
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 650 times
Been thanked: 705 times

Re: PICO Compiler Toolchain is not installed.

Post by medelec35 »

Hello.
The Toolchain is not installed is caused by not adding the correct path within File > Global Options ... > Location tab
Check the path for PICO is correct.
Martin

HansJuergenHalder
Posts: 11
Joined: Sat Dec 12, 2020 12:32 am

Re: PICO Compiler Toolchain is not installed.

Post by HansJuergenHalder »

Hello,

I installed the missing tools according to these instructions https://www.flowcode.co.uk/wiki/index.p ... Toolchains

The path was automatically added by Flowcode

RPI Toolchain is installed under ...\pico_sdk

HansJuergenHalder
Posts: 11
Joined: Sat Dec 12, 2020 12:32 am

Re: PICO Compiler Toolchain is not installed.

Post by HansJuergenHalder »

Additional information

When starting Flowcode, I receive the additional error message
“Definition file Free Target ... Raspberry.Pi_Pico.FCD” is missing.

Post Reply