FQBN: arduino:avr:uno
Using board 'uno' from platform in folder: C:\Users\lazar\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6
Using core 'arduino' from platform in folder: C:\Users\lazar\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6
Detecting libraries used...
C:\Users\lazar\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_UNO -DARDUINO_ARCH_AVR -IC:\Users\lazar\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino -IC:\Users\lazar\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard C:\Users\lazar\AppData\Local\Temp\arduino\sketches\05A0CE43FA408C7F27CC040B598B9295\sketch\sketch_jun9a.ino.cpp -o nul
Alternatives for PCM.h: [PCM@1.0]
ResolveLibrary(PCM.h)
-> candidates: [PCM@1.0]
C:\Users\lazar\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_UNO -DARDUINO_ARCH_AVR -IC:\Users\lazar\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino -IC:\Users\lazar\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard -IC:\Users\lazar\OneDrive\Документы\Arduino\libraries\PCM C:\Users\lazar\AppData\Local\Temp\arduino\sketches\05A0CE43FA408C7F27CC040B598B9295\sketch\sketch_jun9a.ino.cpp -o nul
C:\Users\lazar\OneDrive\Документы\Arduino\sketch_jun9a\sketch_jun9a.ino:1:10: fatal error: PCM.h: No such file or directory
compilation terminated.
Alternatives for PCM.h: [PCM@1.0]
ResolveLibrary(PCM.h)
-> candidates: [PCM@1.0]
exit status 1
Compilation error: PCM.h: No such file or directory
Welcome to the forum
Your post has been split from the old topic that you hijacked
There are known issues in IDE 2.x when using a path with non-ascii characters.
I don't know how OneDrive works but try to add a different directory that only contains ascii characters.
1 Like
it worked thx