Caffe-installation-Raspberry-Pi-3 icon indicating copy to clipboard operation
Caffe-installation-Raspberry-Pi-3 copied to clipboard

Makefile.config:9: *** missing separator. Stop.

Open parthr566 opened this issue 6 years ago • 0 comments

I am trying this installation guide to setup caffe into raspberry pi 3. But after the 'makefile' change step, i am getting the following error: 'Makefile.config:9: *** missing separator. Stop.'

Below is the content of the makefile. I have changed as instructed.

Refer to http://caffe.berkeleyvision.org/installation.html

Contributions simplifying and improving our build system are welcome!

cuDNN acceleration switch (uncomment to build with cuDNN).

USE_CUDNN := 1

CPU-only switch (uncomment to build without GPU support).

CPU_ONLY := 1 /usr/local/lib/python2.7/dist-packages/numpy/core/include INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include /usr/include/hdf5/serial/ LIBRARY_DIRS := $(PYTHON_LIB) /usr/local/lib /usr/lib /usr/lib/arm-linux-gnueab$

uncomment to disable IO dependencies and corresponding data layers

USE_OPENCV := 0

USE_LEVELDB := 0

USE_LMDB := 0

This code is taken from https://github.com/sh1r0/caffe-android-lib

USE_HDF5 := 0

Please help me solve this. I am in a bit of hurry. Thank you in advance.

parthr566 avatar Oct 21 '19 22:10 parthr566