I have a problem loading code into Arduino ESP32 Xtensa-esp32-elf-g++: error: CreateProcess: No such file or directory etc

Hello everyone, I have a problem with which I have been suffering for quite some time!
I have already reinstalled Arduino ide and esp32 and everything is everything
But the problem was not solved
I use esp 32 silabs cp2102 DCL00X 2230+
In Arduino ide I use ESP32 Dev Module
Port 6
Drivers downloaded
here is VID 0x10C4 and PID 0xEA60
here is the code

void setup() {
   // put your setup code here, to run once:
     Serial.begin(115200);
}

void loop() {
   // put your main code here, to run repeatedly:
     Serial.println("Hello world!");
}

Arduino ide version 2.2.1
ESP32 version 2.0.11
here are additional links for boards
http://arduino.esp8266.com/stable/package_esp8266com_index.json
https://dl.espressif.com/dl/package_esp32_index.json

and these are the errors the program gives me:
xtensa-esp32-elf-g++: error: CreateProcess: No such file or directory
exit status 1

Compilation error: exit status 1

The problem was Windows Defender
OFF!!!

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.