Displaying 1 result from an estimated 1 matches for "flutter_embedded".
2018 Dec 27
2
[CMake] CMAKE_TOOLCHAIN_FILE and projects
...d solution for "projects", and it's a fairly minor change to
accommodate.
Stand-alone cross-compiled example for libunwind, compiler-rt, libcxxabi,
and libcxx here (This config requires edits to the associated
config-ix.cmake files for this to work):
https://github.com/jwinarske/flutter_embedded
Perhaps there is already a working solution to cross-compile the
sub-projects from a single build invocation now? I found when
cross-compiling compiler-rt as part of the Clang build, it fails due to
sysroot issues. Something which the CMake toolchain file scenario would
cleanly solve. The end...