You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
On version = "2.3.0" it seems to work, but tracepoints_mut() is not present and I think I need that to make the program do something. Loader::load() returns an Ok.
On master it complains about this: ParseError(Reloc).
I'm new to this so any advice is welcomed. Perhaps I should not load programs compiled from c with clang with this library.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to run this program, which is compiled with clang:
On
version = "2.3.0"
it seems to work, buttracepoints_mut()
is not present and I think I need that to make the program do something. Loader::load() returns an Ok.On
master
it complains about this:ParseError(Reloc)
.I'm new to this so any advice is welcomed. Perhaps I should not load programs compiled from c with clang with this library.
The text was updated successfully, but these errors were encountered: