Skip to content

Commit

Permalink
add url to a new example for cross-compile (#3681)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
ErniGH and RubenRBS committed May 9, 2024
1 parent 3cc43da commit 497abf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/cross_build/toolchain_packages.rst
Expand Up @@ -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 <https://github.com/conan-io/examples2/tree/main/examples/cross_build/toolchain_packages/toolchain_macos_linux_cross>`_ .

.. code-block:: bash
Expand Down Expand Up @@ -485,3 +487,4 @@ architecture of the resulting executable, confirming its alignment with the targ

- :ref:`More info on settings_target<binary_model_extending_cross_build_target_settings>`
- :ref:`Cross-compile your applications using Conan<consuming_packages_cross_building_with_conan>`
- `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 comments on commit 497abf3

Please sign in to comment.