Golevka / emacs-clang-complete-async

An emacs plugin to complete C and C++ code using libclang
360 stars 71 forks source link

make error on archlinux #81

Closed hujianxin closed 9 years ago

hujianxin commented 9 years ago

cc -std=c99 -I/usr/include -DNDEBUG -D_GNU_SOURCE -DSTDC_CONSTANT_MACROS -DSTDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -fPIC -Wall -Wextra -pedantic -O3 -I./src -c -o src/obj/completion_serv.o ./src/completion_serv.c ./src/completion_serv.c:99:1: fatal error: error writing to /tmp/ccS1R5kY.s: No space left on device } ^ compilation terminated. makefile.mk:43: recipe for target 'src/obj/completion_serv.o' failed make: *\ [src/obj/completion_serv.o] Error 1

hujianxin commented 9 years ago

The problem was sovled after restarting archlinux pc.