2022-07-12 11:28 AM
Solved! Go to Solution.
2022-07-17 11:56 PM
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
2022-07-12 11:35 AM
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.
2022-07-17 11:56 PM
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
2022-07-19 05:13 AM
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)