ArmDeveloperEcosystem / microphone-library-for-pico

Capture audio from a microphone on your Raspberry Pi Pico or any RP2040 based board. 🎤
Apache License 2.0
253 stars 50 forks source link

Error on cmake command #34

Closed thedistinguishedlunatic closed 1 week ago

thedistinguishedlunatic commented 4 months ago

cmake .. -DPICO_BOARD=pico PICO_SDK_PATH is /home/pi/pico-sdk PICO platform is rp2040. Build type is Release PICO target board is pico. Using board configuration from /home/pi/pico-sdk/src/boards/include/boards/pico.h TinyUSB available at /home/pi/pico-sdk/lib/tinyusb/src/portable/raspberrypi/rp2040; enabling build support for USB. BTstack available at /home/pi/pico-sdk/lib/btstack cyw43-driver available at /home/pi/pico-sdk/lib/cyw43-driver Pico W Bluetooth build support available. lwIP available at /home/pi/pico-sdk/lib/lwip mbedtls available at /home/pi/pico-sdk/lib/mbedtls CMake Error at CMakeLists.txt:44 (add_subdirectory): add_subdirectory given source "examples/hello_analog_microphone" which is not an existing directory.

CMake Error at CMakeLists.txt:45 (add_subdirectory): add_subdirectory given source "examples/hello_pdm_microphone" which is not an existing directory.

CMake Error at CMakeLists.txt:46 (add_subdirectory): add_subdirectory given source "examples/usb_microphone" which is not an existing directory.

-- Configuring incomplete, errors occurred! See also "/home/pi/build/CMakeFiles/CMakeOutput.log".

stale[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

sandeepmistry commented 2 months ago

Hi @thedistinguishedlunatic,

Could you please provide more details on how your environment was setup?

stale[bot] commented 2 weeks ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.