Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道如何在我的 x86 工作站上检查 GNU C 库,但现在我想知道哪个 GLIBC 版本正在使用我的 ARM 交叉工具链(我没有构建工具链)。我无法$PATH在我的 x86 工作站中测试我的工具链库的 libc.so.6 文件。
$PATH
有没有办法在我的嵌入式系统中不编译测试程序和测试就知道 glibc 版本?此外,我如何知道默认情况下哪个 PATH 库正在使用我的工具链的 GNU 链接器?
您可以使用ldd --version命令来检查版本,例如GLIBC 版本。
ldd --version