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
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
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
>
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
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
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
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
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