开发者

valgrind on the ARM9?

开发者 https://www.devze.com 2023-03-13 08:02 出处:网络
I see that valgrind has an ARM7 target, but I find conflic开发者_如何转开发ting information on whether valgrind has support for the ARM9. The ARM9 target I am working with is running linux.

I see that valgrind has an ARM7 target, but I find conflic开发者_如何转开发ting 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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号