> Try messing with VG_(machine_get_hwcaps) in m_machine.c to claim that
> your machine is a minimum spec Pentium-I (or whatever the min spec
> is), then run again and see what breaks.

Ok...it seems like my CPU lacks every simple "feature" needed by valgrind.

Valgrind breaks at line 480 in m_machine.c
if (!VG_(has_cpuid)()){

and at 
http://www.cpushack.com/2010/10/07/the-rise-of-the-vortex86-embedded-x86/ i read
that my cpu doesn`t support the CMPXCHG8B instruction, too. (which seems to be 
indispensable to valgrind)

so it doesn`t seem to be too promising to get valgrind running on this cpu :(((

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to