How would I go about setting up my linux environment to build for multiple targets (e.g. my host linux amd64 processor, and my raspberry pi arm processor) #80
-
Hi there, I've gotten cross-compilation working in that I'm now able to build a binary executable for the raspberry pi. How would I go about adding support to still build for the host processor (e.g. Linux running on amd64)? Does anyone have experience on how to go about doing this? |
Beta Was this translation helpful? Give feedback.
Answered by
abhiTronix
Sep 16, 2021
Replies: 1 comment 4 replies
-
@emptor8 I didn't understand your question, can you elaborate with an example? Are you asking how to cross compile for raspberry pi as well as normally compile for your amd64 machine simuntaneously? |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
emptor8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@emptor8 I didn't understand your question, can you elaborate with an example? Are you asking how to cross compile for raspberry pi as well as normally compile for your amd64 machine simuntaneously?