Re: [yocto] Building u-boot with clang
"Anirudh Mathukumilli" <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the quick response! My issue actually is that the GCC compiler removed support for the chipset I'm targeting in GCC 9. So, I either have to somehow pin yocto to using GCC 8, or use clang to build everything. Utilizing clang seemed like the more resilient option moving forward, especially if we want to use newer C++ versions, but if we need gcc-cross-powerpc to compile glibc and compiler-rt then that's not a viable option. Are there any plans to support for these components moving forward? If not, then I think I'll just have to try and use an older GCC version - is there a way to tell yocto to use GCC version 8.5.2 (or just any version before GCC 9) when compiling the u-boot recipe?