Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
parthr566 opened this issue Oct 21, 2019 · 0 comments
Open

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

parthr566 opened this issue Oct 21, 2019 · 0 comments

Comments

@parthr566
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant