sdk5.0.2
在am5728的开发板上运行valgrind:
valgrind -v --log-file=log --tool=memcheck --leak-check=full --show-mismatched--free=yes ./v_test
没有什么结果,提示object doesn's have a symbol table,但是编译已经加了 -g -O选项
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.
sdk5.0.2
在am5728的开发板上运行valgrind:
valgrind -v --log-file=log --tool=memcheck --leak-check=full --show-mismatched--free=yes ./v_test
没有什么结果,提示object doesn's have a symbol table,但是编译已经加了 -g -O选项
你好,我在使用valgrind时 也遇到了这个问题,使用这个 tisdk-rootfs-image-am57xx-evm.tar.xz 文件系统不会有这个问题,使用arago-base-tisdk-image-am57xx-evm.tar.xz 这个文件系统提示需要安装libc6-dbg,我尝试在前者中 使用 opkg files libc6-dbg 命令 查找包含哪些文件,但是找不到。你解决了吗