No such file or directory

I wanted to start using Arduino Uno, but when I try to compile any project I get the following error avr-g++: error: C:\Users\Artjoms_Pleckens\AppData\Local\Temp\arduino\sketches\6F9CD5D82707C426CDEC16815806E45A\sketch\sketch_may15b.ino.cpp: No such file or directory
avr-g++: warning: '-x c++' after last input file has no effect
avr-g++: error: device-specs/specs-atmega328p: No such file or directory
exit status 1

Compilation error: exit status 1

What i can do, please, help ?

Welcome to the forum

Can you please say exactly which version of the IDE you are using and which board you have selected in the IDE

Does the path to the file as reported in the error contain any non standard characters ?

Hello!

  1. I am using 2.3.2 version of IDE and in IDE i selected (Arduino Uno, Com10)
    2)How i can check that file as reported in the error contain any non standard characters?

I have moved your topic to the IDE 2.x category of the forum as it is a more logical category

When I saw the xxxx as part of the path
C:\Users\xxxxAppData\Local\Temp\arduino\sketches\6F9CD5D82707C426CDEC16815806E45A\sketch\sketch_may15b.ino.cpp

I wondered if you had edited the error message. Is that the real path or have you edited it ? If you have edited it then please post the actual path. If not then we need to look for another reason for the error

avr-g++: error: C:\Users\Artjoms_Pleckens\AppData\Local\Temp\arduino\sketches\6F9CD5D82707C426CDEC16815806E45A\sketch\sketch_may15b.ino.cpp: No such file or directory
avr-g++: warning: '-x c++' after last input file has no effect
avr-g++: error: device-specs/specs-atmega328p: No such file or directory
exit status 1

Compilation error: exit status 1

Not sure if it's going to help but it sounds like a corrupt installation of the board package.

Use board manager in the IDE to downgrade the AVR board package to a lower version (e.g. 1.8.3) and next upgrade to the current one (1.8.6).

Hello, thank you for reply, but unfortunatelly but it didn't help :frowning: