error cross compilation for aarch64 #40
Labels
Hardware:Dev Board
Coral Dev Board issues
subtype:Mendel Linux
Mendel Linux Build/installation issues
subtype:ubuntu/linux
Ubuntu/Linux Build/installation issues
type:support
Support question or issue
Description
Hi,
I'm trying to cross-compile libedgetpu for aarch64 using the makefile approach in order to update the lib on coral dev board.
I used the suggested commit for TF2.5. I aldo downloaded the source code for abseil-cpp, flatbuffers and libusb that are the dependecies and edited the makefile_build/Makefile in order to add the include path of these libraries.
I have a bounch of error compiling $(TFROOT)/tensorflow/lite/util.cc :
error: no matching function for call to 'tflite::Pool2DOptions::VerifyField<int8_t>(flatbuffers::Verifier&, tflite::Pool2DOptions::FlatBuffersVTableOffset)
error: no matching function for call to 'tflite::DepthwiseConv2DOptions::VerifyField<int8_t>(flatbuffers::Verifier&, tflite::DepthwiseConv2DOptions::FlatBuffersVTableOffset) const'
and so on..
Can someone help me?
Regards
Click to expand!
Issue Type
Support
Operating System
Mendel Linux, Linux, Ubuntu
Coral Device
Dev Board
Other Devices
No response
Programming Language
C++
Relevant Log Output
The text was updated successfully, but these errors were encountered: