platformio / platformio-home

PlatformIO Home
https://docs.platformio.org/page/home/index.html
Apache License 2.0
95 stars 62 forks source link

Libraries not working - IRremote (fatal error: IRremote.h: No such file or directory) #1400

Closed dee-max closed 3 years ago

dee-max commented 4 years ago

STEP 1: I Installed IRremote by Taguchi Yuuki for particular project. STEP 2: I have checked and found that the libraries are available under "project-folder.pio\libdeps\nanoatmega328\IRremote\" STEP 3: Just included the #include header declaration STEP 4: Click Build. But when i compile am still getting below error. STEP 5: Checked the Platform.ini file and it contains the entry for the IRremote (included below) STEP 6: Error below

ERROR

Processing nanoatmega328 (platform: atmelavr; board: nanoatmega328; framework: arduino)

Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/nanoatmega328.html PLATFORM: Atmel AVR (2.2.0) > Arduino Nano ATmega328 HARDWARE: ATMEGA328P 16MHz, 2KB RAM, 30KB Flash DEBUG: Current (simavr) On-board (simavr)
PACKAGES:

compilation terminated. *** [.pio\build\nanoatmega328\src\main.cpp.o] Error 1 ====================================================== [FAILED] Took 1.58 seconds ======================================================

Platform.ini

; PlatformIO Project Configuration File ; ; Build options: build flags, source filter ; Upload options: custom upload port, speed and extra flags ; Library options: dependencies, extra library storages ; Advanced options: extra scripting ; ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html

[env:nanoatmega328] platform = atmelavr board = nanoatmega328 framework = arduino lib_deps = mbed-yuhki50/IRremote@0.0.0+sha.c82a0d54a024

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. Please provide more details or it will be closed if no further activity occurs. Thank you for your contributions.