Skip to content

Commit

Permalink
Fixing aarch64 lib Path in the Makefile
Browse files Browse the repository at this point in the history
Recommending the correct version of the aarch64 libs
  • Loading branch information
manoj7410 committed Oct 1, 2021
1 parent a2d3e64 commit eced31a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/examples/classification/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# 3. Download external dependencies for TensorFlow Lite:
# $ tensorflow/tensorflow/lite/tools/make/download_dependencies.sh
# 4. Cross-compile TensorFlow Lite for aarch64:
# $ tensorflow/tensorflow/lite/tools/make/build_generic_aarch64_lib.sh
# $ tensorflow/tensorflow/lite/tools/make/build_aarch64_lib.sh
# 5. Cross-compile classify.cc example for aarch64:
# $ TENSORFLOW_DIR=<location> make
# 6. Copy the following files to Coral Dev board:
Expand Down Expand Up @@ -38,7 +38,7 @@ classify: classify.cc
-I$(MAKEFILE_DIR)/edgetpu_runtime/libedgetpu/ \
-I$(TENSORFLOW_DIR) \
-I$(TENSORFLOW_DIR)/tensorflow/lite/tools/make/downloads/flatbuffers/include \
-L$(TENSORFLOW_DIR)/tensorflow/lite/tools/make/gen/generic-aarch64_armv8-a/lib \
-L$(TENSORFLOW_DIR)/tensorflow/lite/tools/make/gen/linux_aarch64/lib \
-L$(MAKEFILE_DIR)/edgetpu_runtime/libedgetpu/direct/aarch64/ \
-ltensorflow-lite -l:libedgetpu.so.1.0 -lpthread -lm -ldl

Expand Down

0 comments on commit eced31a

Please sign in to comment.