-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Please add release binaries for linux/mipsle (mips32r1) platform! #12
Comments
This probably won't work, as this project uses lurk-cli, which seems to only support Interestingly, the repository isn't known (at least not to crates.io or docs.rs) for |
The repository is here: https://github.com/JakWai01/lurk And yeah, I guess we can simply disable the dynamic analysis feature for those platforms if we still want to offer the other functionalities. How does that sound? |
I added
Can you tell me which Rust target that is corresponding to? 😊 |
@orhun i believe it's |
I attempted to add support in #44, however installing the Rust toolchain fails:
https://github.com/orhun/binsider/actions/runs/10943943678/job/30384640148?pr=44 Any ideas? Also, I'm a bit curious about your use case for this platform. Do you mind sharing? :) |
I'm apart of the open source firmware project, thingino we develop a fully open source firmware for mipsel based ingenic soc's. I saw your project and was interested in using it for our project in debugging, etc. It may be workable in the |
Very nice :)
Tried that in https://github.com/orhun/binsider/actions/runs/10963718804/job/30445778057 but it didn't work. |
Your best bet is to use https://github.com/cross-rs/cross to build this. |
great project! thank you! =D
The text was updated successfully, but these errors were encountered: