Skip to content

Using cross-compilation with autodetecting target does not work #21387

Answered by t8m
PPQQXX asked this question in Q&A
Discussion options

You must be logged in to vote

You cannot use the config target autodetection when doing cross-compilation, because the autodetection uses the build host system information to guess the config target. You need to explicitly specify the config target. I assume it would be linux-armv4 or linux-aarch64 in your case.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@PPQQXX
Comment options

Answer selected by t8m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #21385 on July 07, 2023 09:54.