我想使用TensorFlow精简版与电路板火花娱乐边缘。我尝试遵循https://codelabs.developers.google.com/codelabs/sparkfun-tensorflow/#3,但当我必须构建二进制文件时,我无法编译。我有一个错误。我使用这个命令
make -f tensorflow/lite/experimental/micro/tools/make/Makefile TARGET=sparkfun_edge micro_speech_bin此命令必须下载所有必需的依赖项并启动构建过程。然而,在这个过程中似乎出现了一个问题,并没有下载所有的依赖项。我不知道是否有人知道我能做些什么来解决我的问题。
我在一个使用Ubuntu 18.04的虚拟机上工作。
我有这个错误:
arm-none-eabi-g++: error: tensorflow/lite/experimental/micro/tools/make/downloads/gcc_embedded//lib/gcc/arm-none-eabi/7.3.1/thumb/v7e-m/fpv4-sp/hard/crtbegin.o: No such file or directory
tensorflow/lite/experimental/micro/examples/micro_speech/Makefile.inc:372: recipe for target 'tensorflow/lite/experimental/micro/tools/make/gen/sparkfun_edge_cortex-m4/bin/micro_speech' failed
make: *** [tensorflow/lite/experimental/micro/tools/make/gen/sparkfun_edge_cortex-m4/bin/micro_speech] Error 1发布于 2019-07-27 15:38:43
也有同样的错误。这对我很有效:编辑文件apollo3evb_makefile.inc
我现在可以构建二进制文件了
https://stackoverflow.com/questions/56260230
复制相似问题