This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335X GCC toolchain question

Hi,

   My customer need below libs for application complie.

GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBC_2.11

But there are only below versions supported in SDK-05.07(GCC-4.5.3).

 strings libstdc++.so.6.0.13 | grep "GLIBC"
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBC_2.4

Is there any guide about how to add indicated support based on GCC-4.5.3?

Thanks.