Skip to main content
AScha.3
Super User
July 12, 2022
Solved

after update - missing lib ! no more compile anything.

  • July 12, 2022
  • 3 replies
  • 1717 views

..

This topic has been closed for replies.
Best answer by Julien D

You are probably using a Linux machine which become obsolete.

If you can't upgrade it, try to install back the GNU Tools for STM32 7-2018-q2-update toolchain from the Preferences > STM32Cube > Toolchain Manager page and set it as Default

3 replies

AScha.3
AScha.3Author
Super User
July 12, 2022

i just update IDE , from 1.0xx to 1.10.1 now . didnt update before, because updates - sometimes create problems, than make anyhing better. now this happens... after update, lib is missing.

>> /opt/st/stm32cubeide_1.0.0/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.linux64_1.0.0.202111181127/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.27' not found (required by /opt/st/stm32cubeide_1.0.0/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.linux64_1.0.0.202111181127/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld)

so: glibc 2.27 missing, i have 2.25 in my system.

what to do now ?

please help me, i see nothing, i did wrong.

"If you feel a post has answered your question, please click ""Accept as Solution""."
Julien D
Julien DAnswer
ST Employee
July 18, 2022

You are probably using a Linux machine which become obsolete.

If you can't upgrade it, try to install back the GNU Tools for STM32 7-2018-q2-update toolchain from the Preferences > STM32Cube > Toolchain Manager page and set it as Default

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
AScha.3
AScha.3Author
Super User
July 19, 2022

compiler running again:

>> 14:01:51 Build Finished. 0 errors, 0 warnings. (took 23s.398ms)

as you recommend, i installed older toolchain (gnu-tools-for-stm32.9-2020-q2-update),

set as Default.

restart IDE (Version: 1.10.1 ), compile....good ! thanks for helping me !!!

8)

"If you feel a post has answered your question, please click ""Accept as Solution""."