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?
Thanks ian