Replies: 2 comments 2 replies
-
Ausgezeichnet! Are there any examples how to properly setup a cross-compilation with gcc for arm or even RPI? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to compile
curl
on x64 linux to a RPI aarch64 target using this GCC 14 toolchain:https://github.com/tttapa/docker-arm-cross-toolchain
By default vcpkg picks up the x64-linux triplet. If I set: "VCPKG_TARGET_TRIPLET": "arm64-linux" a different kind of errors.
Is it possible to use vcpkg when cross compiling to a different architecture?
Beta Was this translation helpful? Give feedback.
All reactions