Dear all,
I am working on https://www.variscite.com/product/evaluation-kits/dart-mx8m-plus-evaluation-kits/ which mount a iMX8M Plus with custom debian distribution based on Bullseye (kernel 5.10.52_2.1.0)
I am trying to build from source Tensorflow lite (https://github.com/nxp-imx/tensorflow-imx) but I am having problem in bazel phase. My current setup is:
- branch: lf-6.1.55_2.2.0
- bazel version 5.3.0
- clang-llvm16.0.0-aarch64-linux
After configuring build and running bazel as per documentation (https://www.tensorflow.org/install/source) I get:
ERROR: /run/media/system/mmcblk1p1/tensorflow-imx/tensorflow/cc/saved_model/BUILD:91:11: Illegal ambiguous match on configurable attribute "deps" in //tensorflow/cc/saved_model:loader:
//tensorflow:framework_shared_object
//tensorflow:elinux
Multiple matches are not allowed unless one is unambiguously more specialized.
What could be the problem?