Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add url to a new example for cross-compile #3681

Merged
merged 5 commits into from May 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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>`_