使 LLVM 无法包含 $(LLVM_SRC_ROOT)/Makefile.rules
Making LLVM fails to include $(LLVM_SRC_ROOT)/Makefile.rules
我正在尝试在 Windows 上构建 LLVM,我已经运行 llvm/configure,它运行正确。 The guide I'm following 配置后说我需要用 Make 构建 LLVM。我运行了 Make 命令,但出现以下错误:
Makefile:151: /Makefile.rules: No such file or directory
make: *** No rule to make target '/Makefile.rules'. Stop
Makefile 的第 151 行如下:
include $(LLVM_SRC_ROOT)/Makefile.rules
任何帮助将不胜感激,因为我不熟悉 LLVM 和 Make。谢谢。
我正在尝试在 Windows 上构建 LLVM,我已经运行 llvm/configure,它运行正确。 The guide I'm following 配置后说我需要用 Make 构建 LLVM。我运行了 Make 命令,但出现以下错误:
Makefile:151: /Makefile.rules: No such file or directory
make: *** No rule to make target '/Makefile.rules'. Stop
Makefile 的第 151 行如下:
include $(LLVM_SRC_ROOT)/Makefile.rules
任何帮助将不胜感激,因为我不熟悉 LLVM 和 Make。谢谢。