-
Notifications
You must be signed in to change notification settings - Fork 12
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
Owee_buf.Invalid_format("No ELF magic number") on macOS #4
Comments
I haven't looked at this issue properly yet, but it is worth noting that you can run |
Thanks, this is sufficient for my purposes for the time being :) |
Ok, so apparently macOS uses Mach-o format rather than ELF, which is not supported by owee yet. However, rumour has it that @let-def has been working on adding this support recently. Even with that support, some object formats are never going to get support, so we also need to give a proper error message rather than an exception. |
I think Owee_macho is in a good enough state that we can try using it :). |
This may be a known issue, but I am unable to use
prof_spacetime
on macOS.results in
Presumably since
a.out
is not an ELF file. Not sure if this properly belongs toprof_spacetime
,spacetime_lib
, orowee
.The text was updated successfully, but these errors were encountered: