I check this thing, because I have also noticed a strong slowdown in activities. The strange thing is that I have a similar machine with the previous version of Platform IO and it doesn’t have these problems.
Both machines are with Win10, I7 core, 16GB RAM and SSD,
but there are different performances of the order of 10X
To complete the information my antivirus on both machines is BitDefender
No, nothing has changed
First she wrote:
[5/18/2022, 15:58:40] Cannot solve configuration with compilerPath “C: /Users/adria/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-gcc.exe” . Alternatively, “cl.exe” will be used.
[5/18/2022, 15:58:40] Cannot solve configuration with compilerPath “C: /Users/adria/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-gcc.exe” . Alternatively, “cl.exe” will be used.
then he rebuilt the folder c: \ user % your_user_name% … platformio
in the end the compilation produced the usual error
Before i moved to MacOs i was using Windows. I always fighted to reduce the amount of resources the Antivirus program was taken during compile. All my Virus exclude attempts (folders, programs, tasks) where most of time gone when Windows did an update. Since it was an old PC the 30% processor time what the virus scanner used was an terrible performance hit. I tried different Anti-Virus all where more or less a pain.
Uninstalling BitDefender does not help, since the Microsoft Antivirus Solution will get active if the 3rd Party AntiVirus Solution is removed.
Good morning everyone,
I solved the compilation problems …
After a series of unsuccessful tests with the disabling of
Bitdefender I did a series of cross-checks between
the machine that works and the one with the problems.
Both machines have an I7 with 16GB of RAM and SSD.
They have the same version of Win10 with the same updates.
It made no sense.
I have analyzed the applications recently installed on the
two machines and I found that on the machine it was giving problems
I found a copy of RAV Antivirus installed.
I removed it and everything was fine including the problems
of slowness.
Bitdefender had nothing to do with it as it is installed on
both machines.
Cross-testing I saw a level problem
of application. It compiles but gives problems at the level of
execution. The thing derives from the passage of the
Espredssif platform from 3.2.1 to 4.3.0.
This is a code-level problem of the framework
so PlatfrmIO has nothing to do with it.
I forced Platformio to use 3.2.1 and now everything is OK