Ubuntu Pastebin

Paste from problem in make install at Mon, 21 Sep 2015 02:18:09 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
$ make
make -C /home/punkgeek/v4l-dvb/v4l 
make[1]: Entering directory `/home/punkgeek/v4l-dvb/v4l'
creating symbolic links...
Kernel build directory is /lib/modules/4.2.0/build
make -C /lib/modules/4.2.0/build SUBDIRS=/home/punkgeek/v4l-dvb/v4l CFLAGS="-I../linux/include -D__KERNEL__ -I/include -DEXPORT_SYMTAB" modules
make[2]: Entering directory `/home/punkgeek/linux-4.2'
  Building modules, stage 2.
  MODPOST 0 modules
make[2]: Leaving directory `/home/punkgeek/linux-4.2'
./scripts/rmmod.pl check
found 0 modules
make[1]: Leaving directory `/home/punkgeek/v4l-dvb/v4l'
punkgeek@punkgeek-PC:~/v4l-dvb$ sudo make install
make -C /home/punkgeek/v4l-dvb/v4l install
make[1]: Entering directory `/home/punkgeek/v4l-dvb/v4l'
Stripping debug info from files
Usage: strip <option(s)> in-file(s)
 Removes symbols and sections from files
 The options are:
  -I --input-target=<bfdname>      Assume input file is in format <bfdname>
  -O --output-target=<bfdname>     Create an output file in format <bfdname>
  -F --target=<bfdname>            Set both input and output format to <bfdname>
  -p --preserve-dates              Copy modified/access timestamps to the output
  -D --enable-deterministic-archives
                                   Produce deterministic output when stripping archives
  -U --disable-deterministic-archives
                                   Disable -D behavior (default)
  -R --remove-section=<name>       Remove section <name> from the output
  -s --strip-all                   Remove all symbol and relocation information
  -g -S -d --strip-debug           Remove all debugging symbols & sections
     --strip-dwo                   Remove all DWO sections
     --strip-unneeded              Remove all symbols not needed by relocations
     --only-keep-debug             Strip everything but the debug information
  -N --strip-symbol=<name>         Do not copy symbol <name>
  -K --keep-symbol=<name>          Do not strip symbol <name>
     --keep-file-symbols           Do not strip file symbol(s)
  -w --wildcard                    Permit wildcard in symbol comparison
  -x --discard-all                 Remove all non-global symbols
  -X --discard-locals              Remove any compiler-generated symbols
  -v --verbose                     List all object files modified
  -V --version                     Display this program's version number
  -h --help                        Display this output
     --info                        List object formats & architectures supported
  -o <file>                        Place stripped output into <file>
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 pe-x86-64 pe-i386 plugin srec symbolsrec verilog tekhex binary ihex
make[1]: *** [media-install] Error 1
make[1]: Leaving directory `/home/punkgeek/v4l-dvb/v4l'
make: *** [install] Error 2
Download as text