> recipe that creates a Valgrind that can build and run but when I run > it it fails to recognise opcodes.
> ==3974== > ==3974== Process terminating with default action of signal 4 (SIGILL) > ==3974== Illegal opcode at address 0x380A481C > ==3974== at 0x40007B0: ??? (in /lib/ld-2.8.so) No .. it generates code which your CPU doesn't recognise. The minimum supported architecture is ARMv7, and you've got an 11xx CPU, which is ARMv6 only, right? J ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
