Re: Building Elfutils with Mingw32

2023-11-01 Thread Mark Wielaard
Hi, On Mon, 2023-09-18 at 13:18 +, McAllister, Colin via Elfutils-devel wrote: > > There is a large number of developers who build software for ELF-based > > embedded systems on windows and test/debug/profile/deploy it over some > > network or USB connection. Those people want to have elfutils

Re: Building Elfutils with Mingw32

2023-11-01 Thread Mark Wielaard
On Sat, 2023-09-16 at 09:33 +0200, Ulf Hermann via Elfutils-devel wrote: > > I haven't considered shipping cygwin with perfparser. Is that actually > > possible? It looks like it needs some installation procedure I would > > have to burden the user with. > > I guess shipping cygwin with perfpars

Re: Building Elfutils with Mingw32

2023-09-18 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > [...] I would prefer to use MinGW instead of Cygwin. For some extra > context, we use the Yocto Project to build our Embedded Linux > images, which can provide a cross compiler toolchain and other host > development tools for Windows using MinGW. [...] FWIW, I'm not aware of any conflict b

RE: Building Elfutils with Mingw32

2023-09-18 Thread McAllister, Colin via Elfutils-devel
Hello, > There is a large number of developers who build software for ELF-based > embedded systems on windows and test/debug/profile/deploy it over some > network or USB connection. Those people want to have elfutils for their > debugging and profiling. They want to use elfutils on the host (the w

Re: Building Elfutils with Mingw32

2023-09-16 Thread Milian Wolff
On Samstag, 16. September 2023 09:17:44 CEST Ulf Hermann via Elfutils-devel wrote: > Hi, > > I'll answer some questions here: > > Given that Windows doesn't even use ELF why would you even want elfutils > > on > > such a platform? > > There is a large number of developers who build software for

Re: Building Elfutils with Mingw32

2023-09-16 Thread Ulf Hermann via Elfutils-devel
I haven't considered shipping cygwin with perfparser. Is that actually possible? It looks like it needs some installation procedure I would have to burden the user with. I guess shipping cygwin with perfparser would make me a 3PP [1]. Sounds like fun. [1] https://www.cygwin.com/acronyms/#3PP

Re: Building Elfutils with Mingw32

2023-09-16 Thread Ulf Hermann via Elfutils-devel
Hi, I'll answer some questions here: Given that Windows doesn't even use ELF why would you even want elfutils on such a platform? There is a large number of developers who build software for ELF-based embedded systems on windows and test/debug/profile/deploy it over some network or USB conn

Re: Building Elfutils with Mingw32

2023-09-15 Thread Mark Wielaard
Hi Colin, Hi Ulf, On Thu, Sep 14, 2023 at 07:44:08PM +, McAllister, Colin via Elfutils-devel wrote: > I did see that there were quite a few patches sent to the ML toward the end > of 2022 that attempted to add Windows support. > https://sourceware.org/pipermail/elfutils-devel/2022q4/005449.h

Re: Building Elfutils with Mingw32

2023-09-15 Thread McAllister, Colin via Elfutils-devel
s://www.gnu.org/software/gnulib/manual/html_node/fcntl_002eh.html Best, Colin From: Ulf Hermann Sent: Friday, September 15, 2023 01:57 To: McAllister, Colin ; elfutils-devel@sourceware.org Subject: Re: Building Elfutils with Mingw32 CAUTION - EXTERNAL EMAIL: D

Re: Building Elfutils with Mingw32

2023-09-14 Thread Ulf Hermann via Elfutils-devel
Indeed I have noticed the other patches, but I don't think they are the same as mine. So, now we have a three way merge. I guess some more of the changes could be merged if properly cleaned up and made to benefit other obscure platforms, too. However, there are a few I got a definite "no" for.

RE: Building Elfutils with Mingw32

2023-09-14 Thread McAllister, Colin via Elfutils-devel
: Thursday, September 14, 2023 1:34 AM To: McAllister, Colin ; elfutils-devel@sourceware.org Subject: Re: Building Elfutils with Mingw32 CAUTION - EXTERNAL EMAIL: Do not click any links or open any attachments unless you trust the sender and know the content is safe. Hi, keeping the windows/elfuti

Re: Building Elfutils with Mingw32

2023-09-13 Thread Ulf Hermann via Elfutils-devel
Hi, keeping the windows/elfutils fork up to date definitely is a lot of work, which is why I haven't found the time to do it for a while. However, perfparser could in fact also use debuginfod (with some caveats). I guess that some more of my patches could be upstreamed if properly cleaned up

Re: Building Elfutils with Mingw32

2023-09-13 Thread Frank Ch. Eigler via Elfutils-devel
Hi, Colin - > I'm currently trying to determine the level of effort required to > compile Elfutils for Windows using MinGW. I'd like to get a version > of Elfutils compiled with libdebginfod in order to compile GDB with > debuginfod support on Windows. I've currently explored two > avenues... Nic