-
Bug
-
Resolution: Unresolved
-
P4
-
20
When cross-compiling, two parts are equally essential: a cross-compilation capable compiler, and a sysroot, containing headers and libraries for the target platform.
If we try to set up cross-compilation with a proper compiler and no sysroot, the build will fail in spectacularly weird ways. Configure should detect this and alert the user that a sysroot is needed.
If we try to set up cross-compilation with a proper compiler and no sysroot, the build will fail in spectacularly weird ways. Configure should detect this and alert the user that a sysroot is needed.