02-11-2018, 08:27 AM
I'm fooling around trying things, but I have no clue what I'm doing:
This is my command prompt when I'm in the directory with the make file:
james-cq57@Presario-CQ57:~/Documents/Projects Archives/1040 Arduino/CH340 Driver for Linux/CH341SER_LINUX$
So just ignore all that garbage:
After looking around on Google I decided to try to just type in the command "make" to launch the make program.
james-cq57@Presario-CQ57:~/Documents/Projects Archives/1040 Arduino/CH340 Driver for Linux/CH341SER_LINUX$ make
make -C /lib/modules/4.4.0-112-generic/build M=/home/james-cq57/Documents/Projects Archives/1040 Arduino/CH340 Driver for Linux/CH341SER_LINUX
make[1]: Entering directory '/usr/src/linux-headers-4.4.0-112-generic'
make[1]: *** No rule to make target 'Archives/1040'. Stop.
make[1]: Leaving directory '/usr/src/linux-headers-4.4.0-112-generic'
Makefile:5: recipe for target 'default' failed
make: *** [default] Error 2
james-cq57@Presario-CQ57:~/Documents/Projects Archives/1040 Arduino/CH340 Driver for Linux/CH341SER_LINUX$
As you can see I'm already getting errors. So I'm going to stop here until I figure out what's going on.
This is my command prompt when I'm in the directory with the make file:
james-cq57@Presario-CQ57:~/Documents/Projects Archives/1040 Arduino/CH340 Driver for Linux/CH341SER_LINUX$
So just ignore all that garbage:
After looking around on Google I decided to try to just type in the command "make" to launch the make program.
james-cq57@Presario-CQ57:~/Documents/Projects Archives/1040 Arduino/CH340 Driver for Linux/CH341SER_LINUX$ make
make -C /lib/modules/4.4.0-112-generic/build M=/home/james-cq57/Documents/Projects Archives/1040 Arduino/CH340 Driver for Linux/CH341SER_LINUX
make[1]: Entering directory '/usr/src/linux-headers-4.4.0-112-generic'
make[1]: *** No rule to make target 'Archives/1040'. Stop.
make[1]: Leaving directory '/usr/src/linux-headers-4.4.0-112-generic'
Makefile:5: recipe for target 'default' failed
make: *** [default] Error 2
james-cq57@Presario-CQ57:~/Documents/Projects Archives/1040 Arduino/CH340 Driver for Linux/CH341SER_LINUX$
As you can see I'm already getting errors. So I'm going to stop here until I figure out what's going on.