Re: [Dwarf-Discuss] Read an .axf file on windows with LibDwarf

2016-05-18 Thread Ane
Tom Seddon writes: > > > 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 P

Re: [Dwarf-Discuss] Read an .axf file on windows with LibDwarf

2016-05-17 Thread Tom Seddon
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 f

Re: [Dwarf-Discuss] Read an .axf file on windows with LibDwarf

2016-05-17 Thread Eric Christopher
On Tue, May 17, 2016, 1:30 AM Ane wrote: > Eric Christopher writes: > > > > > > > FWIW you can use cmake to compile LLVM for windows with a VS project > output. It has a support library for reading dwarf sections, but you may > need to do a little bit of work to make sure it can understand the >

Re: [Dwarf-Discuss] Read an .axf file on windows with LibDwarf

2016-05-17 Thread Ane
Eric Christopher writes: > > > FWIW you can use cmake to compile LLVM for windows with a VS project output. It has a support library for reading dwarf sections, but you may need to do a little bit of work to make sure it can understand the object file reading it if it isn't just a plain ELF

Re: [Dwarf-Discuss] Read an .axf file on windows with LibDwarf

2016-05-17 Thread Eric Christopher
FWIW you can use cmake to compile LLVM for windows with a VS project output. It has a support library for reading dwarf sections, but you may need to do a little bit of work to make sure it can understand the object file reading it if it isn't just a plain ELF file. Feel free to follow up with me

Re: [Dwarf-Discuss] Read an .axf file on windows with LibDwarf

2016-05-16 Thread Ane
DavidA writes: > > On 05/16/2016 12:43 AM, Ane wrote: > > '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

Re: [Dwarf-Discuss] Read an .axf file on windows with LibDwarf

2016-05-16 Thread DavidA
On 05/16/2016 12:43 AM, Ane wrote: > '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 S

[Dwarf-Discuss] Read an .axf file on windows with LibDwarf

2016-05-16 Thread Ane
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 VS1