January 19, 2024, 21:28
Using PICO_SDK_PATH from environment ('/home/gaedel/pico/pico-sdk') -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Could NOT find LIBUSB (missing: LIBUSB_INCLUDE_DIR) CMake Error at CMakeLists.txt:34 (message): picotool cannot be built because libUSB is not found -- Configuring incomplete, errors occurred! See also "/home/gaedel/pico/picotool/build/CMakeFiles/CMakeOutput.log".Any ideas on what to do next?
Installing VSCODE Reading package lists... Done Building dependency tree... Done Reading state information... Done No apt package "code", but there is a snap with that name. Try "snap install code" E: Unable to locate package codeI did the
snap install code, reran, and got the same error.
#if [[ "$SKIP_VSCODE" == 1 ]]; then # echo "Skipping VSCODE" #else # echo "Installing VSCODE" # sudo apt install -y $VSCODE_DEPS # Get extensions # code --install-extension marus25.cortex-debug # code --install-extension ms-vscode.cmake-tools # code --install-extension ms-vscode.cpptools #fiDo you guys see anything wrong in the code?