在第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"
哎呀,对不起。后来OS161附带了可移植的bmake,不得不将默认的make command改为bmake。