We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to install the dependencies on current Debian:
sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi libnewlib-arm-none-eabi \ libusb-1.0 python-usb python-requests make curl Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package libusb-1.0 E: Couldn't find any package by glob 'libusb-1.0' E: Unable to locate package python-usb E: Unable to locate package python-requests
Trying without these packages:
collect2: error: ld returned 1 exit status make[1]: *** [Makefile:163: applet.elf] Error 1 make[1]: Leaving directory '/home/user/git/md380tools/applet' make: *** [Makefile:32: image_S13] Error 2
Please update the instructions to reflect a more modern version of Debian. As Ubuntu is basically Debian it is probably outdated as well.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to install the dependencies on current Debian:
Trying without these packages:
Please update the instructions to reflect a more modern version of Debian. As Ubuntu is basically Debian it is probably outdated as well.
The text was updated successfully, but these errors were encountered: