You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2020. It is now read-only.
I have compiled clang-6.0.0 on my centos7 system, and this is the log of config_gen.py:
$ ~/.vim/bundle/YCM-Generator/config_gen.py --verbose .
Preparing build directory...
$ make clean
rm -f hello main.o
Running make...
$ make -i -j2
clang -o hello main.c
Build completed in 0.05 sec
Collected 0 relevant entries for C compilation (0 discarded).
Collected 0 relevant entries for C++ compilation (0 discarded).
ERROR: No commands were logged to the build logs (C: /tmp/tmpSHe_Am, C++: /tmp/tmp4YNpNk).
Your build system may not be compatible.
The project is just an simple "helloworld" example, and the Makefile is:
I have compiled clang-6.0.0 on my centos7 system, and this is the log of config_gen.py:
The project is just an simple "helloworld" example, and the Makefile is:
What else do i need to provide?