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
PIO Core Call Error: "The following files/directories have been created in C:\Users\corde\OneDrive\Documents\PlatformIO\Projects\BlinkVar\r\ninclude - Put project header files here\r\nlib - Put project specific (private) libraries here\r\nsrc - Put project source files here\r\nplatformio.ini - Project Configuration File\r\nResolving freenove_esp32_wrover dependencies...\r\nAlready up-to-date.\r\nUpdating metadata for the vscode IDE...\r\n\n\nUserSideException: Processing freenove_esp32_wrover (platform: espressif32; board: freenove_esp32_wrover; framework: espidf)\r\n--------------------------------------------------------------------------------\r\nVerbose mode can be enabled via -v, --verbose option\r\nCONFIGURATION: https://docs.platformio.org/page/boards/espressif32/freenove_esp32_wrover.html\r\nPLATFORM: Espressif 32 (6.10.0) > Freenove ESP32-Wrover\r\nHARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash\r\nDEBUG: Current (cmsis-dap) External (cmsis-dap, esp-bridge, 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)\r\nPACKAGES: \r\n - framework-espidf @ 3.50400.0 (5.4.0) \r\n - tool-cmake @ 3.16.4 \r\n - tool-esptoolpy @ 1.40501.0 (4.5.1) \r\n - tool-idf @ 1.0.1 \r\n - tool-mconf @ 1.4060000.20190628 (406.0.0) \r\n - tool-ninja @ 1.9.0 \r\n - tool-riscv32-esp-elf-gdb @ 11.2.0+20220823 \r\n - tool-xtensa-esp-elf-gdb @ 11.2.0+20230208 \r\n - toolchain-esp32ulp @ 1.23800.240113 (2.38.0) \r\n - toolchain-xtensa-esp-elf @ 14.2.0+20241119\r\nReading CMake configuration...\r\n-- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.49.0.windows.1") \r\n-- git rev-parse returned 'fatal: not a git repository (or any of the parent directories): .git'\r\n-- The C compiler identification is GNU 14.2.0\r\n-- The CXX compiler identification is GNU 14.2.0\r\n-- The ASM compiler identification is GNU\r\n-- Found assembler: C:/Users/corde/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc.exe\r\n-- Check for working C compiler: C:/Users/corde/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc.exe\r\n-- Check for working C compiler: C:/Users/corde/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc.exe -- works\r\n-- Detecting C compiler ABI info\r\n-- Detecting C compiler ABI info - done\r\n-- Detecting C compile features\r\n-- Detecting C compile features - done\r\n-- Check for working CXX compiler: C:/Users/corde/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-g++.exe\r\n-- Check for working CXX compiler: C:/Users/corde/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-g++.exe -- works\r\n-- Detecting CXX compiler ABI info\r\n-- Detecting CXX compiler ABI info - done\r\n-- Detecting CXX compile features\r\n-- Detecting CXX compile features - done\r\n-- git rev-parse returned 'fatal: not a git repository (or any of the parent directories): .git'\r\n-- Could not use 'git describe' to determine PROJECT_VER.\r\n-- Building ESP-IDF components for target esp32\r\n-- Configuring incomplete, errors occurred!\r\nSee also "C:/Users/corde/OneDrive/Documents/PlatformIO/Projects/BlinkVar/.pio/build/freenove_esp32_wrover/CMakeFiles/CMakeOutput.log".\r\n\r\nfatal: not a git repository (or any of the parent directories): .git\r\nCMake Error at C:/Users/corde/.platformio/packages/framework-espidf/tools/cmake/build.cmake:610 (message):\r\n C:\Users\corde\.platformio\penv\.espidf-5.4.0\Scripts\python.exe: Error\r\n while finding module specification for\r\n 'idf_component_manager.prepare_components' (ModuleNotFoundError: No module\r\n named 'idf_component_manager')\r\n\r\nCall Stack (most recent call first):\r\n C:/Users/corde/.platformio/packages/framework-espidf/tools/cmake/project.cmake:710 (idf_build_process)\r\n CMakeLists.txt:3 (project)\r\n\r\n\r\n\r\n========================== [FAILED] Took 3.19 seconds =========================="
The text was updated successfully, but these errors were encountered:
PIO Core Call Error: "The following files/directories have been created in C:\Users\corde\OneDrive\Documents\PlatformIO\Projects\BlinkVar\r\ninclude - Put project header files here\r\nlib - Put project specific (private) libraries here\r\nsrc - Put project source files here\r\nplatformio.ini - Project Configuration File\r\nResolving freenove_esp32_wrover dependencies...\r\nAlready up-to-date.\r\nUpdating metadata for the vscode IDE...\r\n\n\nUserSideException: Processing freenove_esp32_wrover (platform: espressif32; board: freenove_esp32_wrover; framework: espidf)\r\n--------------------------------------------------------------------------------\r\nVerbose mode can be enabled via
-v, --verbose
option\r\nCONFIGURATION: https://docs.platformio.org/page/boards/espressif32/freenove_esp32_wrover.html\r\nPLATFORM: Espressif 32 (6.10.0) > Freenove ESP32-Wrover\r\nHARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash\r\nDEBUG: Current (cmsis-dap) External (cmsis-dap, esp-bridge, 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)\r\nPACKAGES: \r\n - framework-espidf @ 3.50400.0 (5.4.0) \r\n - tool-cmake @ 3.16.4 \r\n - tool-esptoolpy @ 1.40501.0 (4.5.1) \r\n - tool-idf @ 1.0.1 \r\n - tool-mconf @ 1.4060000.20190628 (406.0.0) \r\n - tool-ninja @ 1.9.0 \r\n - tool-riscv32-esp-elf-gdb @ 11.2.0+20220823 \r\n - tool-xtensa-esp-elf-gdb @ 11.2.0+20230208 \r\n - toolchain-esp32ulp @ 1.23800.240113 (2.38.0) \r\n - toolchain-xtensa-esp-elf @ 14.2.0+20241119\r\nReading CMake configuration...\r\n-- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.49.0.windows.1") \r\n-- git rev-parse returned 'fatal: not a git repository (or any of the parent directories): .git'\r\n-- The C compiler identification is GNU 14.2.0\r\n-- The CXX compiler identification is GNU 14.2.0\r\n-- The ASM compiler identification is GNU\r\n-- Found assembler: C:/Users/corde/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc.exe\r\n-- Check for working C compiler: C:/Users/corde/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc.exe\r\n-- Check for working C compiler: C:/Users/corde/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc.exe -- works\r\n-- Detecting C compiler ABI info\r\n-- Detecting C compiler ABI info - done\r\n-- Detecting C compile features\r\n-- Detecting C compile features - done\r\n-- Check for working CXX compiler: C:/Users/corde/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-g++.exe\r\n-- Check for working CXX compiler: C:/Users/corde/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-g++.exe -- works\r\n-- Detecting CXX compiler ABI info\r\n-- Detecting CXX compiler ABI info - done\r\n-- Detecting CXX compile features\r\n-- Detecting CXX compile features - done\r\n-- git rev-parse returned 'fatal: not a git repository (or any of the parent directories): .git'\r\n-- Could not use 'git describe' to determine PROJECT_VER.\r\n-- Building ESP-IDF components for target esp32\r\n-- Configuring incomplete, errors occurred!\r\nSee also "C:/Users/corde/OneDrive/Documents/PlatformIO/Projects/BlinkVar/.pio/build/freenove_esp32_wrover/CMakeFiles/CMakeOutput.log".\r\n\r\nfatal: not a git repository (or any of the parent directories): .git\r\nCMake Error at C:/Users/corde/.platformio/packages/framework-espidf/tools/cmake/build.cmake:610 (message):\r\n C:\Users\corde\.platformio\penv\.espidf-5.4.0\Scripts\python.exe: Error\r\n while finding module specification for\r\n 'idf_component_manager.prepare_components' (ModuleNotFoundError: No module\r\n named 'idf_component_manager')\r\n\r\nCall Stack (most recent call first):\r\n C:/Users/corde/.platformio/packages/framework-espidf/tools/cmake/project.cmake:710 (idf_build_process)\r\n CMakeLists.txt:3 (project)\r\n\r\n\r\n\r\n========================== [FAILED] Took 3.19 seconds =========================="The text was updated successfully, but these errors were encountered: