-
Notifications
You must be signed in to change notification settings - Fork 6
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
GDB can't read compiled artifacts #35
Comments
I'm not entirely sure what the "beam.smp" is. Is that a normal ELF file?
You are using a gdb 10.1 now. Did you try whether it works on Linux? Maybe compiling this gdb missed some options so that it can't read elf32-littlearm. |
When we compile with the Erlang build system we get
(The objcopy command is |
@sylane Can you confirm this works on Linux? |
@c-mauderer Here's the |
@c-mauderer Any hints on how to add these options? |
Hm. Nothing obvious. When gdb-10 was added to RSB, there have been updates to gcc and binutils too. But I wouldn't expect these to have a big influence on gdb. |
I'm trying to open a program compiled for either GRiSP 1 or 2, but always receive the same error:
We had this working sometime in the past, I think, but it was a long time since I tried it because GDB never worked on macOS.
@c-mauderer Any hints on what is wrong here?
The text was updated successfully, but these errors were encountered: