Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: agentsmith.android on July 14, 2012, 07:14:20 PM

Title: valgrind error: Memcheck for platform 'amd64-linux' no such file or directory
Post by: agentsmith.android on July 14, 2012, 07:14:20 PM
Hi,

I have put valgrind.tcz package in the tinycore. I am loading it with Perl5. However, whenever I run it with any application, I get the mentioned error. I have also set the PATH to /usr/local/lib/valgrind. But to no avail. I checked the folder and found all the files contains x86 extension.
Does that mean there is no support for 64 bit?

Thanks
Title: Re: valgrind error: Memcheck for platform 'amd64-linux' no such file or directory
Post by: Juanito on July 14, 2012, 11:23:02 PM
core64 is a 64bit kernel, but it still uses 32bit applications.
Title: Re: valgrind error: Memcheck for platform 'amd64-linux' no such file or directory
Post by: agentsmith.android on July 15, 2012, 04:37:25 AM
Yes, I know. But I thot u may need a valgrind binary compiled with 64 bit compiler. If that is not the case then do u know what could be the cause of the error.
Title: Re: valgrind error: Memcheck for platform 'amd64-linux' no such file or directory
Post by: curaga on July 15, 2012, 06:09:12 AM
Use "linux32 valgrind", or just launch a shell with "linux32 sh".