Ubuntu Pastebin

Paste from tux at Sun, 6 Dec 2015 16:37:41 +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
tux@Tux:~$ cd rt3290-3.9.3-patched
tux@Tux:~/rt3290-3.9.3-patched$ ls -l
totale 228
-rwxr-xr-x 1 tux tux   466 lug 12 05:10 checkinstall.sh
drwx------ 2 tux tux  4096 dic  6 17:35 debian
drwx------ 2 tux tux  4096 dic  6 17:35 include
-rw-rw-r-- 1 tux tux   961 lug 12 05:10 Makefile
-rw-rw-r-- 1 tux tux   551 lug 12 05:10 Makefile.debian
-rw-rw-r-- 1 tux tux 10377 lug 12 05:10 rtbth_core_bluez.c
-rw-rw-r-- 1 tux tux 43250 lug 12 05:10 rtbth_core_init.c
-rw-rw-r-- 1 tux tux  2545 lug 12 05:10 rtbth_core_main.c
-rw-rw-r-- 1 tux tux 43329 lug 12 05:10 rtbth_core_pci.c
-rw-rw-r-- 1 tux tux 63392 lug 12 05:10 rtbth_core_us.c
-rw-rw-r-- 1 tux tux  2430 lug 12 05:10 rtbth_hlpr_dbg.c
-rw-rw-r-- 1 tux tux 10023 lug 12 05:10 rtbth_hlpr_hw.c
-rw-rw-r-- 1 tux tux 18937 lug 12 05:10 rtbth_hlpr_linux.c
drwx------ 2 tux tux  4096 dic  6 17:35 tools
tux@Tux:~/rt3290-3.9.3-patched$ make
make -C /lib/modules/4.2.0-19-generic/build M=/home/tux/rt3290-3.9.3-patched modules
make[1]: ingresso nella directory "/usr/src/linux-headers-4.2.0-19-generic"
  CC [M]  /home/tux/rt3290-3.9.3-patched/rtbth_core_main.o
  CC [M]  /home/tux/rt3290-3.9.3-patched/rtbth_core_init.o
/home/tux/rt3290-3.9.3-patched/rtbth_core_init.c: In function ‘Rtbth_Set_Radio_Led’:
/home/tux/rt3290-3.9.3-patched/rtbth_core_init.c:1185:3: warning: typedef ‘flag_t’ locally defined but not used [-Wunused-local-typedefs]
 } flag_t;
   ^
  CC [M]  /home/tux/rt3290-3.9.3-patched/rtbth_core_pci.o
/home/tux/rt3290-3.9.3-patched/rtbth_core_pci.c: In function ‘rtbt_pci_probe’:
/home/tux/rt3290-3.9.3-patched/rtbth_core_pci.c:198:1: warning: label ‘err_hps_iface’ defined but not used [-Wunused-label]
 err_hps_iface:
 ^
  CC [M]  /home/tux/rt3290-3.9.3-patched/rtbth_core_bluez.o
/home/tux/rt3290-3.9.3-patched/rtbth_core_bluez.c: In function ‘rtbt_hci_dev_send’:
/home/tux/rt3290-3.9.3-patched/rtbth_core_bluez.c:139:36: error: ‘struct bt_skb_cb’ has no member named ‘control’
    os_ctrl->sco_tx_seq = bt_cb(skb)->control.txseq;
                                    ^
/home/tux/rt3290-3.9.3-patched/rtbth_core_bluez.c: At top level:
/home/tux/rt3290-3.9.3-patched/rtbth_core_bluez.c:83:20: warning: ‘pkt_type_str’ defined but not used [-Wunused-variable]
 static const char *pkt_type_str[]=
                    ^
scripts/Makefile.build:258: set di istruzioni per l'obiettivo "/home/tux/rt3290-3.9.3-patched/rtbth_core_bluez.o" non riuscito
make[2]: *** [/home/tux/rt3290-3.9.3-patched/rtbth_core_bluez.o] Errore 1
Makefile:1398: set di istruzioni per l'obiettivo "_module_/home/tux/rt3290-3.9.3-patched" non riuscito
make[1]: *** [_module_/home/tux/rt3290-3.9.3-patched] Errore 2
make[1]: uscita dalla directory "/usr/src/linux-headers-4.2.0-19-generic"
Makefile:24: set di istruzioni per l'obiettivo "all" non riuscito
make: *** [all] Errore 2
tux@Tux:~/rt3290-3.9.3-patched$ 
Download as text