Skip to content

Commit 497abf3

Browse files
ErniGHAbrilRBS
andauthored
add url to a new example for cross-compile (#3681)
* add reference * fix * Update examples/cross_build/toolchain_packages.rst Co-authored-by: Rubén Rincón Blanco <git@rinconblanco.es> * reference to the example * Update examples/cross_build/toolchain_packages.rst --------- Co-authored-by: Rubén Rincón Blanco <git@rinconblanco.es>
1 parent 3cc43da commit 497abf3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/cross_build/toolchain_packages.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Please, first clone the sources to recreate this project. You can find them in t
3131
Here, you will find a Conan recipe (and the *test_package*) to package an ARM toolchain
3232
for cross-compiling to Linux ARM for both 32 and 64 bits. To simplify a bit, we are
3333
assuming that we can just cross-build from Linux x86_64 to Linux ARM, both 32 and 64 bits.
34+
If you're looking for another example, you can explore an additional MacOs to Linux cross-build example right
35+
`here <https://github.com/conan-io/examples2/tree/main/examples/cross_build/toolchain_packages/toolchain_macos_linux_cross>`_ .
3436

3537
.. code-block:: bash
3638
@@ -485,3 +487,4 @@ architecture of the resulting executable, confirming its alignment with the targ
485487

486488
- :ref:`More info on settings_target<binary_model_extending_cross_build_target_settings>`
487489
- :ref:`Cross-compile your applications using Conan<consuming_packages_cross_building_with_conan>`
490+
- `Another example of cross-compilation from Macos to Linux <https://github.com/conan-io/examples2/tree/main/examples/cross_build/toolchain_packages/toolchain_macos_linux_cross>`_

0 commit comments

Comments
 (0)