diff --git a/examples/cross_build/toolchain_packages.rst b/examples/cross_build/toolchain_packages.rst index 45fb93f725b0..51323772b583 100644 --- a/examples/cross_build/toolchain_packages.rst +++ b/examples/cross_build/toolchain_packages.rst @@ -31,6 +31,8 @@ Please, first clone the sources to recreate this project. You can find them in t Here, you will find a Conan recipe (and the *test_package*) to package an ARM toolchain for cross-compiling to Linux ARM for both 32 and 64 bits. To simplify a bit, we are assuming that we can just cross-build from Linux x86_64 to Linux ARM, both 32 and 64 bits. +If you're looking for another example, you can explore an additional MacOs to Linux cross-build example right +`here `_ . .. code-block:: bash @@ -485,3 +487,4 @@ architecture of the resulting executable, confirming its alignment with the targ - :ref:`More info on settings_target` - :ref:`Cross-compile your applications using Conan` + - `Another example of cross-compilation from Macos to Linux `_ \ No newline at end of file