I am getting this compilation error 0xc0000135. I am using 2.3.2 on windows 11 PC.
This is occurring on sketches previously created on this PC. It happens with several different nano boards and mega2560. It compiles okay with an ESP32-WROOM-32. these sketches also compile okay on a lap top using 2.3.2.
I have tried following the error line. When I get to AVR-G++ a message comes up LIBWINDTHREAD-1DLL
I have no clue as to how to fix this problem.
This is the error line:
FQBN: arduino:avr:nano
Using board 'nano' from platform in folder: C:\Users\SMLud\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6
Using core 'arduino' from platform in folder: C:\Users\SMLud\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6
Detecting libraries used...
C:\Users\SMLud\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR -IC:\Users\SMLud\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino -IC:\Users\SMLud\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\eightanaloginputs C:\Users\SMLud\AppData\Local\Temp\arduino\sketches\752EA6F8C7C668805C403B6074E50ADB\sketch\12DaysOfXmazV3.ino.cpp -o nul
Error while detecting libraries included by C:\Users\SMLud\AppData\Local\Temp\arduino\sketches\752EA6F8C7C668805C403B6074E50ADB\sketch\12DaysOfXmazV3.ino.cpp
Generating function prototypes...
C:\Users\SMLud\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR -IC:\Users\SMLud\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino -IC:\Users\SMLud\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\eightanaloginputs C:\Users\SMLud\AppData\Local\Temp\arduino\sketches\752EA6F8C7C668805C403B6074E50ADB\sketch\12DaysOfXmazV3.ino.cpp -o C:\Users\SMLud\AppData\Local\Temp\1641314901\sketch_merged.cpp
exit status 0xc0000135
Compilation error: exit status 0xc0000135