Just type make
. Why do you type make install
? If you can’t follow simple instructions, you won’t be happy with Linux.
This is the output for make install
, or why is there an install keyword in the error?
The full command you posted is make -C /home/uname/Downloads/mt7603_v1.16/os/linux -f Makefile.6 install
, which is something completely different to make
without any parameters.
Just type make
and nothing else.