libdwarfpp icon indicating copy to clipboard operation
libdwarfpp copied to clipboard

Windows support

Open jgcodes2020 opened this issue 4 years ago • 2 comments

Since this library compiles using Autotools, it won't exactly support Windows.

jgcodes2020 avatar May 31 '21 21:05 jgcodes2020

Is that a criticism or an offer? I'll take the latter. :-)

But actually I'm not sure what you mean. Cygwin, mingw and WSL all seem like plausible ways to get this code working on Windows, autotools included. I haven't tried. If you have, feel free to report back here.

I'm not sure how much use of DWARF there is natively on Windows, so I assume your interest is in cross-tooling that runs on Windows.

stephenrkell avatar Jun 04 '21 10:06 stephenrkell

MinGW will actually output DWARF data in its executables using PE sections analogous to those used on Linux. Honestly, a good plan would be to switch from Autotools to a different build system like CMake or Meson.

jgcodes2020 avatar Jun 11 '21 18:06 jgcodes2020