|
From: <jen...@ta...> - 2010-09-13 15:22:00
Attachments:
cross_cp_valgrind.sh
|
-----Original Message----- From: jen...@ta... To: mak...@is... Sent: Mon, 13 Sep 2010 13:17 Subject: Re: [Valgrind-developers] valgrind can not be located on target platform Hi Max, Thank you very much for replying to my message. I tried to set the Prefix=/mnt/Chlorine/testing_log/Cross-compile when running the configure file, and I set the DESTDIR=\ at "make install"; Valgrind is installed at the directory "/mnt/Chlorine/testing_log/Cross-compile" on my Red Hat linux box, and then I mounted the same directory on my arm-linux box, cd to "/mnt/Chlorine/testing_log/Cross-compile/bin" and run "valgrind" from there, it give me the error message "No such File or Directory" even though "valgrind" is clearly listed when I do "ls". I wonder is valgrind looking for the path to its library? Thank you again for your kind help. Regards Jenny -----Original Message----- From: Maksim R <mak...@is...> To: jen...@ta... Sent: Mon, 13 Sep 2010 7:43 Subject: Re: [Valgrind-developers] valgrind can not be located on target platform Hi, I have read your message in valgrind-developers mailing list. What folder do you install Valgrind on your Red Hat machine in? Let me assume that it is /some/folder. Create folder /some/folder on your target machine and copy all content of RedHatMachine:/some/folder in it (of mount RedHatMachine:/some/folder to TargetMachine:/some/folder). Then try to run again. You can also change folder for Valgrind installation using --prefix= option. Max. |