Open how2flow opened 2 years ago
I reinstalled python3-pycoral and solved it However, I see an error log that appears to be an archive problem.
[100%] Linking CXX executable ../out/aarch64/Yolo_EdgeTPU
/usr/bin/ld: /usr/lib/aarch64-linux-gnu/mali/libwayland-egl.so.1: .dynsym local symbol at index 3 (>= sh_info of 3)
/usr/bin/ld: /usr/lib/aarch64-linux-gnu/mali/libwayland-egl.so.1: .dynsym local symbol at index 4 (>= sh_info of 3)
/usr/bin/ld: /usr/lib/aarch64-linux-gnu/mali/libwayland-egl.so.1: .dynsym local symbol at index 5 (>= sh_info of 3)
/usr/bin/ld: /usr/lib/aarch64-linux-gnu/mali/libwayland-egl.so.1: .dynsym local symbol at index 6 (>= sh_info of 3)
/usr/bin/ld: /usr/lib/aarch64-linux-gnu/mali/libwayland-egl.so.1: .dynsym local symbol at index 7 (>= sh_info of 3)
/usr/bin/ld: /usr/lib/aarch64-linux-gnu/mali/libwayland-egl.so.1: .dynsym local symbol at index 8 (>= sh_info of 3)
/usr/bin/ld: /usr/lib/aarch64-linux-gnu/mali/libwayland-egl.so.1: .dynsym local symbol at index 9 (>= sh_info of 3)
/usr/bin/ld: libtensorflow-lite.a(spectrogram.o): in function `tflite::internal::Spectrogram::ProcessCoreFFT()':
spectrogram.cc:(.text+0x460): undefined reference to `rdft'
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/Yolo_EdgeTPU.dir/build.make:158: ../out/aarch64/Yolo_EdgeTPU] Error 1
make[1]: *** [CMakeFiles/Makefile2:657: CMakeFiles/Yolo_EdgeTPU.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
Can you check it out? thank you.
hello, There was a problem trying to apply your code.
my env ARCH: arm64 BOARD: odroid-M1 kernel: 5.18
I installed absl library.
my error log
Can you help me if there's a way to solve it?
thank you.