bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

TP-LINK Archer T2UH HELP


From: jason reynolds
Subject: TP-LINK Archer T2UH HELP
Date: Wed, 16 Aug 2017 14:49:10 -0400

Can you help me? I am trying to setup my wifi adapter and I keep getting an error.


address@hidden:~# cd Desktop
address@hidden:~/Desktop# ls
mount-shared-folders.sh  run_upgrader.sh  t2uh-master  vmware-tools-upgrader-64
address@hidden:~/Desktop# cd t2uh-master
address@hidden:~/Desktop/t2uh-master# ls
config.mk     load.sh         Makefile.inc  README.md  UTIL
cp_module.sh  Makefile        MODULE        test
cp_util.sh    Makefile.clean  NETIF         unload.sh
address@hidden:~/Desktop/t2uh-master# make
make -C UTIL/ osutil
make[1]: Entering directory '/root/Desktop/t2uh-master/UTIL'
cp -f os/linux/Makefile.6.util /root/Desktop/t2uh-master/UTIL/os/linux/Makefile
make -C /lib/modules/4.11.0-kali1-amd64/build SUBDIRS=/root/Desktop/t2uh-master/UTIL/os/linux modules
make[2]: Entering directory '/usr/src/linux-headers-4.11.0-kali1-amd64'
  CC [M]  /root/Desktop/t2uh-master/UTIL/os/linux/../../common/rt_os_util.o
  CC [M]  /root/Desktop/t2uh-master/UTIL/os/linux/../../os/linux/rt_linux_symb.o
  CC [M]  /root/Desktop/t2uh-master/UTIL/os/linux/../../os/linux/rt_rbus_pci_util.o
  CC [M]  /root/Desktop/t2uh-master/UTIL/os/linux/../../os/linux/rt_usb_util.o
/root/Desktop/t2uh-master/UTIL/os/linux/../../os/linux/rt_usb_util.c: In function ‘rausb_fill_bulk_urb’:
/root/Desktop/t2uh-master/UTIL/os/linux/../../os/linux/rt_usb_util.c:425:68: error: passing argument 6 of ‘usb_fill_bulk_urb’ from incompatible pointer type [-Werror=incompatible-pointer-types]
  usb_fill_bulk_urb(urb, dev, pipe, transfer_buffer, buffer_length, complete_fn, context);
                                                                    ^~~~~~~~~~~
In file included from /root/Desktop/t2uh-master/UTIL/include/os/rt_linux.h:40:0,
                 from /root/Desktop/t2uh-master/UTIL/include/rtmp_os.h:48,
                 from /root/Desktop/t2uh-master/UTIL/include/rtmp_comm.h:62,
                 from /root/Desktop/t2uh-master/UTIL/os/linux/../../os/linux/rt_usb_util.c:18:
/usr/src/linux-headers-4.11.0-kali1-common/include/linux/usb.h:1540:20: note: expected ‘usb_complete_t {aka void (*)(struct urb *)}’ but argument is of type ‘USB_COMPLETE_HANDLER {aka void (*)(void *)}’
 static inline void usb_fill_bulk_urb(struct urb *urb,
                    ^~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
/usr/src/linux-headers-4.11.0-kali1-common/scripts/Makefile.build:299: recipe for target '/root/Desktop/t2uh-master/UTIL/os/linux/../../os/linux/rt_usb_util.o' failed
make[5]: *** [/root/Desktop/t2uh-master/UTIL/os/linux/../../os/linux/rt_usb_util.o] Error 1
/usr/src/linux-headers-4.11.0-kali1-common/Makefile:1509: recipe for target '_module_/root/Desktop/t2uh-master/UTIL/os/linux' failed
make[4]: *** [_module_/root/Desktop/t2uh-master/UTIL/os/linux] Error 2
Makefile:152: recipe for target 'sub-make' failed
make[3]: *** [sub-make] Error 2
Makefile:8: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/usr/src/linux-headers-4.11.0-kali1-amd64'
Makefile:527: recipe for target 'osutil' failed
make[1]: *** [osutil] Error 2
make[1]: Leaving directory '/root/Desktop/t2uh-master/UTIL'
Makefile:3: recipe for target 'all' failed
make: *** [all] Error 2


reply via email to

[Prev in Thread] Current Thread [Next in Thread]