标签:file 停止 分享 make tab ima iss src image
在make命令后出现这种错误提示,是提示第4行没有分隔符。
例如:
1 target:prerequisites
......
4 command
……
改为:
1 target:prerequisites
.....
4 command
……
在Makefile文件中,命令必须以【tab】键开始。
Linux 报错 “ Makefile:4: *** missing separator。 停止。 ”
标签:file 停止 分享 make tab ima iss src image
原文地址:http://www.cnblogs.com/tanrong/p/6935188.html