|
From: Olfat I. <olf...@gm...> - 2013-12-18 20:30:08
|
Hello everyone I'm trying to use valgrind on Android/Samsung sll i followed the instructions on http://valgrind.org/docs/manual/dist.readme-android.html to step : adb push Inst / gives me error: failed to copy 'Inst/data/local/Inst/bin/cg_annotate' to '/data/local/Inst/bin/cg_annotate': No such file or directory the adb devices command gives me output : List of devices attached 00198303580f6e device i used for : CPPFLAGS="--sysroot=$NDK_HOME/platforms/android-14/arch-arm -DANDROID_HARDWARE_$HWKIND" \ CFLAGS="--sysroot=$NDK_HOME/platforms/android-14/arch-arm" \ ./configure --prefix=/data/local/Inst \ --host=armv7-unknown-linux --target=armv7-unknown-linux \ --with-tmpdir=/sdcard not sure where is the error as iam new to Linux. i tried to access my phone from command line but did not succeded. it is in the GUI under: mtp://[usb:003,007]/ can you help me? Thanks |
|
From: Olfat I. <olf...@gm...> - 2013-12-21 01:00:38
|
Please help On 2013-12-18 3:30 PM, "Olfat Ibrahim" <olf...@gm...> wrote: > > > Hello everyone I'm trying to use valgrind on Android/Samsung sll > > i followed the instructions on > http://valgrind.org/docs/manual/dist.readme-android.html > to step : > adb push Inst / > gives me error: > failed to copy 'Inst/data/local/Inst/bin/cg_annotate' to > '/data/local/Inst/bin/cg_annotate': No such file or directory > > the adb devices command gives me output : > > List of devices attached > 00198303580f6e device > > i used for : > > CPPFLAGS="--sysroot=$NDK_HOME/platforms/android-14/arch-arm -DANDROID_HARDWARE_$HWKIND" \ > CFLAGS="--sysroot=$NDK_HOME/platforms/android-14/arch-arm" \ > ./configure --prefix=/data/local/Inst \ > --host=armv7-unknown-linux --target=armv7-unknown-linux \ > --with-tmpdir=/sdcard > > not sure where is the error as iam new to Linux. > > i tried to access my phone from command line but did not succeded. > > it is in the GUI under: mtp://[usb:003,007]/ > > > can you help me? > > Thanks > > > > |
|
From: Ben S. <ben...@ex...> - 2013-12-21 03:26:39
|
Failed to copy: Check that the file exists at the source path. On 21 December 2013 12:00:30 PM Olfat Ibrahim <olf...@gm...> wrote: > Please help > On 2013-12-18 3:30 PM, "Olfat Ibrahim" <olf...@gm...> wrote: > > > > > > > Hello everyone I'm trying to use valgrind on Android/Samsung sll > > > > i followed the instructions on > > http://valgrind.org/docs/manual/dist.readme-android.html > > to step : > > adb push Inst / > > gives me error: > > failed to copy 'Inst/data/local/Inst/bin/cg_annotate' to > > '/data/local/Inst/bin/cg_annotate': No such file or directory > > > > the adb devices command gives me output : > > > > List of devices attached > > 00198303580f6e device > > > > i used for : > > > > CPPFLAGS="--sysroot=$NDK_HOME/platforms/android-14/arch-arm > -DANDROID_HARDWARE_$HWKIND" \ > > CFLAGS="--sysroot=$NDK_HOME/platforms/android-14/arch-arm" \ > > ./configure --prefix=/data/local/Inst \ > > --host=armv7-unknown-linux --target=armv7-unknown-linux \ > > --with-tmpdir=/sdcard > > > > not sure where is the error as iam new to Linux. > > > > i tried to access my phone from command line but did not succeded. > > > > it is in the GUI under: mtp://[usb:003,007]/ > > > > > > can you help me? > > > > Thanks > > > > > > > > > |