Re: [Mingw-w64-public] Cross compiling the compiler on Linux

2014-02-22 Thread Stephen Kitt
Hi Ruben, On Fri, 21 Feb 2014 09:38:10 +0100, Ruben Van Boxem wrote: > If you don't mind I've got some comments and/or questions on the content of > your presentation. Some are just my opinion, feel free to ignore those ;-) I don't mind at all, thanks for the feedback! > Apart from the usual >

Re: [Mingw-w64-public] Cross compiling the compiler on Linux

2014-02-21 Thread Ruben Van Boxem
2014-02-21 6:44 GMT+01:00 Stephen Kitt : > Hi Ingo, > > On Tue, 04 Feb 2014 21:40:28 +0100, Ingo Maindorfer > > wrote: > > how was the talk? Is there a way to get your talk online? > > I'm not really the right person to ask, but the audience seemed interested > enough and I discovered a few more

Re: [Mingw-w64-public] Cross compiling the compiler on Linux

2014-02-20 Thread Stephen Kitt
Hi Ingo, On Tue, 04 Feb 2014 21:40:28 +0100, Ingo Maindorfer wrote: > how was the talk? Is there a way to get your talk online? I'm not really the right person to ask, but the audience seemed interested enough and I discovered a few more MinGW-w64 users. My slides are available on http://www.sk2

Re: [Mingw-w64-public] Cross compiling the compiler on Linux

2014-02-04 Thread Ingo Maindorfer
Hi Stephen, how was the talk? Is there a way to get your talk online? > I'm working on introducing a new partial architecture in Debian, which will > allow us to easily (for some value of "easily") build lots of libraries and > binaries with security support and all the rest. I'll be talking abou

Re: [Mingw-w64-public] Cross compiling the compiler on Linux

2014-01-15 Thread Adrien Nader
On Wed, Jan 15, 2014, Peter Kümmel wrote: > On 15.01.2014 10:08, Adrien Nader wrote: > >> I like the idea to build everything from scratch. Do you know > >> www.buildroot.org ? > >> It's Makefile based, with embedded systems as targets, not sure if > >> win32 would be too exotic. > > > > I didn't k

Re: [Mingw-w64-public] Cross compiling the compiler on Linux

2014-01-15 Thread Peter Kümmel
On 15.01.2014 10:08, Adrien Nader wrote: >> I like the idea to build everything from scratch. Do you know >> www.buildroot.org ? >> It's Makefile based, with embedded systems as targets, not sure if >> win32 would be too exotic. > > I didn't know of buildroot back when I started. I think that when

Re: [Mingw-w64-public] Cross compiling the compiler on Linux

2014-01-15 Thread Adrien Nader
On Tue, Jan 14, 2014, Peter Kümmel wrote: > On 13.01.2014 18:21, Adrien Nader wrote: > > On Mon, Jan 13, 2014, Peter Kümmel wrote: > >> What's mingw-w64's "state-of-the-art" way of cross compiling on Linux > >> (Ubuntu)? > > > > As Ruben pointed out, you can use the binaries from your distribution

Re: [Mingw-w64-public] Cross compiling the compiler on Linux

2014-01-14 Thread Peter Kümmel
On 13.01.2014 19:41, Stephen Kitt wrote: > Hi, > > On Mon, 13 Jan 2014 18:21:12 +0100, Adrien Nader wrote: >> On Mon, Jan 13, 2014, Peter Kümmel wrote: >>> What's mingw-w64's "state-of-the-art" way of cross compiling on Linux >>> (Ubuntu)? >> >> As Ruben pointed out, you can use the binaries from

Re: [Mingw-w64-public] Cross compiling the compiler on Linux

2014-01-14 Thread Peter Kümmel
On 13.01.2014 18:21, Adrien Nader wrote: > On Mon, Jan 13, 2014, Peter Kümmel wrote: >> What's mingw-w64's "state-of-the-art" way of cross compiling on Linux >> (Ubuntu)? > > As Ruben pointed out, you can use the binaries from your distribution. > In the case of Ubuntu, you inherit the ones from D

Re: [Mingw-w64-public] Cross compiling the compiler on Linux

2014-01-14 Thread Peter Kümmel
On 13.01.2014 15:38, Ruben Van Boxem wrote: > 2014/1/13 Peter Kümmel mailto:syntheti...@gmx.net>> > > What's mingw-w64's "state-of-the-art" way of cross compiling on Linux > (Ubuntu)? > > > You do > sudo apt-get install mingw-w64 Because this didn't work on a LTS Ubuntu 12.4 used by travis-ci

Re: [Mingw-w64-public] Cross compiling the compiler on Linux

2014-01-13 Thread Stephen Kitt
Hi, On Mon, 13 Jan 2014 18:21:12 +0100, Adrien Nader wrote: > On Mon, Jan 13, 2014, Peter Kümmel wrote: > > What's mingw-w64's "state-of-the-art" way of cross compiling on Linux > > (Ubuntu)? > > As Ruben pointed out, you can use the binaries from your distribution. > In the case of Ubuntu, you

Re: [Mingw-w64-public] Cross compiling the compiler on Linux

2014-01-13 Thread Adrien Nader
On Mon, Jan 13, 2014, Peter Kümmel wrote: > What's mingw-w64's "state-of-the-art" way of cross compiling on Linux > (Ubuntu)? As Ruben pointed out, you can use the binaries from your distribution. In the case of Ubuntu, you inherit the ones from Debian most probably. However that means it's going

Re: [Mingw-w64-public] Cross compiling the compiler on Linux

2014-01-13 Thread Ruben Van Boxem
2014/1/13 Peter Kümmel > What's mingw-w64's "state-of-the-art" way of cross compiling on Linux > (Ubuntu)? > You do sudo apt-get install mingw-w64 which should pull in the compiler and binutils. (see package page here: http://packages.ubuntu.com/saucy/mingw-w64) Then you call the prefixed tools

Re: [Mingw-w64-public] Cross compiling the compiler on Linux

2014-01-13 Thread Peter Kümmel
On 13.01.2014 15:03, Peter Kümmel wrote: > What's mingw-w64's "state-of-the-art" way of cross compiling on Linux > (Ubuntu)? > > I found Ruben's cross project on github, is it a follow-up of > MinGW-w64-build-scripts? > Could Win-builds be used without learning a new build system? > Is Mingw-buil

[Mingw-w64-public] Cross compiling the compiler on Linux

2014-01-13 Thread Peter Kümmel
What's mingw-w64's "state-of-the-art" way of cross compiling on Linux (Ubuntu)? I found Ruben's cross project on github, is it a follow-up of MinGW-w64-build-scripts? Could Win-builds be used without learning a new build system? Is Mingw-builds still Windows only? Currently it looks like Mingw-b