esphome / esphome/issues

Error compiling raspiaudio-muse-luxe yaml

Open
#5,861 4 comments 0 reactions 0 assignees View on GitHub
stale
Dominant language
No language data
Stars
313
Forks
40
PR merge metrics
No merged PRs in 30d

Description

### The problem

Unable to install 2024.5.4 update on Raspiaudio Muse Luxe device due to compile errors. See logs below.

### Which version of ESPHome has the issue?

2024.5.4

### What type of installation are you using?

Home Assistant Add-on

### Which version of Home Assistant has the issue?

2024.5.4

### What platform are you using?

ESP32

### Board

_No response_

### Component causing the issue

_No response_

### Example YAML snippet

_No response_

### Anything in the logs that might be useful for us?

```txt
INFO ESPHome 2024.5.4
INFO Reading configuration /config/esphome/raspiaudio-muse-luxe-42455c.yaml...
INFO Updating https://github.com/esphome/esphome.git@pull/3552/head
WARNING GPIO5 is a strapping PIN and should only be used for I/O with care.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
WARNING `attenuation: 11db` is deprecated, use `attenuation: 12db` instead
WARNING GPIO12 is a strapping PIN and should only be used for I/O with care.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
INFO Generating C++ source...
INFO Compiling app...
Processing raspiaudio-muse-luxe-42455c (board: esp-wrover-kit; framework: arduino; platform: platformio/espressif32@5.4.0)
--------------------------------------------------------------------------------
HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
- toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch5
Dependency Graph
|-- AsyncTCP-esphome @ 2.1.3
|-- WiFi @ 2.0.0
|-- FS @ 2.0.0
|-- Update @ 2.0.0
|-- ESPAsyncWebServer-esphome @ 3.2.2
|-- DNSServer @ 2.0.0
|-- ESPmDNS @ 2.0.0
|-- noise-c @ 0.1.4
|-- Wire @ 2.0.0
|-- Improv @ 1.2.3
|-- WiFiClientSecure @ 2.0.0
|-- HTTPClient @ 2.0.0
|-- ESP32-audioI2S @ 2.0.7
|-- FastLED @ 3.3.2
Compiling .pioenvs/raspiaudio-muse-luxe-42455c/libcd9/FastLED/FastLED.cpp.o
Compiling .pioenvs/raspiaudio-muse-luxe-42455c/libcd9/FastLED/bitswap.cpp.o
In file included from .piolibdeps/raspiaudio-muse-luxe-42455c/FastLED/FastLED.h:41,
from .piolibdeps/raspiaudio-muse-luxe-42455c/FastLED/FastLED.cpp:2:
.piolibdeps/raspiaudio-muse-luxe-42455c/FastLED/led_sysdefs.h:48:10: fatal error: Arduino.h: No such file or directory

*****************************************************************
* Looking for Arduino.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:Arduino.h"
* Web > https://registry.platformio.org/search?q=header:Arduino.h
*
*****************************************************************

#include
^~~~~~~~~~~
compilation terminated.
Compiling .pioenvs/raspiaudio-muse-luxe-42455c/libcd9/FastLED/colorpalettes.cpp.o
*** [.pioenvs/raspiaudio-muse-luxe-42455c/libcd9/FastLED/FastLED.cpp.o] Error 1
In file included from .piolibdeps/raspiaudio-muse-luxe-42455c/FastLED/FastLED.h:41,
from .piolibdeps/raspiaudio-muse-luxe-42455c/FastLED/bitswap.cpp:2:
.piolibdeps/raspiaudio-muse-luxe-42455c/FastLED/led_sysdefs.h:48:10: fatal error: Arduino.h: No such file or directory

*****************************************************************
* Looking for Arduino.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:Arduino.h"
* Web > https://registry.platformio.org/search?q=header:Arduino.h
*
*****************************************************************

#include
^~~~~~~~~~~
compilation terminated.
*** [.pioenvs/raspiaudio-muse-luxe-42455c/libcd9/FastLED/bitswap.cpp.o] Error 1
In file included from .piolibdeps/raspiaudio-muse-luxe-42455c/FastLED/FastLED.h:41,
from .piolibdeps/raspiaudio-muse-luxe-42455c/FastLED/colorpalettes.cpp:4:
.piolibdeps/raspiaudio-muse-luxe-42455c/FastLED/led_sysdefs.h:48:10: fatal error: Arduino.h: No such file or directory

*****************************************************************
* Looking for Arduino.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:Arduino.h"
* Web > https://registry.platformio.org/search?q=header:Arduino.h
*
*****************************************************************

#include
^~~~~~~~~~~
compilation terminated.
*** [.pioenvs/raspiaudio-muse-luxe-42455c/libcd9/FastLED/colorpalettes.cpp.o] Error 1
========================= [FAILED] Took 12.92 seconds =========================
```

### Additional information

_No response_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.