You could try MSYS2 or cygwin for building autotools stuff on Windows. I don't know how easy it would be to interact with libdwarf from .NET directly - possibly not very. But at a pinch maybe you could use dwarfdump, capture its output using the Process class, and extract the data of interest from C#.

I've previously had success doing this sort of thing using MSYS2's predecessor, MSYS. (I used it to build a set of GNU binutils that supported PowerPC as well as x86.) But I believe MSYS2 and cygwin work slightly differently from MSYS, and it's possible that could make a difference.

Regards,

--Tom Seddon

On 16/05/2016 08:43, Ane wrote:
Hello,

I've seen a lot of webpages to have an idea of what the libdwarf library
can do, but I can't find the way to compile it in windows. The reason to
do this, is that I want to read and understand an .axf file in my C#
program that I'm developing in Visual Studio 10 in Windows (I can use VS15
too). I don't need to debug anything, I only want read an .axf file, so if
there is a way to do this, please I want to know it, and how to do it.

Thank you,
Ane.

_______________________________________________
Dwarf-Discuss mailing list
Dwarf-Discuss@lists.dwarfstd.org
http://lists.dwarfstd.org/listinfo.cgi/dwarf-discuss-dwarfstd.org


_______________________________________________
Dwarf-Discuss mailing list
Dwarf-Discuss@lists.dwarfstd.org
http://lists.dwarfstd.org/listinfo.cgi/dwarf-discuss-dwarfstd.org

Reply via email to