ESP32 - Can compile to C but not to HEX or TARGET

For general Flowcode discussion that does not belong in the other sections.
Post Reply
migpbs
Posts: 4
http://meble-kuchenne.info.pl
Joined: Wed Aug 18, 2021 9:39 pm

ESP32 - Can compile to C but not to HEX or TARGET

Post by migpbs »

It´s all about an ultra simple pin change on ESP32 test.

It compiles to C but neither to hex nor to target chip ESP32 .

I've been searching and reading here on forums but did not solve the problem yet.

I installed the toolchain following the known pdf intructions...

I have several screenshots, from the comfiguration to the error .

Can someone help me from them ?

Thanks in advance,

(it seams I can only put 3 images per post, next ones are on replies from my own)

Miguel

Capture.JPG
Capture.JPG (119.29 KiB) Viewed 4526 times
Capture1.JPG
Capture1.JPG (70.87 KiB) Viewed 4526 times
Capture2.JPG
Capture2.JPG (73.13 KiB) Viewed 4526 times
Last edited by migpbs on Mon Aug 23, 2021 8:54 pm, edited 3 times in total.

migpbs
Posts: 4
Joined: Wed Aug 18, 2021 9:39 pm

Re: Can compile to C but not to ESP32

Post by migpbs »

Capture3.JPG
Capture3.JPG (98.94 KiB) Viewed 4524 times
Capture5.jpg
Capture5.jpg (113.11 KiB) Viewed 4524 times
Capture4.JPG
Capture4.JPG (111.21 KiB) Viewed 4524 times

migpbs
Posts: 4
Joined: Wed Aug 18, 2021 9:39 pm

Re: Can compile to C but not to ESP32

Post by migpbs »

.Capture_.JPG
.Capture_.JPG (38.53 KiB) Viewed 4524 times
Capture6.JPG
Capture6.JPG (40.92 KiB) Viewed 4524 times
Capture7.JPG
Capture7.JPG (66.95 KiB) Viewed 4524 times

migpbs
Posts: 4
Joined: Wed Aug 18, 2021 9:39 pm

Re: Can compile to C but not to ESP32

Post by migpbs »

Capture8.JPG
Capture8.JPG (39.22 KiB) Viewed 4524 times

Now the images are all here...

Thanks in advance again...

Miguel

Steve-Matrix
Matrix Staff
Posts: 1554
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 214 times
Been thanked: 362 times

Re: ESP32 - Can compile to C but not to HEX or TARGET

Post by Steve-Matrix »

The error is saying that "git" is not installed, but it is part of the installation instructions (page 2 of the pdf). Maybe "git" was not installed correctly during the procedure?

Steve-Matrix
Matrix Staff
Posts: 1554
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 214 times
Been thanked: 362 times

Re: ESP32 - Can compile to C but not to HEX or TARGET

Post by Steve-Matrix »

More specifically, it looks like "git" might be installed, but for some reason your environment "path" variable does not have it. You can confirm this by opening a command prompt in Windows (click start and type "cmd") and then type "git" at the prompt. It should show some usage options for git. You can also type "path" in the command prompt and see if the git folder is referenced in the output.

Post Reply