我试图用Clang编译器运行Eclipse但没有成功。首先我去了http://clang.llvm.org/get_started.html并成功按照说明1到8。我还通过Eclipse市场安装了llvm工具链。
下次使用Clang成功编译后我该怎么办?从安装我有两个文件夹,llvm和build,我在哪里放它们?如何将其连接到Eclipse?
我也下载了lld,以防我需要它,因为llvm-ld不再起作用了。以下是我的错误消息。如果有人能帮助我解决这个问题,我将非常感激!我浪费了很多时间。
20:09:47 **** Incremental Build of configuration Debug for project recursion ****
Info: Internal Builder is used for build
clang -O0 -emit-llvm -g3 -Wall -c -fmessage-length=0 -o recursiveprint.bc ../recursiveprint.c
lld -v -native -o recursion recursiveprint.bc
Cannot run program "lld": Unknown reason
Error: Program "lld" not found in PATH
PATH=[/usr/bin:/bin:/usr/sbin:/sbin]
20:09:47 Build Finished (took 74ms)