Page 1 of 1

license

Posted: Sat Mar 18, 2023 1:36 am
by grout1
Hi,have just loaded flowcode 10. I have a basic comms license for ESP32 IN VERSION 9 FLOWCODE. When I try to compile it reports that I don't have a valid license ! Deg1 <Email removed by admin>

Re: license

Posted: Sat Mar 18, 2023 10:25 am
by medelec35
Hi there are no components requiring a license.
Unlike Flowcode V9, with v10 all components are free.
Could it be the target device you are using is what is requiring the license?
All the free microcontrollers are listed here
You can also see what microcontrollers are free, from within Flowocde.
Either New project, then under Choose a Target. expand the Free targets.
Or if you have a project loaded, the same Choose a Target option is via Build > Project Options
I have removed your email so you are not bombarded with spam emails

Re: license

Posted: Tue Mar 21, 2023 11:16 pm
by Deg1
Thanks for that. I have a comms license(can't remember which)for Esp 32 in flowcode 9, thats what I am trying to do in version ten.I thought perhaps I needed that license in ten?
Thanks

Re: license

Posted: Tue Mar 21, 2023 11:24 pm
by medelec35
Can you post your project file with the .fcfx extension?
I will see if you need a chip pack before you can compile.

esp tool chain

Posted: Mon Mar 27, 2023 11:48 pm
by grout1
I have spent many hours trying to get to the point of being able to compile esp.
I have followed all advice about installing tool chain to no avail. each time the error is the same, not found at whichever location expresiff is actually located. In each case export.bat seems to be the first file required it can't find. I am about to give up, I have purchased one of the comms options,and it does seem a shame.

Re: license

Posted: Tue Mar 28, 2023 8:01 am
by medelec35
Sorry to hear you are still having problems.
If you can post your .msg.txt & and .fcfx files we can see if we help you further.

Re: license

Posted: Tue Mar 28, 2023 9:24 am
by Steve-Matrix
We are not fully in control of the 3rd party toolchain install for the ESP devices, but we have managed to help others with similar issues get up and running with that toolchain. You need to follow the instructions we provide precisely, including exact versions of the various components of the install. Let us know if you get any errors during this process (exact error messages and/or screenshots will help) so we know at what part the installer seems to be failing.

One other thing that may help is to enable short filename (8.3) support in your OS before you install the toolchain as this may affect how the toolchain finds files. And I seem to remember I needed to perform an OS restart at the end of the installation process before compilation worked correctly.