Closed haverland closed 2 years ago
I've used current rolling (fresh checkout). On Mac I get now following error
Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32cam.html PLATFORM: Espressif 32 (4.4.0) > AI Thinker ESP32-CAM HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash DEBUG: Current (esp-prog) External (cmsis-dap, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa) PACKAGES:
-v, --verbose
fatal: not a git repository (or any of the parent directories): .git CMake Error at /Users/haverland/.platformio/packages/framework-espidf@3.40302.0/tools/cmake/build.cmake:191 (message): Failed to resolve component 'tflite-lib'. Call Stack (most recent call first): /Users/haverland/.platformio/packages/framework-espidf@3.40302.0/tools/cmake/build.cmake:217 (build_resolve_and_add_req) /Users/haverland/.platformio/packages/framework-espidf@3.40302.0/tools/cmake/build.cmake:218 (build_expand_requirements) /Users/haverland/.platformio/packages/framework-espidf@3.40302.0/tools/cmake/build.cmake:218 (build_expand_requirements) /Users/haverland/.platformio/packages/framework-espidf@3.40302.0/tools/cmake/build.cmake:441 (build_expand_requirements) /Users/haverland/.platformio/packages/framework-espidf@3.40302.0/tools/cmake/project.cmake:399 (idf_build_process) CMakeLists.txt:13 (project)
you forgot do checkout the submodules (thats something new, sry). See https://github.com/jomjol/AI-on-the-edge-device/blob/rolling/code/README.md
Answered
I've used current rolling (fresh checkout). On Mac I get now following error
(mlp) [15:08:04] [~/workspaces/GitHub/AI-on-the-edge-device] git(master) ❱❱❱ cd code; platformio run --environment esp32cam Processing esp32cam (platform: espressif32@4.4.0; board: esp32cam; framework: espidf)
Verbose mode can be enabled via
-v, --verbose
option CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32cam.html PLATFORM: Espressif 32 (4.4.0) > AI Thinker ESP32-CAM HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash DEBUG: Current (esp-prog) External (cmsis-dap, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa) PACKAGES:fatal: not a git repository (or any of the parent directories): .git CMake Error at /Users/haverland/.platformio/packages/framework-espidf@3.40302.0/tools/cmake/build.cmake:191 (message): Failed to resolve component 'tflite-lib'. Call Stack (most recent call first): /Users/haverland/.platformio/packages/framework-espidf@3.40302.0/tools/cmake/build.cmake:217 (build_resolve_and_add_req) /Users/haverland/.platformio/packages/framework-espidf@3.40302.0/tools/cmake/build.cmake:218 (build_expand_requirements) /Users/haverland/.platformio/packages/framework-espidf@3.40302.0/tools/cmake/build.cmake:218 (build_expand_requirements) /Users/haverland/.platformio/packages/framework-espidf@3.40302.0/tools/cmake/build.cmake:441 (build_expand_requirements) /Users/haverland/.platformio/packages/framework-espidf@3.40302.0/tools/cmake/project.cmake:399 (idf_build_process) CMakeLists.txt:13 (project)