|
From: Petar J. <mip...@gm...> - 2018-04-12 17:49:00
|
On Thu, Apr 12, 2018 at 6:30 PM, Miljenko Jakovljevic <mic...@gm...> wrote: > Dear developers > > I am using an embedded linux on a microcontroller board with a Freescale > iMX357 processor. The linux provider's build chain ptxdist > (https://www.ptxdist.org/) has a valgrind package and can be installed. > However there is a runtime error when starting valgrind. It appears that > the processor architecture is not supported. Is there any info about > this, i.e. what are the plans for valgrind support for Freescale iMX35? > Hi Miljenko, You may want to share more details (how you run Valgrind, what version, output, what files you run, etc) about the issue you are seeing (openning a bug at bugzilla [1] also seems like a good idea). IIAC, Freescale's i.MX357 has ARM11 core which is an older 32-bit ARM processor core based on the ARMv6 architecture. Valgrind documentation [2] says that "NEON, VFPv3 and ARMv6 media support is fairly complete". Regards, Petar [1] https://bugs.kde.org/ [1] http://valgrind.org/docs/manual/manual-core.html |