0

在第 13 行 .include "$(TOP)/mk/os161.config.mk" 我安装了 OS161 工具并尝试在 Eclipse 上运行 OS161 并正在编译依赖项。

# Automatically generated by config; do not edit.
#

# Top of the kernel tree
KTOP=../..
# Top of the whole tree
TOP=$(KTOP)/..
# Debug vs. optimize
KDEBUG=-g
# Name of the kernel config file
CONFNAME=ASST0

.include "$(TOP)/mk/os161.config.mk"
.include "files.mk"
.include "$(TOP)/mk/os161.kernel.mk"
4

1 回答 1

0

哎呀,对不起。后来发现OS161带有便携式bmake,不得不将默认的make推荐更改为bmake。

于 2015-03-10T03:40:37.970 回答