-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing libusb dependency on ubuntu:latest (IDFGH-1893) #4095
Comments
I had this issue too so it's not local to @mirronelli's system. |
I'm having this exact problem too running the
|
I couldn't find the package but I did
on Ubuntu 20.04 |
It should be enough to do A fix to the docs is in review now, this issue will be updated when it merges. |
- Arch uses 'libusb' package, provides libusb-1.0.so - CentOS has moved to 'libusbx', which is libusb-1 API compatible Related to #4095
Thanks for the solve already, don't know why I'm getting this, github codespace building circuitpython, using the idf install.sh, but got a non-zero exit code (one would have expected it to be installed):
|
NEW to using CODESPACES... @SL2021-Dev ➜ /workspaces/SL-v2/esp-idf (ac5d805) $ . export.sh Tryed to install... apt install libusb-1.0-0 |
Problem Description
The toolchain setup on a ubuntu:latest container doesn't produce a working build environment
Expected Behavior
Actual Behavior
export.sh throws this error
WARNING: tool openocd-esp32 version v0.10.0-esp32-20190708 is installed, but the tool failed to run
trying to start openocd directly displays:
Steps to repropduce
Steps to fix
apt-get install libusb-1.0
Suggested change
add the libusb dependency to the documentation
The text was updated successfully, but these errors were encountered: