Replies: 1 comment 1 reply
-
Hey, maybe someone can help:
Now this seems like the wrong linker is being used. I guess this is achieved by |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(Trying to work out a fix, this is not working as intended!)
Hi!
This is a quick little guide to get vpckg up and running with cross compilation.
Requirements
Setup Triplet
<VCPKG_ROOT>/triplets/community/arm64-rpi.cmake
Modify toolchain file
You'll need to modify the original toolchain file that you created with the wiki. Remove the line starting with
set(CMAKE_FIND_ROOT_PATH
. You'll also need to appendset(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)
at the end of the file.It should now look something like this:
Configuring
Now use the following command to configure your project:
I'm very new to writing guides. I would be happy to receive feedback!
Beta Was this translation helpful? Give feedback.
All reactions