Re: [Dwarf-Discuss] Windows status

2018-02-05 Thread David Anderson
On 02/04/2018 09:08 PM, Vincent Torri wrote:
> with the current state of libdwarf, is it normal that libefl is
> required on Windows, or am I missing something 

Yes, required.  The only object-file-type that libdwarf currently
understands is Elf.

If someone motivated were to provide code
that could add the ability to read other object
files that would be great (after discussing
it with me, don't send a bunch of code without
discussing with me).

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


Re: [Dwarf-Discuss] Windows status

2018-02-05 Thread Jean-Paul Mari
I'm sorry, I should be more precise.
I'm using libelf 0.8.13 located at http://www.mr511.de/software/; I was
also able to use it under msys2.

On Mon, Feb 5, 2018 at 4:04 AM, Vincent Torri 
wrote:

> hello
>
> On Mon, Feb 5, 2018 at 7:20 AM, Jean-Paul Mari 
> wrote:
> > Hello,
> > Libdwarf can be compiled with Visual Studio too but you have to do a
> project
> > file.
> > Libelf is required by libdwarf and can be also build via Visual Studio.
>
> and you use the same libeelf than the one I mentioned ?
>
> > I use both in a personal project and they work fine.
>
> I'll try then
>
> thank you
>
> Vincent Torri
>
>
> > - Jean-Paul
> >
> > On Mon, Feb 5, 2018 at 12:08 AM Vincent Torri 
> > wrote:
> >>
> >> Hello
> >>
> >> on the website, it is mentioned that libdwarf can be compiled on
> >> Windows with cmake. I gave it a try using MSYS2+mingw-w64 and
> >> configure (no cmake)
> >>
> >> 1) it seems that libefl is required (strange for Windows, but ok). So
> >> I compiled https://github.com/WolfgangSt/libelf
> >>
> >> 2) by modifying a bit the Makefile, i've finally compiled a DLL
> >>
> >> with the current state of libdwarf, is it normal that libefl is
> >> required on Windows, or am I missing something ?
> >>
> >> 3) i've also seen the remark about mgwhelp. Is there any on the
> >> integration of this code in libdwarf ?
> >>
> >> thank you
> >>
> >> Vincent Torri
> >> ___
> >> 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


Re: [Dwarf-Discuss] Windows status

2018-02-05 Thread Vincent Torri
hello

On Mon, Feb 5, 2018 at 7:20 AM, Jean-Paul Mari  wrote:
> Hello,
> Libdwarf can be compiled with Visual Studio too but you have to do a project
> file.
> Libelf is required by libdwarf and can be also build via Visual Studio.

and you use the same libeelf than the one I mentioned ?

> I use both in a personal project and they work fine.

I'll try then

thank you

Vincent Torri


> - Jean-Paul
>
> On Mon, Feb 5, 2018 at 12:08 AM Vincent Torri 
> wrote:
>>
>> Hello
>>
>> on the website, it is mentioned that libdwarf can be compiled on
>> Windows with cmake. I gave it a try using MSYS2+mingw-w64 and
>> configure (no cmake)
>>
>> 1) it seems that libefl is required (strange for Windows, but ok). So
>> I compiled https://github.com/WolfgangSt/libelf
>>
>> 2) by modifying a bit the Makefile, i've finally compiled a DLL
>>
>> with the current state of libdwarf, is it normal that libefl is
>> required on Windows, or am I missing something ?
>>
>> 3) i've also seen the remark about mgwhelp. Is there any on the
>> integration of this code in libdwarf ?
>>
>> thank you
>>
>> Vincent Torri
>> ___
>> 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