想在J3上面移植valgrind工具,已经交叉编译好了valgrind的工具,可以查看版本信息,但是使用valgrind工具运行的时候报错如下:
Fatal error at startup: a function redirection which is mandatory for this plagform-tool combination cannot be set up. Details of the redirection are:
A must-be-redirected function whose name matches the pattern: strlen in an object with soname matching: ld-linux-aarch64.so.1
通过查资料发现是J3的sdk中使用的ld-2.28.so库是stripped ,而valgrind 工具需要的是no stripped 的库。
请问如何配置J3系统使其能够满足运行valgrind工具。
