rbgirshick/rcnn

Caffe 0.999 error in 'make all'

Aky97567 opened this issue · 0 comments

Hi,
I am on ubuntu 14.04. I wish to use caffe in cpu only mode as i do not have any dedicated gpu.
I am getting the following error when i give the make all command:

akshay@bebop:~/caffe/caffe-0.999$ make all
/usr/bin/g++ src/caffe/blob.cpp -pthread -fPIC -DNDEBUG -O2 -I/usr/include/python2.7 -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/local/include -Ibuild/src -I./src -I./include -I/usr/local/cuda/include -c -o build/src/caffe/blob.o src/caffe/blob.cpp:3:26: fatal error: cuda_runtime.h: No such file or directory
#include <cuda_runtime.h>
^
compilation terminated.
make: *** [build/src/caffe/blob.o] Error 1

I do not intend to use cuda.
I have attached my makefile.config and makefile. Any help would be appreciated.

attachments.zip