I have been trying to install accept compiler on a ubuntu 16.04 machine. I run the command "make setup" after installing Cmake, Ninja and virtual-env. I get the following error which I am not sure how to debug.
cd llvm/tools ; ln -s ../../clang .
ln: failed to create symbolic link './clang': Operation not supported
Makefile:103: recipe for target 'llvm/tools/clang' failed
Thank you.
Yaswanth