我正在尝试安装 CH340G 芯片的 Linux 版本驱动程序。安装驱动程序的 make 命令返回以下错误:
$ sudo make
make -C /lib/modules/4.4.0-63-generic/build M=/home/murilold/Dropbox/Projeto - Controlador de Temperatura/NodeMCU/Drivers/CH341SER_LINUX
make[1]: Entering directory '/usr/src/linux-headers-4.4.0-63-generic'
arch/x86/Makefile:148: CONFIG_X86_X32 enabled but no binutils support
Makefile:693: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler
make[1]: *** No rule to make target 'Controlador'. Pare.
make[1]: Leaving directory '/usr/src/linux-headers-4.4.0-63-generic'
Makefile:5: recipe for target 'default' failed
make: *** [default] Error 2
有人知道发生什么事吗?
答案1
该错误是由于我的目录名称中有空格造成的。