Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while compiling in HA #259

Closed
juskalalie opened this issue Feb 29, 2024 · 1 comment
Closed

Error while compiling in HA #259

juskalalie opened this issue Feb 29, 2024 · 1 comment

Comments

@juskalalie
Copy link

This is what I'm getting when doing "install" via HA:

INFO ESPHome 2024.2.1
INFO Reading configuration /config/esphome/helo-power-strip.yaml...
INFO Generating C++ source...
INFO Compiling app...
Processing helo-power-strip (board: wr3e; framework: arduino; platform: https://github.com/libretiny-eu/libretiny.git)
--------------------------------------------------------------------------------
Platform Manager: Installing git+https://github.com/libretiny-eu/libretiny.git
INFO Installing git+https://github.com/libretiny-eu/libretiny.git
git version 2.39.2
Cloning into '/data/cache/platformio/cache/tmp/pkg-installing-nd6orpio'...
Platform Manager: [email protected]+sha.67b92b7 has been installed!
INFO [email protected]+sha.67b92b7 has been installed!
HARDWARE: RTL8710BN 125MHz, 256KB RAM, 788KB Flash
 - framework-arduino-api @ 2022.8.24+sha.237b10a 
 - framework-realtek-amb1 @ 0.0.0+v2022.06.21.sha.c4e44ef 
 - library-flashdb @ 1.2.0+sha.d5c892f 
 - library-freertos @ 8.1.2+sha.776ae6c 
 - library-freertos-port @ 2023.5.23+sha.a917d93 
 - library-lwip @ 2.1.3-amb1+sha.6297b80 
 - library-printf @ 6.1.0+sha.28a79bd 
 - library-uf2ota @ 5.0.0+sha.f955412 
PLATFORM VERSIONS:
 - libretiny @ 1.5.1+sha.67b92b7
 - ltchiptool @ 4.10.2
CUSTOM OPTIONS:
 - fw_name = esphome
 - fw_version = 2024.2.1
Dependency Graph
|-- AsyncTCP-esphome @ 2.0.1
|-- ESPAsyncWebServer-esphome @ 3.1.0
|-- DNSServer @ 1.1.0
|-- noise-c @ 0.1.4
|-- ArduinoJson @ 6.18.5
Compiling .pioenvs/helo-power-strip/src/esphome/components/api/api_connection.cpp.o
sh: 1: arm-none-eabi-g++: not found
Compiling .pioenvs/helo-power-strip/src/esphome/components/api/api_frame_helper.cpp.o
sh: 1: arm-none-eabi-g++: not found
Compiling .pioenvs/helo-power-strip/src/esphome/components/api/api_pb2.cpp.o
sh: 1: arm-none-eabi-g++: not found
Compiling .pioenvs/helo-power-strip/src/esphome/components/api/api_pb2_service.cpp.o
sh: 1: arm-none-eabi-g++: not found
Compiling .pioenvs/helo-power-strip/src/esphome/components/api/api_server.cpp.o
sh: 1: arm-none-eabi-g++: not found
*** [.pioenvs/helo-power-strip/src/esphome/components/api/api_connection.cpp.o] Error 127
Compiling .pioenvs/helo-power-strip/src/esphome/components/api/list_entities.cpp.o
*** [.pioenvs/helo-power-strip/src/esphome/components/api/api_frame_helper.cpp.o] Error 127
*** [.pioenvs/helo-power-strip/src/esphome/components/api/api_pb2.cpp.o] Error 127
*** [.pioenvs/helo-power-strip/src/esphome/components/api/api_pb2_service.cpp.o] Error 127
*** [.pioenvs/helo-power-strip/src/esphome/components/api/api_server.cpp.o] Error 127
sh: 1: arm-none-eabi-g++: not found
*** [.pioenvs/helo-power-strip/src/esphome/components/api/list_entities.cpp.o] Error 127
========================== [FAILED] Took 6.04 seconds ==========================

Any idea?
Thanks!

@kuba2k2
Copy link
Member

kuba2k2 commented Feb 29, 2024

Duplicate: #238

@kuba2k2 kuba2k2 closed this as not planned Won't fix, can't repro, duplicate, stale Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants