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.
在 Linux 环境中,使用 gcc 编译,我无法链接到库,因为我的函数(我们称之为test())没有被链接。此函数的“nm”输出如下:
test()
0x00000000 T _test@12
我认为这@12是我所有问题的原因。
@12
有谁知道是什么@12意思以及它是如何到达那里的?我会期待一个“ _test”而不是“ _test@12”。
_test
_test@12