valgrind 3.3 에 대한 tag를 svn으로 받아서 보니..
i?86 / x86_64/ powerpc / powerpc64 만을 지원한다 -_-
valgrind 3.8 에서는 ARM을 지원하나 ARMv7만을 지원하고
이녀석들은.. Cortex 시리즈용 아키텍쳐다 ㅠㅠ
ARM925 이런건 실행도 못해본다 -_ㅠ
[링크 : http://en.wikipedia.org/wiki/ARM_architecture#Cores]
i?86 / x86_64/ powerpc / powerpc64 만을 지원한다 -_-
valgrind 3.8 에서는 ARM을 지원하나 ARMv7만을 지원하고
이녀석들은.. Cortex 시리즈용 아키텍쳐다 ㅠㅠ
ARM925 이런건 실행도 못해본다 -_ㅠ
Architecture | Bit width | Cores designed by ARM Holdings | Cores designed by third parties | Cortex profile | References |
---|---|---|---|---|---|
ARM1 | |||||
ARM2, ARM3 | Amber, STORM Open Soft Core[28] | ||||
ARM6, ARM7 | |||||
ARM8 | StrongARM, FA526 | ||||
ARM7TDMI, ARM9TDMI | |||||
ARM7EJ, ARM9E, ARM10E | XScale, FA626TE, Feroceon, PJ1/Mohawk | ||||
ARM11 | |||||
ARM Cortex-M0, ARM Cortex-M0+, ARM Cortex-M1 | Microcontroller | ||||
ARM Cortex-M3 | |||||
ARM Cortex-M4 | |||||
ARM Cortex-R4, ARM Cortex-R5, ARM Cortex-R7 | |||||
ARM Cortex-A5, ARM Cortex-A7, ARM Cortex-A8, ARM Cortex-A9, ARM Cortex-A12, ARM Cortex-A15, ARM Cortex-A17 | Krait, Scorpion, PJ4/Sheeva, Apple A6/A6X (Swift) | ||||
ARM Cortex-A53, ARM Cortex-A57[29] | X-Gene, Nvidia Project Denver, Apple A7 (Cyclone), AMD K12, Apple A8 | ||||
No announcements yet |
Current
Valgrind supports the following platforms:
x86/Linux: support is mature and almost complete.
AMD64/Linux: support is mature and almost complete. Note that AMD64 is just another name for x86-64, and that Valgrind works fine on Intel machines.
PPC32/Linux: support is new but fairly complete.
PPC64/Linux: support is new but fairly complete.
x86/Darwin (Mac OS X): support is new.
AMD64/Darwin (Mac OS X): support is new.
S390X/Linux: support is new in 3.7.0.
ARM/Linux support for ARMv7 is fairly complete.
ARM/Android support is new in 3.7.0.
MIPS32/Linux support is new in 3.8.0.
On Linux, you must be running kernel 2.6.X or later, and glibc 2.5.X or later. That covers the vast majority of installed systems at present. On Mac OS X you must be running 10.7.x or later.
For details of which distributions the current release (valgrind-3.10.0) builds and runs its regression tests on, see the release notes.
[링크 : http://valgrind.org/info/platforms.html] |
'프로그램 사용 > valgrind' 카테고리의 다른 글
valgrind callgrind (0) | 2023.07.07 |
---|---|
valgrind 누수 종류 (0) | 2022.01.18 |
vaglind 사용 (0) | 2022.01.14 |
valgrind GUI frontend- kcachegrind / valkyrie (0) | 2014.10.15 |