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.
工具/软件:Linux
您好!
我有带有 SDK 02.00.00.00的 EVM SK。
我将 Ubuntu 14.04与 eclipse 交叉编译器一起用于 SDK。
当我运行 gdbserver 来调试代码时、我收到以下错误:
"。。 /lib/libstdc +.SO.6:找不到版本`GLIBCXX_3.4.21'(要求...)
我该怎么做? 如何升级 SK 内核中的 libc?
您好!
您可以尝试:
字符串/usr/lib/i386-linux-gnu/libstdc ++.so.6 | grep glibc
或
字符串/usr/lib/i386-tab here/libstdc++.so.6| 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
…………
BR
玛格丽塔
您好!
感谢您的回答、
但这对我的问题没有帮助。
我想入门套件内核不包含调试所需的 glic 版本。
您提供的命令只是显示了内核中存在的光。
我需要添加它、我询问如何执行它。 (请参阅我提到的错误)。
有人吗?