alpine-pkg-glibc icon indicating copy to clipboard operation
alpine-pkg-glibc copied to clipboard

Relink /usr/lib/libgcc_s.so.1 with /usr/glibc-compat/lib/libc.so.6'for IFUNC symbol memset

Open hydazz opened this issue 3 years ago • 0 comments

I have ESPHome installed on an alpine image with glibc. (esphome dependencies need glibc) xtensa-esp32-elf-g++ fails to compile, compiling for the esp8266 works, but compiling for the esp32 fails

xtensa-esp32-elf-g++: /usr/lib/libstdc++.so.6: no version information available (required by xtensa-esp32-elf-g++)
xtensa-esp32-elf-g++: Relink `/usr/lib/libgcc_s.so.1' with `/usr/glibc-compat/lib/libc.so.6' for IFUNC symbol `memset'

I have looked here and cannot find a solution. anyone know whats causing this?

hydazz avatar Sep 14 '22 11:09 hydazz