I need to cross-compile VALGRIND to run on Freescale i.MX278 (ARM 9) running Linux. I have the tool chain provided by Freescale itself.
I have already set the PATH v
First run the below command to make a change in the configure file
sed -i -e "s#armv7#arm#g" configure
Then run the configure option.
It will be cross-compiled successfully.