Enviado em 21/06/2017 - 19:17h
Olá pessoal, estou na tentativa de compilar um driver escrito em C para meu bluetooth, e está dando o seguinte error...make -C /lib/modules/4.4.72-18.12-default/build/ M=$PWD modules
make: Entering directory '/usr/src/linux-4.4.72-18.12-obj/x86_64/default'
/home/stark/bluetooth/Makefile:4: *** missing separator. Stop.
/usr/src/linux-4.4.72-18.12/Makefile:1428: recipe for target '_module_/home/stark/bluetooth' failed
make[2]: *** [_module_/home/stark/bluetooth] Error 2
Makefile:150: recipe for target 'sub-make' failed
make[1]: *** [sub-make] Error 2
Makefile:24: recipe for target '__sub-make' failed
make: *** [__sub-make] Error 2
make: Leaving directory '/usr/src/linux-4.4.72-18.12-obj/x86_64/default'