You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get this working on an RPi 3B using the Movidius API. When I trying running make after making the adjustments listed in #11 , I get the following error:
Compiling: src/PythonWrapper.cpp
Linking: libpydetector.so
./src/Region.o: file not recognized: File format not recognized
collect2: error: ld returned 1 exit status
Makefile:43: recipe for target 'libpydetector.so' failed
make: *** [libpydetector.so] Error 1
Any ideas?
The text was updated successfully, but these errors were encountered:
I am trying to get this working on an RPi 3B using the Movidius API. When I trying running
make
after making the adjustments listed in #11 , I get the following error:Compiling: src/PythonWrapper.cpp
Linking: libpydetector.so
./src/Region.o: file not recognized: File format not recognized
collect2: error: ld returned 1 exit status
Makefile:43: recipe for target 'libpydetector.so' failed
make: *** [libpydetector.so] Error 1
Any ideas?
The text was updated successfully, but these errors were encountered: