Alternatives for IRLremote.h: []

Using board 'uno' from platform in folder: C:\Users\ninet\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.3
Using core 'arduino' from platform in folder: C:\Users\ninet\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.3
Detecting libraries used...
"C:\\Users\\ninet\\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\\ninet\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.3\\cores\\arduino" "-IC:\\Users\\ninet\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.3\\variants\\standard" "C:\\Users\\ninet\\AppData\\Local\\Temp\\arduino-sketch-3407510185A9C9EC6BF8C4721B3FF5DC\\sketch\\sketch_nov2a.ino.cpp" -o nul
Alternatives for IRLremote.h: []
ResolveLibrary(IRLremote.h)
  -> candidates: []
Compilation error: Error: 13 INTERNAL: exit status 1

Hi @enalj. This is currently the Arduino IDE 2.x version of the more intuitive "No such file or directory" error you would get from the classic Arduino IDE.

This error is almost always caused by not having the library installed that provides the mentioned file ("IRLremote.h" in this case). However, in this particular case, the filename closely resembles the "IRremote.h" file that is part of the very popular "IRremote" library. Is it possible you misspelled the filename, or is the file really named "IRLremote.h"?

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