> valgrind: filed to start tool 'callgrind' for platform 'x86-linux': No such > file or directory > > What could be causing this?
I have seen this type of error message when I have had a terminal window open in a directory that is deleted by some other process before I run valgrind. For example, if my terminal window is in my project's bin/debug folder (which is generated by 'make all' and deleted by 'make clean') and I do a 'make clean && make all', I will have to do something like 'cd ../debug' in my terminal before I will be able to run valgrind. ------------------------------------------------------------------------------ Own the Future-Intel® 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 [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
