Different cross-compilers for different subdirs? #13025
Unanswered
nils-werner
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all, I have an embedded project where parts of it are compiled using
arm-linux-gnueabihf-gcc
and other parts are compiled usingarm-none-eabi-gcc
. So far I've migrated all the Linux-parts to Meson and it's working great! However with the bare-metal parts I am now clueless how I would include them in my build definitions...It seems that Meson assumes/requires the same compiler for the entire project, is that right? So how would it be possible to architecture such a project in Meson?
Beta Was this translation helpful? Give feedback.
All reactions