View Single Post
Old 08-17-2016, 11:00 AM   #2193
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
FAT-32 does not support links.
/usr/local/bin only exists in factory_* images, not in customer_* images
making a copy should work.

Ubunta must have re-organized their installs -
They used to build/ship the general purpose strip command not the architecture specific build.

Yup - that's it:
Code:
 $ ssh mrdcorn
Welcome to Ubuntu 12.04.5 LTS (GNU/Linux ps34532 x86_64)

$ strip --help
Usage: strip <option(s)> in-file(s)
- - - -
strip: supported targets: elf64-x86-64 elf32-i386 elf32-x86-64 a.out-i386-linux pei-i386 pei-x86-64 elf64-l1om elf64-k1om elf64-little elf64-big elf32-little elf32-big plugin srec symbolsrec verilog tekhex binary ihex
Report bugs to <http://www.sourceware.org/bugzilla/>
Older version of Ubuntu
Code:
strip: supported targets: elf32-i386 a.out-i386-linux pei-i386 elf32-little elf32-big elf64-ia64-little elf64-ia64-big pei-ia64 elf64-little elf64-big elf64-alpha ecoff-littlealpha elf64-x86-64 elf32-x86-64 pei-x86-64 elf64-l1om elf64-k1om elf32-littlearm elf32-bigarm elf32-hppa-linux elf32-hppa elf32-tradbigmips elf32-tradlittlemips ecoff-bigmips ecoff-littlemips elf32-ntradbigmips elf64-tradbigmips elf32-ntradlittlemips elf64-tradlittlemips elf32-powerpc aixcoff-rs6000 elf32-powerpcle ppcboot elf64-powerpc elf64-powerpcle elf32-s390 elf64-s390 elf32-sparc a.out-sparc-linux elf64-sparc a.out-sunos-big elf32-i386-freebsd coff-i386 elf64-x86-64-freebsd elf64-l1om-freebsd elf64-k1om-freebsd elf32-m32r-linux elf32-m32rle-linux elf32-m68k a.out-m68k-linux coff-m68k versados ieee a.out-zero-big aixcoff64-rs6000 aix5coff64-rs6000 elf32-sh64-linux elf32-sh64big-linux elf64-sh64-linux elf64-sh64big-linux elf32-sh-linux elf32-shbig-linux elf32-spu plugin srec symbolsrec verilog tekhex binary ihex trad-core
Report bugs to <http://www.sourceware.org/bugzilla/>
Try installing 'build essentials' - or whatever Ubuntu calls it.
knc1 is offline   Reply With Quote