_阿瑶

关注

Makefile:2:*** missing separator. Stop.

_阿瑶

关注

阅读 60

2023-05-17

在make命令后出现这种错误提示,是提示第2行没有分隔符。

例如:

1 target:prerequisites

2 command

……

改为:

1 target:prerequisites

2     command

……

就可以了。

在Makefile文件中,命令必须以【tab】键开始。



相关推荐

生态人

Makefile:26: *** missing separator. Stop.解决办法

生态人 33 0 0

君之言之

make: *** No targets specified and no makefile found. Stop.

君之言之 91 0 0

_阿瑶

make: *** No targets specified and no makefile found. Stop.解决方法

_阿瑶 76 0 0

木樨点点

No targets specified and no makefile found. Stop

木樨点点 112 0 0

素锦时年_1b00

redis make: *** No rule to make target `/include/ruby.h', needed by `zlib.o'. Stop.

素锦时年_1b00 79 0 0

杨沐涵

makefile学习 (2) —— autotools生成makefile

杨沐涵 85 0 0

就是耍帅

Makefile学习2

就是耍帅 57 0 0

niboac

Makefile笔记2

niboac 49 0 0

一天清晨

【MIT Missing Semester 2】Shell Tools

一天清晨 88 0 0

江南北

NMAKE : fatal error U1077: “......\amd64\cl.exe”和“......\amd64\nmake.exe”: 返回代码“0x2” Stop.

江南北 118 0 0

精彩评论(0)

0 0 举报