-
Notifications
You must be signed in to change notification settings - Fork 742
Radare2 bindings - Error { repr: Custom(Custom { kind: Other, error: StringError(\"Cannot find binary path\") }) } #1205
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
Comments
That error comes from the |
Well, it prevents from the generating the full bindings for this file. |
Hmm, it definitely should not. We write the (unformatted) bindings right after printing the error in: Does it happen on master? I think you're getting bit by what I fixed in #1112. |
r_core.rs.gz |
@emilio aha, seems that
|
Ran into this myself. Could you add this to the README or the book, that in order to use the CLI, you need to install |
Sorry for missing this one, yeah, this should be added to the docs... I can't do it right now but I'll put it in the queue. PRs welcome if you manage to get to it earlier of course. Sorry! |
Produce a more useful error message when rustfmt can't be found. Fixes #1205
The file is https://github.com/radare/radare2/blob/master/libr/include/r_core.h This is my creduce predicate script:
Here is the preprocessed file
__bindgen.i.gz
Sadly creduce cannot reduce this test because of the bug in the creduce itself - I sent them a report, they are checking it.
See also #1154
The text was updated successfully, but these errors were encountered: