espressif / esp-who

Face detection and recognition framework
Other
1.65k stars 460 forks source link

Build error #112

Closed energo5 closed 4 years ago

energo5 commented 4 years ago

Hello. When i follow this steps https://github.com/espressif/esp-who on this step: idf.py build

i see error: CMake Error at /Users/shev/Documents/Arduino/libraries/esp-who/components/esp-face/CMakeLists.txt:19 (target_link_libraries): Cannot specify link libraries for target "esp-face" which is not built by this project.

Have you decision?

XiaochaoGONG commented 4 years ago

You may have different version of esp-idf which we recommend. Anyway, please update the new version to 6d06fbb

energo5 commented 4 years ago

I have this version: ~/esp/esp-idf $ git describe --tags --dirty v3.3

With new version CMakeLists.txt with this code: register_component()

target_link_libraries(${COMPONENT_NAME} "-L ${CMAKE_CURRENT_SOURCE_DIR}/lib") target_link_libraries(${COMPONENT_NAME} dl_lib fd fr )

I have the same error while "idf.py build"

XiaochaoGONG commented 4 years ago

Please see #109

energo5 commented 4 years ago

Have you any decisions about this https://github.com/espressif/esp-who/issues/109#issuecomment-532508865 ?