Page 3 of 3
Re: ESP32 C6 mini compile does not work
Posted: Thu Apr 16, 2026 2:10 pm
by Steve-Matrix
Thanks, Stefan.
None of the C3 and C6 devices are compiling for me. I'm setting up a completely fresh install on another PC to test further because the toolchain installation on my PC may not be clean.
Re: ESP32 C6 mini compile does not work
Posted: Thu Apr 16, 2026 4:35 pm
by Steve-Matrix
I've managed to get Flowcode compiling the C3 and C6 devices now.
To do this, I uninstalled the ESP toolchain installation and installed the v5.3.5 offline version from the Espressif website.
I also had to edit the two ESP batch files in %PROGRAMDATA% to point at v5.3.5 instead of v5.3.1 and I had to tell Flowcode where the new ESP toolchain was located.
[EDIT: it was a bit more complicated that just this. But I have a simpler solution now - see later in this forum thread]
Re: ESP32 C6 mini compile does not work
Posted: Fri Apr 17, 2026 9:13 am
by stefan.erni
Hi Steve
just this file and this line?

- 2026-04-17_10-02-57.PNG (25.63 KiB) Viewed 344 times

- 2026-04-17_10-05-34.PNG (193.85 KiB) Viewed 344 times

- 2026-04-17_10-10-19.PNG (62.28 KiB) Viewed 344 times
Re: ESP32 C6 mini compile does not work
Posted: Fri Apr 17, 2026 10:26 am
by Steve-Matrix
Yes, those are the lines that needs to be changed. But note that I do not have any of those devices and so I've only been able to check that they compile ok.
[EDIT: see my next message for a much simpler solution that avoids changing anything in Flowcode]
Re: ESP32 C6 mini compile does not work
Posted: Fri Apr 17, 2026 2:31 pm
by Steve-Matrix
I have revisited this today and found a neater solution for those Flowcode users who do not want to make the changes necessary to work with the Espressif installation.
For this method, install the Flowcode ESP installer from our downloads page as usual. Some additional files will need to be downloaded and manually added to the toolchain. Other than that, the procedure should involve no edits to Flowcode's batch files or the Flowcode environment.
To add support for the C3 and C6 devices, download the file below and unzip it into the following folder:
Code: Select all
C:\FC_ESP\esp-tools\tools\riscv32-esp-elf\esp-13.2.0_20240530\riscv32-esp-elf\
(assuming the Flowcode ESP32 installation was installed to the default folder).
The file can be downloaded via the link below. It is large (282 MB) and so it is recommended that you only add these files if you require support for the C3 and C6 families.
https://www.flowcode.co.uk/download/fil ... _c3_c6.zip
Note the exact path above because there will be several "riscv32-esp-elf" folders once the files have been unzipped. The following image highlights the added folders and shows their location in the folder tree:

- ESP32 extra files location.png (149.98 KiB) Viewed 311 times
When we have the opportunity, we intend to update the ESP32 toolchain installer so that this additional step is not required in future.
Re: ESP32 C6 mini compile does not work
Posted: Sat Apr 18, 2026 5:05 am
by grout1
That download link in my case only takes to the main flowcode page. I don't see a zip file anywhere?
Re: ESP32 C6 mini compile does not work
Posted: Sat Apr 18, 2026 8:30 am
by LeighM
Login to your Flowcode account, then try the link again