|
From: John R. <jr...@bi...> - 2010-09-22 15:37:38
|
> If I use the correct tool-chain for our arm-linux
> platform to compile valgrind, I got an error "Host (arm) not supoorted".
>
> Attached is the config.log and the make file used, I wonder would
> valgrind support our the version of arm-linux we got (arm926ejs)?
> config.log:
> $ /opt/r20969/sw/external/valgrind/valgrind/configure --build=i686-pc-linux-gnu --host=arm-3d-linux --with-cpu=armv5 --enable-wide-getaddrinfo --prefix=/opt/r20969/work/valgrind-build.arm/install --disable-debug
What is the output of "uname -a" for the system that is associated with
"--host=arm-3d-linux"? (And what is "3d" ?)
Which system has the file /lib/ld-linux.so.3 [note the '3']
that was named in the PT_INTERP, and what is its "uname -a"?
Please show the exact command and inputs which generated:
Host (arm) not supported
I could not find it in config.log.
Anybody who successfully runs valgrind on ARM, please show your
successful config!
--
|