esp-rs / espup

Tool for installing and maintaining Espressif Rust ecosystem.
Apache License 2.0
224 stars 23 forks source link

unable to install toolchain higher then 1.74.0.0 #446

Closed agmes4 closed 3 weeks ago

agmes4 commented 3 weeks ago

Bug description

when trying to install a toolchain higher then 1.74.0.0 when compiling this is the output:

/home/esp/.rustup/toolchains/esp/bin/cargo: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/esp/.rustup/toolchains/esp/bin/cargo)
/home/esp/.rustup/toolchains/esp/bin/cargo: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/esp/.rustup/toolchains/esp/bin/cargo)
/home/esp/.rustup/toolchains/esp/bin/cargo: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/esp/.rustup/toolchains/esp/bin/cargo)

Environment

SergioGasquez commented 3 weeks ago

Duplicated of https://github.com/esp-rs/rust-build/issues/252. Id recommend updating your OS version.