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 cou
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 c
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 b
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.
I use both in a personal project and they work fine.
- Jean-Paul
On Mon, Feb 5, 2018 at 12:08 AM Vincent Torri
wrote:
> Hello
>
> on t
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 th