我已经运行了特定软件的安装脚本,经过几个步骤之后,我在终端中出现此错误;
System name: Linux sorbilene-Veriton-M4610G 3.16.0-30-generic #40~14.04.1-Ubuntu SMP Thu Jan 15 17:43:14 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
System release number translated to 3160
OSID Linux 3160 not found in Makefile.config - remove Makefile and STOP
并且 make 文件终止。
有谁可以解释一下这个错误与什么有关?
答案1
尝试这个:
- 使用任何文本编辑器打开 Makefile.config(需要 sudo 权限);
- 找到以“OS_ID Linux 0001 ”开头的行,它可能是“OS_ID Linux 0001 3000”;
- 将 3000 更改为 3160。
應該可以解决!