Preferred Methods for Cross-Compiling #607
gsobell
started this conversation in
Development
Replies: 1 comment
-
Hi @gsobell, if you don't want spend much time setting up your dev environment then I would go with docker containers, otherwise use buildroot. When you decide to go with BR2, then you can easly introduce changes to The up-to-date prebuilt SDKs can be aquired from Actions tab (the repo you mentioned is highly deprecated). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I want to cross compile some programs, and the
ncurses
shared library. Is there any reason to prefer the provided tooling, such as:Instead of just a generic cross-compiler targeting
ARMv5TE
such as:And, any forecast if the project is going to favor either
uclibc
ormusl
going forward?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions