美文网首页
AScan 编译一些错误

AScan 编译一些错误

作者: 明翼 | 来源:发表于2020-06-23 20:19 被阅读0次

1. 对“__asan_report_load4”的未定义引用

程序出现大量的报错,应该是静态链接库没有链接上,设置下:

-lasan

解决。

2. 运行时候报错

==20744==ASan runtime does not come first in initial library list; you should either link runtime to your application or manually preload it with LD_PRELOAD.

相关文章

网友评论

      本文标题:AScan 编译一些错误

      本文链接:https://www.haomeiwen.com/subject/wbdhxktx.html