gpt4 book ai didi

linux - 生成文件 : missing separator

转载 作者:IT王子 更新时间:2023-10-29 00:09:42 24 4
gpt4 key购买 nike

#kernel build system and can use its lanauge
ifneq($(KERNELRELEASE),)
obj-m:=helloworld.o
else
KDIR:= /lib/modules/2.6.33.3-85.fc13.i686/build
all:
make -C $(KDIR) M=$(PWD) modules
clean:
rm -f *.ko *.o *.mod.o *.mod.c *.symvers
endif

错误是:

makefile:2:*** missing separator . stop

但是对于 ifneq($(KERNELRELEASE),),如果我之前添加一个选项卡,我会得到另一个错误:

makefile:2: ***commands commence before first target. stop

最佳答案

ifneq(之间必须有一个空格。

TAB 前缀表示它是一个 shell 命令,因此请确保 shell 命令(makerm)以 TAB 开头,所有其他行如ifneq 不以 TAB 开头。

关于linux - 生成文件 : missing separator,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3315108/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com