#failure updating bluetooth proxies with latest ESPHome

1 messages · Page 1 of 1 (latest)

shadow vault
#

@charred basin I've def done the following - all of which have failed:

  1. uninstalled and reinstalled the HA ESPHome add-on and attempted to update the Atom Lite bluetooth proxies via the Web UI. ESPHome version is currently 2022.12.3
  2. plugged in one of the Atom Lite bluetooth proxies into my Raspberry Pi 3 that is running my HA installation, thereby connecting to the Atom Lite via serial (USB), and after disabling the house's WiFi (to ensure any communication with the Atom Lite was via the serial connection), attempted to update the Atom Lite
  3. restarted the Atom Lite with the button depressed during the update process to try to see if that helped the 'flashing'
  4. reinstalled the whole BT proxy via https://esphome.github.io/bluetooth-proxies
  5. just now loaded ESPHome onto my desktop via pip - fairly fresh at doing any of this! Can't seem to type the correct command at my terminal window to activate the ESPHome Dashboard via pip. Anyone aware of what command to type at terminal window once ESPHome has been installed to get the ESPHome Dashboard working locally?

Everytime the same errors end up causing failure - as far as I can see - which is cut and pasted in the next post, but seems to be a Compiler problem. Does this mean it's a problem with my hardware? With ESPHome? With something else? Thanks for any assistance - cheers

#
Reading CMake configuration...
-- The C compiler identification is GNU 8.4.0
-- The CXX compiler identification is GNU 8.4.0
-- The ASM compiler identification is GNU
-- Found assembler: /data/cache/platformio/packages/toolchain-xtensa-esp32/bin/xtensa-esp32-elf-gcc
-- Check for working C compiler: /data/cache/platformio/packages/toolchain-xtensa-esp32/bin/xtensa-esp32-elf-gcc
-- Check for working C compiler: /data/cache/platformio/packages/toolchain-xtensa-esp32/bin/xtensa-esp32-elf-gcc -- broken
-- Configuring incomplete, errors occurred!
See also "/data/atom-bluetooth-proxy-06d720/.pioenvs/atom-bluetooth-proxy-06d720/CMakeFiles/CMakeOutput.log".
See also "/data/atom-bluetooth-proxy-06d720/.pioenvs/atom-bluetooth-proxy-06d720/CMakeFiles/CMakeError.log".

fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
CMake Error at /data/cache/platformio/packages/tool-cmake/share/cmake-3.16/Modules/CMakeTestCCompiler.cmake:60 (message):
  The C compiler

    "/data/cache/platformio/packages/toolchain-xtensa-esp32/bin/xtensa-esp32-elf-gcc"

  is not able to compile a simple test program.

  It fails with the following output:

    Change Dir: /data/atom-bluetooth-proxy-06d720/.pioenvs/atom-bluetooth-proxy-06d720/CMakeFiles/CMakeTmp
#
Run Build Command(s):/data/cache/platformio/packages/tool-ninja/ninja cmTC_d2942 && [1/2] Building C object CMakeFiles/cmTC_d2942.dir/testCCompiler.c.obj
    [2/2] Linking C executable cmTC_d2942
    FAILED: cmTC_d2942 
    : && /data/cache/platformio/packages/toolchain-xtensa-esp32/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address   CMakeFiles/cmTC_d2942.dir/testCCompiler.c.obj  -o cmTC_d2942   && :
    /data/cache/platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: /data/cache/platformio/packages/toolchain-xtensa-esp32/bin/../libexec/gcc/xtensa-esp32-elf/8.4.0/liblto_plugin.so: error loading plugin: /data/cache/platformio/packages/toolchain-xtensa-esp32/bin/../libexec/gcc/xtensa-esp32-elf/8.4.0/liblto_plugin.so: cannot open shared object file: No such file or directory
    collect2: error: ld returned 1 exit status
    ninja: build stopped: subcommand failed.
    
    

  

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  /data/cache/platformio/packages/framework-espidf/tools/cmake/project.cmake:296 (__project)
  CMakeLists.txt:3 (project)



========================= [FAILED] Took 160.92 seconds =========================