GithubHelp home page GithubHelp logo

bcdonadio / t2uh Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 1.0 0 B

TP-Link T2UH driver for Linux with fixes - DEPRECATED See: https://github.com/chenhaiq/mt7610u_wifi_sta_v3002_dpo_20130916

Makefile 2.15% C 85.79% Objective-C 11.62% Groff 0.26% HTML 0.17% Shell 0.01%

t2uh's Introduction

t2uh

TP-Link T2UH driver for Linux with fixes

t2uh's People

Contributors

bcdonadio avatar

Stargazers

 avatar Beste Karagöz avatar  avatar

Watchers

 avatar

Forkers

vissiegit

t2uh's Issues

fatal error: linux/version.h: No such file or directory

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.17.0-kali1-amd64/build SUBDIRS=/root/Desktop/t2uh-master/UTIL/os/linux modules
make[2]: Entering directory '/usr/lib/modules/4.17.0-kali1-amd64/build'
Makefile:10: *** mixed implicit and normal rules: deprecated syntax

WARNING: Symbol version dump ./Module.symvers
is missing; modules will have no dependencies and modversions.

CC [M] /root/Desktop/t2uh-master/UTIL/os/linux/../../common/rt_os_util.o
In file included from /usr/src/linux-headers-3.18.0-kali3-common/arch/x86/include/asm/asm-offsets.h:1,
from /usr/src/linux-headers-3.18.0-kali3-common/arch/x86/include/asm/syscall.h:20,
from /usr/src/linux-headers-3.18.0-kali3-common/arch/x86/include/asm/elf.h:13,
from /usr/src/linux-headers-3.18.0-kali3-common/include/linux/elf.h:5,
from /usr/src/linux-headers-3.18.0-kali3-common/include/linux/module.h:15,
from /root/Desktop/t2uh-master/UTIL/include/os/rt_linux.h:18,
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/../../common/rt_os_util.c:20:
/usr/src/linux-headers-3.18.0-kali3-common/include/generated/asm-offsets.h:43: warning: "NR_syscalls" redefined
#define NR_syscalls 548 /* sizeof(syscalls_64) */

In file included from /usr/src/linux-headers-3.18.0-kali3-common/arch/x86/include/asm/unistd.h:24,
from /usr/src/linux-headers-3.18.0-kali3-common/arch/x86/include/asm/seccomp.h:5,
from /usr/src/linux-headers-3.18.0-kali3-common/include/linux/seccomp.h:14,
from /usr/src/linux-headers-3.18.0-kali3-common/include/linux/sched.h:21,
from /usr/src/linux-headers-3.18.0-kali3-common/arch/x86/include/asm/syscall.h:17,
from /usr/src/linux-headers-3.18.0-kali3-common/arch/x86/include/asm/elf.h:13,
from /usr/src/linux-headers-3.18.0-kali3-common/include/linux/elf.h:5,
from /usr/src/linux-headers-3.18.0-kali3-common/include/linux/module.h:15,
from /root/Desktop/t2uh-master/UTIL/include/os/rt_linux.h:18,
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/../../common/rt_os_util.c:20:
/usr/src/linux-headers-3.18.0-kali3-common/arch/x86/include/asm/unistd_64.h:419: note: this is the location of the previous definition
#define NR_syscalls 394

In file included 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/../../common/rt_os_util.c:20:
/root/Desktop/t2uh-master/UTIL/include/os/rt_linux.h:19:10: fatal error: linux/version.h: No such file or directory

#include <linux/version.h>
^~~~~~~~~~~~~~~~~
compilation terminated.
make[5]: *** [/usr/src/linux-headers-3.18.0-kali3-common/scripts/Makefile.build:309: /root/Desktop/t2uh-master/UTIL/os/linux/../../common/rt_os_util.o] Error 1
make[4]: *** [/usr/src/linux-headers-3.18.0-kali3-common/Makefile:1532: module/root/Desktop/t2uh-master/UTIL/os/linux] Error 2
make[3]: *** [Makefile:146: sub-make] Error 2
make[2]: *** [Makefile:8: all] Error 2
make[2]: Leaving directory '/usr/lib/modules/4.17.0-kali1-amd64/build'
make[1]: *** [Makefile:528: osutil] Error 2
make[1]: Leaving directory '/root/Desktop/t2uh-master/UTIL'
make: *** [Makefile:3: all] Error 2

Makefile 3 recipe for target all failed

root@kali:~/Desktop/Archer_T2U_V1_150901/Driver# make
make -C UTIL/ osutil
make[1]: Entering directory '/root/Desktop/Archer_T2U_V1_150901/Driver/UTIL'
cp -f os/linux/Makefile.6.util /root/Desktop/Archer_T2U_V1_150901/Driver/UTIL/os/linux/Makefile
make -C /lib/modules/4.15.0-kali3-amd64/build SUBDIRS=/root/Desktop/Archer_T2U_V1_150901/Driver/UTIL/os/linux modules
make[2]: Entering directory '/root/Desktop/Archer_T2U_V1_150901/Driver/UTIL'
make[2]: *** /lib/modules/4.15.0-kali3-amd64/build: No such file or directory. Stop.
make[2]: Leaving directory '/root/Desktop/Archer_T2U_V1_150901/Driver/UTIL'
Makefile:527: recipe for target 'osutil' failed
make[1]: *** [osutil] Error 2
make[1]: Leaving directory '/root/Desktop/Archer_T2U_V1_150901/Driver/UTIL'
Makefile:3: recipe for target 'all' failed
make: *** [all] Error 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.