|
From: Mirko V. <li...@na...> - 2011-04-14 10:45:32
|
Hey, I have a question - I guess a rather simple one: I'm currently working on an ARM target (ARM926EJ-S) on which valgrind shows me: ==2005== Process terminating with default action of signal 4 (SIGILL) ==2005== Illegal opcode at address 0x380A4198 ==2005== at 0x40009B0: _start (in /lib/ld-uClibc-0.9.30.1.so) I found some posts which indicate that this happens on architectures <= ARMv6 since valgrind requires ARMv7. Is there any way to use valgrind on a target using the ARM926EJ-S - e.g. by using different compiler flags a la recompiling the environment with less optimal settings/flags but therewith having an "works with valgrind" set in the end? Thanks a lot in advance! mirko -- This email address is used for mailinglist purposes only. Non-mailinglist emails will be dropped automatically. If you want to get in contact with me personally, please mail to: mirko.vogt <at> nanl <dot> de |