ARM9 上的 valgrind?
我看到 valgrind 有 ARM7 目标,但我发现关于 valgrind 是否支持 ARM9 的信息相互矛盾。我正在使用的 ARM9 目标正在运行 Linux。
有没有人在 ARM9 目标上特别成功地使用 valgrind ?如果是这样,您可以提供的任何指示都会有所帮助,包括“您是如何构建它的?”。
谢谢
-z
I see that valgrind has an ARM7 target, but I find conflicting information on whether valgrind has support for the ARM9. The ARM9 target I am working with is running linux.
Has anyone specifically succeeded in using valgrind on an ARM9 target? If so, any pointers you can offer would be helpful, including "how did you build it?".
Thanks
-z
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Valgrind 在 ARM-v7(架构名称)上运行,而不是在 ARM7(芯片系列名称)上运行。 ARM7 是一个相当古老的芯片系列(使用架构 ARM-v4)的名称,ARM9 (ARM-v5) 也是如此。您确定您的芯片是 ARM9 而不是 Cortex-A9(使用 ARM-v7 架构)吗?如果它真的是 ARM9,那你就不走运了。如果它是皮质,它应该可以工作。
Valgrind runs on ARM-v7 (architecture name), not ARM7 (chip family name). ARM7 is a name of a fairly old chip family (which uses architecture ARM-v4), as is ARM9 (ARM-v5). Are you sure that your chip is an ARM9 and not a Cortex-A9 (which uses the ARM-v7 architecture)? If it's really an ARM9, you are out of luck. If it's a Cortex, it should work.