Does Morpher support cross-compilation?
In theory – yes. However, there might be different issues since Morpher includes a C/C++ compiler. Every C/C++ compiler cannot be shipped as-is, it should include the platform-dependent parts like C standard library, C++ STL support library, etc. These parts are normally provided by the platform vendor and may have special licensing terms. The terms might disallow distribution of the libraries with 3-rd party compilers making cross-compilation not possible. Contact us for more information indicating the host and target platform – different variants are sometimes possible.