-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Error: Cannot locate the path to the asm file #82
Comments
Can you run it with |
Sure:
Both of the referenced files exist, though I wonder if the leading and trailing whitespace inside the quoted strings is an issue.
|
Or maybe I'm just seeing two log lines get interwoven. "Artifact files..." and "Finished..." |
Managed to reproduce it locally, will take a look. |
Was this comment meant to be on this issue? One thing that's a little odd about this crate is that it supports both rlib and staticlib output: https://github.com/shadow/shadow/blob/6fc290de3f88f79f5072661df0d728d65c9307d9/src/main/Cargo.toml#L10 I think normally both are created when compiling with |
Yes. Code that is having a problem was introduced in that MR and I was trying to reach the author.
Probably. Either way it's a good test case and I'll make sure it works. Planning to look closer into the problem tomorrow. |
I tried removing
Thanks! This isn't in any way urgent for me, but it'd be nice if we could use this tool :) |
Can you check if |
Yup, that branch seems to work! I also had the symbol name slightly wrong; after fixing it:
Thanks! |
Okay, I'll fix the tests and release a new version. Thank you for reporting a problem. |
Released 0.2.3 |
Confirmed works for me at the latest release. Thank you for the quick turnaround! |
In shadow (an admittedly complex hybrid C/Rust project that uses build scripts, bindgen, and cbindgen...) I'm getting the following error:
I tried on both Rust 1.63.0 and 1.65.0
The text was updated successfully, but these errors were encountered: