-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Answers checklist.
- I have read the component documentation ESP-IDF Components and the issue is not addressed there.
- I am using target and esp-idf version as defined in component's idf_component.yml
- I have searched the issue tracker for a similar issue and not found any related issue.
Which component are you using? If you choose Other, provide details in More Information.
device/esp_tinyusb
ESP-IDF version.
6.0
Development Kit.
ESP32-S3-Xiao
Used Component version.
5.4
More Information.
-- Configuring incomplete, errors occurred!
HINT: The component 'esp_hal_usb' could not be found. This could be because: component name was misspelled, the component was not added to the build, the component has been moved to the IDF component manager, the component has been removed and refactored into some other component or the component may not be supported by the selected target.
Please look out for component in 'https://components.espressif.com' and add using 'idf.py add-dependency' command.
Refer to the migration guide for more details about moved components.
Refer to the build-system guide for more details about how components are found and included in the build.
cmake failed with exit code 1, output of the command is in the /Users/jasonyang/Documents/Development/ai_pin/esp_idf/wakeword_vad_capture/build/log/idf_py_stderr_output_38123 and /Users/jasonyang/Documents/Development/ai_pin/esp_idf/wakeword_vad_capture/build/log/idf_py_stdout_output_38123
jasonyang@Jasons-MacBook-Pro-3 wakeword_vad_capture %
Full logs:
Command: cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DPYTHON=/Users/jasonyang/.espressif/python_env/idf6.0_py3.9_env/bin/python -DESP_PLATFORM=1 -DCCACHE_ENABLE=0 /Users/jasonyang/Documents/Development/ai_pin/esp_idf/wakeword_vad_capture
-- IDF_TARGET is not set, guessed 'esp32s3' from sdkconfig '/Users/jasonyang/Documents/Development/ai_pin/esp_idf/wakeword_vad_capture/sdkconfig'
-- Found Git: /usr/bin/git (found version "2.50.1 (Apple Git-155)")
-- Minimal build - OFF
-- The C compiler identification is GNU 14.2.0
-- The CXX compiler identification is GNU 14.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /Users/jasonyang/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Users/jasonyang/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Users/jasonyang/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Building ESP-IDF components for target esp32s3
NOTICE: Dependencies lock doesn't exist, solving dependencies.
NOTICE: Using component placed at /Users/jasonyang/Documents/Development/ai_pin/esp_idf/components/espressif__esp_websocket_client for dependency "espressif/esp_websocket_client", specified in /Users/jasonyang/Documents/Development/ai_pin/esp_idf/wakeword_vad_capture/main/idf_component.yml
...................NOTICE: Updating lock file at /Users/jasonyang/Documents/Development/ai_pin/esp_idf/wakeword_vad_capture/dependencies.lock
NOTICE: Processing 9 dependencies:
NOTICE: [1/9] espressif/dl_fft (0.3.1)
NOTICE: [2/9] espressif/esp-dsp (1.7.0)
NOTICE: [3/9] espressif/esp-sr (2.3.1)
NOTICE: [4/9] espressif/esp_codec_dev (1.1.0)
NOTICE: [5/9] espressif/esp_modem (1.4.2)
NOTICE: [6/9] espressif/esp_websocket_client (1.6.1) (/Users/jasonyang/Documents/Development/ai_pin/esp_idf/components/espressif__esp_websocket_client)
NOTICE: [7/9] espressif/usb (1.2.0)
NOTICE: [8/9] espressif/usb_host_cdc_acm (2.3.0)
NOTICE: [9/9] idf (6.0.0)
NOTICE: espressif__usb overrides usb since "project_managed_components" type got higher priority than "idf_components"
-- Configuring incomplete, errors occurred!
Other logs:
Command: cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DPYTHON=/Users/jasonyang/.espressif/python_env/idf6.0_py3.9_env/bin/python -DESP_PLATFORM=1 -DCCACHE_ENABLE=0 /Users/jasonyang/Documents/Development/ai_pin/esp_idf/wakeword_vad_capture
-- IDF_TARGET is not set, guessed 'esp32s3' from sdkconfig '/Users/jasonyang/Documents/Development/ai_pin/esp_idf/wakeword_vad_capture/sdkconfig'
-- Found Git: /usr/bin/git (found version "2.50.1 (Apple Git-155)")
-- Minimal build - OFF
-- The C compiler identification is GNU 14.2.0
-- The CXX compiler identification is GNU 14.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /Users/jasonyang/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Users/jasonyang/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Users/jasonyang/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Building ESP-IDF components for target esp32s3
NOTICE: Dependencies lock doesn't exist, solving dependencies.
NOTICE: Using component placed at /Users/jasonyang/Documents/Development/ai_pin/esp_idf/components/espressif__esp_websocket_client for dependency "espressif/esp_websocket_client", specified in /Users/jasonyang/Documents/Development/ai_pin/esp_idf/wakeword_vad_capture/main/idf_component.yml
...................NOTICE: Updating lock file at /Users/jasonyang/Documents/Development/ai_pin/esp_idf/wakeword_vad_capture/dependencies.lock
NOTICE: Processing 9 dependencies:
NOTICE: [1/9] espressif/dl_fft (0.3.1)
NOTICE: [2/9] espressif/esp-dsp (1.7.0)
NOTICE: [3/9] espressif/esp-sr (2.3.1)
NOTICE: [4/9] espressif/esp_codec_dev (1.1.0)
NOTICE: [5/9] espressif/esp_modem (1.4.2)
NOTICE: [6/9] espressif/esp_websocket_client (1.6.1) (/Users/jasonyang/Documents/Development/ai_pin/esp_idf/components/espressif__esp_websocket_client)
NOTICE: [7/9] espressif/usb (1.2.0)
NOTICE: [8/9] espressif/usb_host_cdc_acm (2.3.0)
NOTICE: [9/9] idf (6.0.0)
NOTICE: espressif__usb overrides usb since "project_managed_components" type got higher priority than "idf_components"
-- Configuring incomplete, errors occurred!