Advertisement
espmartin

Untitled

Jun 12th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.71 KB | None | 0 0
  1. See how first code shows full path to arm-eabi-strip
  2. Second shows just "/arm-eabi-strip" - no full path... hum
  3. ===================================================================
  4.  
  5. SATURDAY SUCCESSFUL:
  6. $mpath/kernel -type f -name *.ko`; for i in $ko; do /home/martin/SchutzhundAOKP-toolchain/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-strip --strip-unneeded $i; mv $i /home/martin/SchutzhundAOKP-toolchain/out/target/product/ace/system/lib/modules/; done; fi
  7.  
  8. TODAY NOBOOT:
  9. $mpath/kernel -type f -name *.ko`; for i in $ko; do /arm-eabi-strip --strip-unneeded $i; mv $i /home/martin/SchutzhundAOKP/out/target/product/ace/system/lib/modules/; done; fi
  10. /bin/bash: /arm-eabi-strip: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement