内核编译错误 uclinux 2.6.21
make[4]: *** No rule to make target `(termcap.o', needed by `all'. Stop.
提示的错误
1 # Copyright (C) 1995,1996 Robert de Bath <rdebath@cix.compulink.co.uk>
2 # This file is part of the Linux-8086 C library and is distributed
3 # under the GNU Library General Public License.
4
5 LIBC=../libc.a
6 OBJ=termcap.o tparam.o
7
8 all: $(LIBC) ($(OBJ)) 这一句的 ($(OBJ)) 是什么意思?
9 #@$(RM) $(OBJ)
10
11 clean:
12 rm -f *.o libc.a
这是这个makefile文件
不清除 这个文件要做什么
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
就是包括OBJ=后面的所有文件