Compilation Error 0xc0000135

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

Your topic has been moved to the dedicated IDE 2.x section of the forum.


Possible solution: Compilation error: exit status 0xc0000135 - #7 by ptillisch

1 Like

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