kuba-moo / mt7601u

Linux mac80211-based driver for Mediatek MT7601U USB bgn WiFi dongle
285 stars 105 forks source link

Error while building #29

Closed garisha closed 9 years ago

garisha commented 9 years ago

$ make make -C /lib/modules/uname -r/build M=$PWD make[1]: Entering directory /usr/src/linux-headers-3.13.0-53-generic' CC [M] /home/garisha/Downloads/mt7601u-master/init.o /home/garisha/Downloads/mt7601u-master/init.c: In function ‘mt76_init_sband’: /home/garisha/Downloads/mt7601u-master/init.c:533:2: error: implicit declaration of function ‘devm_kmemdup’ [-Werror=implicit-function-declaration] chanlist = devm_kmemdup(dev->dev, chan, size, GFP_KERNEL); ^ /home/garisha/Downloads/mt7601u-master/init.c:533:11: error: assignment makes pointer from integer without a cast [-Werror] chanlist = devm_kmemdup(dev->dev, chan, size, GFP_KERNEL); ^ cc1: all warnings being treated as errors make[2]: *** [/home/garisha/Downloads/mt7601u-master/init.o] Error 1 make[1]: *** [_module_/home/garisha/Downloads/mt7601u-master] Error 2 make[1]: Leaving directory/usr/src/linux-headers-3.13.0-53-generic' make: *\ [default] Error 2

kuba-moo commented 9 years ago

You have 3.13 kernel, this driver works with 3.19 and newer. Please read README.