Skip to content
This repository was archived by the owner on Aug 30, 2020. It is now read-only.
This repository was archived by the owner on Aug 30, 2020. It is now read-only.

ERROR: No commands were logged to the build logs #119

@pbesedm

Description

@pbesedm

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:

all:
	$(CC) -o hello main.c
clean:
	rm -f hello main.o

What else do i need to provide?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions