You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make[1]: Entering directory '/home/pi/tengine/serializer'
make[2]: Entering directory '/home/pi/tengine/serializer/onnx'
protoc --cpp_out . onnx.proto
mv onnx.pb.h ../include
In file included from onnx.pb.cc:4:0:
/home/pi/tengine/serializer/include/onnx.pb.h:12:2: error: #error This file was generated by a newer version of protoc which is
#error This file was generated by a newer version of protoc which is
^~~~~
/home/pi/tengine/serializer/include/onnx.pb.h:13:2: error: #error incompatible with your Protocol Buffer headers. Please update
#error incompatible with your Protocol Buffer headers. Please update
^~~~~
/home/pi/tengine/serializer/include/onnx.pb.h:14:2: error: #error your headers.
#error your headers.
It seen that I using the wrong version of protoc , isn't it ?
The text was updated successfully, but these errors were encountered:
Hello! I get error while
make
:It seen that I using the wrong version of protoc , isn't it ?
The text was updated successfully, but these errors were encountered: