Re: [CMake] [SOLVED] RE: Crosscompilation woes

2016-10-11 Thread Robert Bielik
the creation of the cmake files for the host tools, so that the native build system was being used. All the best /Robert From: Chuck Atkins [mailto:chuck.atk...@kitware.com] Sent: den 11 oktober 2016 17:10 To: Robert Bielik <robert.bie...@dirac.com> Cc: Cmake@cmake.org Subject: Re: [CMake] [SOLV

Re: [CMake] [SOLVED] RE: Crosscompilation woes

2016-10-11 Thread Chuck Atkins
In VTK and ParaView we use a manual two-step build. The first pass configures a host build of the cross-compile utilities and the second pass configures a target build with a toolchain file, which requires you tell it where the host tools are. So the build process looks like this: mkdir

[CMake] [SOLVED] RE: Crosscompilation woes

2016-10-10 Thread Robert Bielik
For reference: I went with Brads suggestion: https://gitlab.kitware.com/cmake/cmake/issues/16356 which seems to be working fine. Regards /R From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Robert Bielik Sent: den 10 oktober 2016 14:00 To: Craig Scott Cc: