i tried to build android Kernel msm-3.18 with Clang along with aosp 10 and im getting build error related to Linker
CHK include/generated/uapi/linux/version.h HOSTCC scripts/basic/fixdep clang-9: error: unable to execute command: Executable "ld" doesn't exist! clang-9: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [scripts/Makefile.host:91: scripts/basic/fixdep] Error 1
attaching the snapshot and make command
[Error LOG] (https://pastebin.com/K5kXM606)logs
please suggest how to fix this error
Take a look in this error, and find out where the
ld
command path define.I think it will be help.