On Thu, Oct 17, 2019 at 7:21 AM Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> wrote: > On Thu, Oct 17, 2019 at 9:16 AM Kirill A. Shutemov <kirill@xxxxxxxxxxxxx> wrote: > > On Wed, Oct 16, 2019 at 04:29:54PM -0700, Linus Torvalds wrote: > I can no longer get the toolchains for hexagon, unicore32. Guan Xuetao said in 2018 that he'd try to make a new gcc available, but I don't think anything ever came out of that. > https://mirrors.edge.kernel.org/pub/tools/crosstool/ > provides hexagon compilers, but only for GCC 4.6.1 For all I know, Qualcomm use clang internally to build hexagon kernels, it may be a good idea to try again with clang-9. The last I know about it, clang itself should have all the required patches, but there were still issues with using llvm as a binutils replacement (as and/or ld). Not sure if that has been resolved by now. Arnd