-
Notifications
You must be signed in to change notification settings - Fork 44
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
make run_assistant fails on Raspberry Pi #76
Comments
You should check the version of gRPC you are using. In tests v1.11.0 has compiled fine. |
I was in v1.12.1-12795-g9655f1f644. I cleaned the project and checked out v1.11.0 as in the build.sh you linked. Now ares building fails when I try to compile gRPC. I get following error:
I didn't have same issue with the latest from the master. Could it have something to do with my GCC version? My current GCC version is gcc (Raspbian 8.3.0-6+rpi1) 8.3.0 |
Potentially that version of gcc is too old. |
By having more recent gRPC v1.22.0 as suggested here I managed to compile gRPC and also the assistant. How ever now I get segfault when trying to run any of the run_assistant_text, run_assistant_audio or run_assistant_file. Here's the backtrace:
Is there anything I can do here? I managed to get the Python version to work on the same computer. |
I followed the setup instructions step by step on my Raspberry Pi and completed all the steps, except make run_assistant failing after a while with error:
I see the missing abseil library is in the path${GRPC_PATH}/third_party/abseil-cpp but makefile doesn't seem to find it? If I add line -I$ (GRPC_SRC_PATH)/third_party/abseil-cpp to CPPFLAGS of the Makefile, I get declaration conflicts when trying to compile.
What might I have missed?
The text was updated successfully, but these errors were encountered: