Re: [CMake] Visual Studio Cross Compile

2015-11-06 Thread Rashad M
Hello all, I had tried what Michael was saying for another project with MinGW. And it works perfectly. I even had HowTo on our wiki [1] to setup windows development using cmake Eclipse IDE. Note that the "xdk" archive I was saying was generated using cross compile on linux [1] http://wiki.orfeo-

Re: [CMake] Visual Studio Cross Compile

2015-11-02 Thread J Decker
for windows platform using cmake, you just need mingw (mingw64 is probably better) On Mon, Nov 2, 2015 at 9:36 AM, Michael Jäntsch wrote: > Hi, > > thanks for your replies. So it seems that Visual Studio is generally not > a great idea for cross-compiling... > So eclipse and some make system it's

Re: [CMake] Visual Studio Cross Compile

2015-11-02 Thread Michael Jäntsch
Hi, thanks for your replies. So it seems that Visual Studio is generally not a great idea for cross-compiling... So eclipse and some make system it's gonna be then. Any suggestions what works best? Coming from the Linux world, I obviously use Unix make, but there is also Ninja, nmake, ...? Michae

Re: [CMake] Visual Studio Cross Compile

2015-11-02 Thread Parag Chandra
Hi Michael, Meant to reply sooner. As Nils pointed out, Visual Studio isn’t quite as flexible with cross-compilation as some other build systems. Having said that, it is indeed possible to cross-compile with Visual Studio, but there has to be a cross toolchain compatible with the IDE. Some exam

Re: [CMake] Visual Studio Cross Compile

2015-11-02 Thread Nils Gladitz
On 11/02/2015 12:41 PM, Michael Jäntsch wrote: Hi again, Is there nobody who can help me? I thought it would be a common thing to use cmake to cross compile!? Has nobody ever used visual studio to do so? Visual Studio itself does not have compiler selection in the same sense as is available

Re: [CMake] Visual Studio Cross Compile

2015-11-02 Thread Michael Jäntsch
Hi again, Is there nobody who can help me? I thought it would be a common thing to use cmake to cross compile!? Has nobody ever used visual studio to do so? Cheers Michael Am 29. Oktober 2015 15:21:41 MEZ, schrieb Michael Jaentsch : >Hi all, > >I have a question concerning Cross Compiling

[CMake] Visual Studio Cross Compile

2015-10-29 Thread Michael Jaentsch
Hi all, I have a question concerning Cross Compiling with CMake on Windows. I would like to use Visual Studio but this is not a must. What I do is, I setup a project for Cross Compiling on Linux and it works fine. Now I want to transfer to Windows, so I set up a toolchain file which sets the