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

cannot compile on raspberry pi #116

Open
kevinsuo opened this issue Nov 8, 2019 · 0 comments
Open

cannot compile on raspberry pi #116

kevinsuo opened this issue Nov 8, 2019 · 0 comments

Comments

@kevinsuo
Copy link

kevinsuo commented Nov 8, 2019

pi@raspberrypi ~/D/c/arm> make
mkdir -p bin
g++ -O3 --std=c++11 -I ../kernels/ -lpthread -mfpu=neon-fp-armv8 -o bin/gemm_bench gemm_bench.cc
gemm_bench.cc:6:38: fatal error: gemmlowp/public/gemmlowp.h: No such file or directory
#include "gemmlowp/public/gemmlowp.h"
^
compilation terminated.
Makefile:12: recipe for target 'gemm' failed
make: *** [gemm] Error 1

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