-
Notifications
You must be signed in to change notification settings - Fork 112
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
format truncation compile error #55
Comments
Same issue here |
If you insert "-Wno-format-truncation" at line 356: AM_CPPFLAGS = -Wall -Wno-format-truncation -Werror -Wextra -Wreturn-type -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_LARGE_FILE $(LIBUSB1_CFLAGS) It works for me... |
Edit the main.cpp line 1491 from |
I'll leave this open as it's a bug. |
Yeah, it works |
i just wanna fix my orange pi 5 that i foolishly flashed all drives with the bootloader ......is there a prebuilt binary available for linux? |
I shouldn't be hard to just fix this in repo? But there is a reason why SBC's are dying.... |
Here fixed version of this tool https://github.com/radxa/rkdeveloptool/commits/master |
Any fix for this?
The text was updated successfully, but these errors were encountered: