----- Original Message -----
> Classification: UNCLASSIFIED
> Caveats: NONE
> 
> When I execute the following command...
> 
> valgrind --tool=callgrind <program> <arguments>
> 
> I receive the following:
> 
> valgrind: filed to start tool 'callgrind' for platform 'x86-linux':
> No such
> file or directory
> 
> What could be causing this?

Hi

You are probably running on an amd64 platform (with amd64 Valgrind) but trying 
to test an x86 application (32bit). You can probably build/install x86 
Valgrind, though that might bring in a lot of dependencies. Alternatively, try 
to build your app under test as 64bit.

A+
Paul

------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to