Page 1 of 1

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

Posted: Mon Aug 23, 2021 8:44 pm
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 4531 times
Capture1.JPG
Capture1.JPG (70.87 KiB) Viewed 4531 times
Capture2.JPG
Capture2.JPG (73.13 KiB) Viewed 4531 times

Re: Can compile to C but not to ESP32

Posted: Mon Aug 23, 2021 8:46 pm
by migpbs
Capture3.JPG
Capture3.JPG (98.94 KiB) Viewed 4529 times
Capture5.jpg
Capture5.jpg (113.11 KiB) Viewed 4529 times
Capture4.JPG
Capture4.JPG (111.21 KiB) Viewed 4529 times

Re: Can compile to C but not to ESP32

Posted: Mon Aug 23, 2021 8:47 pm
by migpbs
.Capture_.JPG
.Capture_.JPG (38.53 KiB) Viewed 4529 times
Capture6.JPG
Capture6.JPG (40.92 KiB) Viewed 4529 times
Capture7.JPG
Capture7.JPG (66.95 KiB) Viewed 4529 times

Re: Can compile to C but not to ESP32

Posted: Mon Aug 23, 2021 8:49 pm
by migpbs
Capture8.JPG
Capture8.JPG (39.22 KiB) Viewed 4529 times

Now the images are all here...

Thanks in advance again...

Miguel

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

Posted: Tue Aug 24, 2021 9:38 am
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?

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

Posted: Tue Aug 24, 2021 10:00 am
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.