|
From: Kirill B. <bat...@is...> - 2010-09-22 16:53:20
|
On 22.09.2010 19:04, jen...@ta... wrote: > Thanks for coming back to me. I realised I was using a wrong tool-chain > for compilation. But if 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)? Current Valgrind trunk support only ARMv7. I've made a patch some time ago which adds ARMv5 and v6 compatibility. See https://bugs.kde.org/show_bug.cgi?id=248998 for details. >> Yes, the arm-linux box lacks /lib/ld-linux.so.3 for the PT_INTERP. >> The arm-linux box has ld-linux.so.2 which is not the same; >> note the '2' instead of '3'. This may mean that your target platform uses OABI while your cross-toolchain - EABI. I'm not sure if Valgrind can run on OABI targets. ---- Kirill. |