Re: [ovs-dev] [PATCH RFC]: windows: cross-compile using mingw-w64 gcc.

2020-02-24 Thread Alin Serdean
> -Original Message- > From: dev On Behalf Of Ben Pfaff > Sent: Friday, February 14, 2020 2:20 AM > To: William Tu > Cc: ; Alin Gabriel Serdean > > Subject: Re: [ovs-dev] [PATCH RFC]: windows: cross-compile using mingw-w64 > gcc. > > On Thu, Feb 13, 202

Re: [ovs-dev] [PATCH RFC]: windows: cross-compile using mingw-w64 gcc.

2020-02-13 Thread Ben Pfaff
On Thu, Feb 13, 2020 at 04:08:20PM -0800, William Tu wrote: > On Thu, Feb 13, 2020 at 3:50 PM Ben Pfaff wrote: > > > > On Tue, Feb 11, 2020 at 11:13:35AM -0800, William Tu wrote: > > > Currently we use MSVC to compile OVS on Windows. The patch tries > > > to cross-compile OVS for windows using gcc

Re: [ovs-dev] [PATCH RFC]: windows: cross-compile using mingw-w64 gcc.

2020-02-13 Thread William Tu
On Thu, Feb 13, 2020 at 3:50 PM Ben Pfaff wrote: > > On Tue, Feb 11, 2020 at 11:13:35AM -0800, William Tu wrote: > > Currently we use MSVC to compile OVS on Windows. The patch tries > > to cross-compile OVS for windows using gcc from mingw-w64. > > The patch still shows lots of warnings I haven't

Re: [ovs-dev] [PATCH RFC]: windows: cross-compile using mingw-w64 gcc.

2020-02-13 Thread Ben Pfaff
On Tue, Feb 11, 2020 at 11:13:35AM -0800, William Tu wrote: > Currently we use MSVC to compile OVS on Windows. The patch tries > to cross-compile OVS for windows using gcc from mingw-w64. > The patch still shows lots of warnings I haven't fixed, but now > it can generate all the .exe and I tested o

[ovs-dev] [PATCH RFC]: windows: cross-compile using mingw-w64 gcc.

2020-02-11 Thread William Tu
Currently we use MSVC to compile OVS on Windows. The patch tries to cross-compile OVS for windows using gcc from mingw-w64. The patch still shows lots of warnings I haven't fixed, but now it can generate all the .exe and I tested on windows 10 (no kernel module). To try it on: 1) download mingw-w6