为什么不让我从源代码构建我的内核?

Don*_*hoe 1 linux compiling kernel make

$ make menuconfig
Run Code Online (Sandbox Code Playgroud)

Makefile:128: *** 主目录不能包含空格或冒号。停止。

我收到此错误消息。为什么?

Ste*_*itt 5

该消息意味着当前目录(包含 Makefile)有一个完整路径,其中至少包含一个空格或冒号,并且不受支持。您需要将源代码树移到别处。