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
ESP32 - Can compile to C but not to HEX or TARGET
-
- 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
Last edited by migpbs on Mon Aug 23, 2021 8:54 pm, edited 3 times in total.
Re: Can compile to C but not to ESP32
Now the images are all here...
Thanks in advance again...
Miguel
-
- 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
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?
-
- 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
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.