As a new user to the ESP32 world, I’ve been trying to get my ESP32 up and running for the first time. I’ve attempted installations both through my Raspberry Pi’s USB port and my PC’s USB, but unfortunately, neither has worked out. I keep encountering the same error message, which has left me a bit stuck. Here’s what I’ve encountered:
INFO ESPHome 2023.12.8
INFO Reading configuration /config/esphome/esp-home.yaml…
INFO Generating C++ source…
INFO Compiling app…
Processing esp-home (board: esp32dev; framework: arduino; platform: platformio/espressif32@5.4.0)
— Library Manager: Installing esphome/AsyncTCP-esphome @ 2.0.1
INFO Installing esphome/AsyncTCP-esphome @ 2.0.1
Unpacking [####################################] 100%
Library Manager: AsyncTCP-esphome@2.0.1 has been installed!
INFO AsyncTCP-esphome@2.0.1 has been installed!
…
xtensa-esp32-elf-g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
- [.pioenvs/esp-home/src/esphome/components/api/api_pb2.cpp.o] Error 1
I’ve tried resetting the network settings, reinstalling dependencies, and even flashing the ESP32 multiple times, but the issue persists. I’m wondering if there’s something I’m missing in the setup process or if there are specific configurations that need to be adjusted to resolve this compilation error.
Has anyone else encountered similar issues with ESP32 installations? Any guidance or troubleshooting steps would be greatly appreciated! I’m really looking forward to getting this project up and running, and your help would mean a lot.
Thanks in advance for your support!