Page 1 of 1

PIC 8bit toolchain nor gecognized

Posted: Mon Aug 01, 2022 4:10 pm
by jan.didden
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

Re: PIC 8bit toolchain nor gecognized

Posted: Mon Aug 01, 2022 4:24 pm
by BenR
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.
RegCompilers.jpg
RegCompilers.jpg (68.52 KiB) Viewed 1335 times

Re: PIC 8bit toolchain nor gecognized

Posted: Mon Aug 01, 2022 4:38 pm
by jan.didden
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

Re: PIC 8bit toolchain nor gecognized

Posted: Mon Aug 01, 2022 7:39 pm
by medelec35
Hi Jan.
\Common\V9 is correct.
What is not correct is the path.
You have got

Code: Select all

C:\Program Files (x86)\Flowcode\Compilers\picv2
Whereas it should be

Code: Select all

C:\Program Files (x86)\Flowcode\Common\Compilers\picv2
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

Code: Select all

C:\Program Files (x86)\Flowcode\Common\Compilers
just so everything matches.

Re: PIC 8bit toolchain nor gecognized

Posted: Tue Aug 02, 2022 9:00 am
by Steve-Matrix
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.

Re: PIC 8bit toolchain nor gecognized

Posted: Tue Aug 02, 2022 2:11 pm
by jan.didden
@Martin yes that should have been obvious to me :-(
Fixed, thanks.

Jan