当前位置: 技术问答>linux和unix
运用linux的自动生成Makefile文件时,出现错误
来源: 互联网 发布时间:2016-12-31
本文导语: make[1]:***No rule to make target 'leak_bucket.c',needed by 'leak_bucket.o'.Stop. make:***[all] Error 2 | leak_bucket.c 存在么? | 自动生成的就不好控制了,最好自己写。 | makefile有错...
make[1]:***No rule to make target 'leak_bucket.c',needed by 'leak_bucket.o'.Stop.
make:***[all] Error 2
make:***[all] Error 2
|
leak_bucket.c 存在么?
|
自动生成的就不好控制了,最好自己写。
|
makefile有错吧.
target 'leak_bucket.c',needed by 'leak_bucket.o'
这个反了.
leak_bucket.c 应该是依赖者. leak_bucket.o应该是target
target 'leak_bucket.c',needed by 'leak_bucket.o'
这个反了.
leak_bucket.c 应该是依赖者. leak_bucket.o应该是target
|
把makefile贴出来.
|
LZ 仔细耐心地重复几次吧.