Hi all,
I'm pulling the latest morello-sdk and getting the latest musl-libc repo from gitlab (https://git.morello-project.org/morello/musl-libc/) but seem to be unable to build musl-libc projects with clang.
I'm following the instructions here, which are only a month old but failing at the first step of building clang. I'm using clang 13 from the morello-llvm. https://git.morello-project.org/morello/musl-libc/-/blob/morello/master/buil...
Mostly I seem to get cmake errors:
``` CMake Error at CMakeLists.txt:139 (MESSAGE): libcxx isn't a known project: bolt;clang;clang-tools-extra;compiler-rt;cross-project-tests;libc;libclc;lld;lldb;mlir;openmp;polly;pstl;flang. Did you mean to enable it as a runtime in LLVM_ENABLE_RUNTIMES? ```
Again this is all in the morello-sdk, any tips?