|
From: <jen...@ta...> - 2010-09-24 13:06:02
|
Hi Kirill, I noticed there is a bug logged for the same problem I am having: https://bugs.kde.org/show_bug.cgi?id=230267 I wonder is there a solution for it yet? Regards Jenny -----Original Message----- From: jen...@ta... To: bat...@is... Sent: Fri, 24 Sep 2010 13:47 Subject: Re: [Valgrind-developers] valgrind can not be located on target platform Hi Kirill, Thanks for the message, but I am still having the following errors after the patches are applied: ----------------------- Making all in coregrind /tmp/cc0UX3Ib.s: Assembler messages: /tmp/cc0UX3Ib.s:97: Error: bad instruction `svc 0x0' /tmp/cc0UX3Ib.s:1236: Error: bad instruction `svc 0x0' make[3]: *** [libcoregrind_arm_linux_a-m_debuglog.o] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Regards Jenny -----Original Message----- From: Kirill Batuzov <bat...@is...> To: jen...@ta... Sent: Fri, 24 Sep 2010 13:04 Subject: Re: [Valgrind-developers] valgrind can not be located on target platform Hello. Sorry, I accidentally have sent an empty answer. > I tried to applied the two patches (vg-armv5.patch & vex-armv5.patch) > but got the following error, I wonder could you help me analyze what > went wrong please? Here is the answer, most probably: > Perhaps you used the wrong -p or --strip option? > File to patch: vg-arm5.patch You are trying to patch file vg-arm5.patch with the patch from file vg-arm5.patch. This will do no good in most cases. ---- Kirill. |