Dear All,
To use 'arm-none-eabi-gcc' I've got a gcc-arm-none-eabi-6-2017-q2-update.ar.bz2 from ARM Toolchain.
But I came across the following issue GLIBC_2.14 and GLIBC_2.11 need to use.
u24c02:/home/nick/gcc/gcc-arm-none-eabi-6-2017-q2-update/bin] arm-none-eabi-gccarm-none-eabi-gcc: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by arm-none-eabi-gcc)arm-none-eabi-gcc: /lib64/libc.so.6: version `GLIBC_2.11' not found (required by arm-none-eabi-gcc)
I'm using CentOS 5 64bit.
How do I fix my issue to use gcc-arm-none-eabi-6-2017-q2-update's arm-none-eabi-gcc?
What am I supposed to do to resolve this problem?
Hi,
CentOS is not a platform we officially support the tools on. Also, the tools are supported on RHE7 onwards.
Please refer to the Release note on this link for more information on supported host platforms.
https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads
Thanks,Tejas.