Compiling static binary unix #12339
Replies: 1 comment 1 reply
-
There's already a Unix build in docker here: https://hub.docker.com/r/micropython/unix Prior to GitHub actions being used here I maintained a Gitlab CI system to build all the ports including Unix. To build the unix port I use a toolchain in a very old os docker image to link against old version libraries to have as broad compatibility as possible: https://gitlab.com/alelec/docker-oldlinux-gcc |
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
-
What is a recommended way to compile unix binary which than could be used on different distros?
My initial idea behind this.
As a case study i started with mips architecture. I was able to create binary with dockcross
Beta Was this translation helpful? Give feedback.
All reactions