We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am not able to run the debug_control.py. when I run , I get this error
(openpilot) cyngn@vivekgr:~/roadtrain/openpilot/tools/carcontrols$ python debug_controls.py make: Nothing to be done for 'all'. make: Nothing to be done for 'all'. [ CC ] can_list_to_can_capnp.o clang++ -std=c++11 -g -fPIC -I../ -I../../ -O2 -Werror=implicit-function-declaration -Werror=incompatible-pointer-types -Werror=int-conversion -Werror=return-type -Werror=format-extra-args -I/usr/include/libusb-1.0 -MMD -Iinclude -I.. -I../.. -I../../phonelibs/capnp-cpp/include -I../../phonelibs/zmq/aarch64/include -I../../selfdrive/messaging -c -o 'can_list_to_can_capnp.o' 'can_list_to_can_capnp.cc' can_list_to_can_capnp.cc:6:10: fatal error: 'cereal/gen/cpp/log.capnp.h' file not found #include "cereal/gen/cpp/log.capnp.h"
Would be great if someone can help me.
The text was updated successfully, but these errors were encountered:
Thanks , The solution is to make it again , so that gen file is created.
Sorry, something went wrong.
No branches or pull requests
I am not able to run the debug_control.py. when I run , I get this error
(openpilot) cyngn@vivekgr:~/roadtrain/openpilot/tools/carcontrols$ python debug_controls.py
make: Nothing to be done for 'all'.
make: Nothing to be done for 'all'.
[ CC ] can_list_to_can_capnp.o
clang++ -std=c++11 -g -fPIC -I../ -I../../ -O2 -Werror=implicit-function-declaration -Werror=incompatible-pointer-types -Werror=int-conversion -Werror=return-type -Werror=format-extra-args -I/usr/include/libusb-1.0 -MMD
-Iinclude -I.. -I../..
-I../../phonelibs/capnp-cpp/include
-I../../phonelibs/zmq/aarch64/include
-I../../selfdrive/messaging
-c -o 'can_list_to_can_capnp.o' 'can_list_to_can_capnp.cc'
can_list_to_can_capnp.cc:6:10: fatal error: 'cereal/gen/cpp/log.capnp.h' file not found
#include "cereal/gen/cpp/log.capnp.h"
Would be great if someone can help me.
The text was updated successfully, but these errors were encountered: