-
Notifications
You must be signed in to change notification settings - Fork 4
FAQ
6A5C
Jump to bottom
Edward O'Callaghan edited this page Jan 9, 2017
·
3 revisions
To be written up for the website.
No! We require patchsets to build with both GNU/GCC and Clang+LLVM toolchains. This technique is known as shadow compiling, and as such both compilers are treated as first-class citizens. However, this applies only to the development life-cycle, you do not require both to be install if you wish just to build a image. The librecore build system will pick the most appropriate toolchain that is installed on your system in order not to miss-compile your rom image with a buggy toolchain.