Hi,
Moving to a new laptop, installed FC9 succesfully, then downloaded and ran the toolchain for the 8bit PICs.
When trying to compile the project I get the message Toolchain not installed.
I repeated a few times, with FC9 not open during the toolchain install.
Toolchain is installed, when re-installing I get the 'Repair' option.
Yet I still get the error message on Build.
Is there anything specific I need to do to activate the toolchain?
Jan Didden
PIC 8bit toolchain nor gecognized
-
- Posts: 82
- http://meble-kuchenne.info.pl
- Joined: Thu Dec 17, 2020 3:16 pm
- Has thanked: 20 times
- Been thanked: 12 times
-
- Matrix Staff
- Posts: 1926
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 503 times
- Been thanked: 686 times
Re: PIC 8bit toolchain nor gecognized
Hello Jan,
Nothing else should be required. Do you have anything that's blocking writes to your registry?
Are you familiar with Regedit? If you are then you can check this location and see if there is data there for the Compiler_pic.
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\MatrixTSL\Flowcode\Common
Take care not to edit or delete anything else with Regedit as this can mess up your OS.
Here's how mine looks.
Nothing else should be required. Do you have anything that's blocking writes to your registry?
Are you familiar with Regedit? If you are then you can check this location and see if there is data there for the Compiler_pic.
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\MatrixTSL\Flowcode\Common
Take care not to edit or delete anything else with Regedit as this can mess up your OS.
Here's how mine looks.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Posts: 82
- Joined: Thu Dec 17, 2020 3:16 pm
- Has thanked: 20 times
- Been thanked: 12 times
Re: PIC 8bit toolchain nor gecognized
Hi Ben, thanks for chiming in.
They are there but not under Common but rather under Common>V9.
I did not change any of the default folder locations during install.
Jan
They are there but not under Common but rather under Common>V9.
I did not change any of the default folder locations during install.
Jan
- Attachments
-
- tools.PNG (11.99 KiB) Viewed 3475 times
-
- Matrix Staff
- Posts: 1922
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 623 times
- Been thanked: 645 times
Re: PIC 8bit toolchain nor gecognized
Hi Jan.
\Common\V9 is correct.
What is not correct is the path.
You have got
Whereas it should be
If you double-click on Compiler_pic in the right-hand window you can change the path.
What does the path show Global Settings (Via view menu), Locations Tab?
It should match the registry path for pic.
You could also check that the picv2 folder is indeed
just so everything matches.
\Common\V9 is correct.
What is not correct is the path.
You have got
Code: Select all
C:\Program Files (x86)\Flowcode\Compilers\picv2
Code: Select all
C:\Program Files (x86)\Flowcode\Common\Compilers\picv2
What does the path show Global Settings (Via view menu), Locations Tab?
It should match the registry path for pic.
You could also check that the picv2 folder is indeed
Code: Select all
C:\Program Files (x86)\Flowcode\Common\Compilers
Martin
-
- Matrix Staff
- Posts: 1472
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 204 times
- Been thanked: 349 times
Re: PIC 8bit toolchain nor gecognized
And if you don't want to edit the registry, you can override the locations of the toolchains in the "locations" tab of Flowcode's "global options" screen.
-
- Posts: 82
- Joined: Thu Dec 17, 2020 3:16 pm
- Has thanked: 20 times
- Been thanked: 12 times
Re: PIC 8bit toolchain nor gecognized
@Martin yes that should have been obvious to me 
Fixed, thanks.
Jan

Fixed, thanks.
Jan