在第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"发布于 2015-03-10 11:40:38
哦,对不起。后来发现OS161附带了便携的bmake,不得不将默认的make commend改为bmake。
https://stackoverflow.com/questions/28935750
复制相似问题