Skip to content
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

Add Support for Baremetal #306

Open
stellarpower opened this issue Jul 26, 2023 · 0 comments
Open

Add Support for Baremetal #306

stellarpower opened this issue Jul 26, 2023 · 0 comments

Comments

@stellarpower
Copy link

Hi,

Nice library, I like using it :).

We are doing some embedded development on a Xilinx Zynq Ultrascale platform. AFAIK this platform runs an ELF binary and is build using a standard GCC cross-compiler toolchain - so I think most of the features should work. However, it seems that when the platform is not detected backward does nothing by default. It would be nice to support baremetal for embedded development, making some reasonable assumptions about the environment - i.e. that this will probably be linux-like (at least compared to Windows, Mac, BSD, ...), but won't feature any of the runtime abilities of a linux OS. We can also simplify away some sections - we don;t need to handle signals, we don't have threads, we could neglect to find a filename. For me, the main thing I'd like is a pretty trace of the functions names and the line numbers callstack, and without being terribly knowledgeable I think this should be possible in a baremetal setup given the binary will feature DWARF symbols just as on a linux sytstem.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant