[Development] Qt 6 buildsystem support requirements

Thiago Macieira thiago.macieira at intel.com
Thu Aug 2 18:49:51 CEST 2018


On Thursday, 2 August 2018 07:16:18 PDT Konstantin Tokarev wrote:
> Unfortunately, Debian does not use cross-compilation for building packages

Which is unfortunately the case for most (if not all) Linux distributions as a 
significant number of frameworks and applications don't cross compile at all. 
So they need to compile on target.

Sometimes it's an option to use an emulated environment (qemu), but often 
that's even slower than on target. A hybrid approach that runs under qemu and 
runs a native cross compiler disguised as a target compiler is also possible, 
but not easy to achieve.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center






More information about the Development mailing list