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?
Hi Seb,
On 5/22/23 15:57, seb.horsewell@seebyte.com wrote:
------ Tessian Warning ------
Be careful, the email's sending domain "@seebyte[.]com" has never been seen on your company's network before today
This warning message will be removed if you reply to or forward this email to a recipient outside of your organization.
---- Tessian Warning End ----
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?
Thank you for reporting this.
We are currently working on a guide to add experimental support to C++ to the morello-sdk (full support will come in the coming releases).
In the meantime can you please confirm that you are able to build musl with morello-sdk following the instructions at [1]?
[1] https://sdk.morello-project.org/docs/musl/
Thanks and Regards, Vincenzo
linux-morello-distros mailing list -- linux-morello-distros@op-lists.linaro.org To unsubscribe send an email to linux-morello-distros-leave@op-lists.linaro.org
Turns out I had actually somehow got upstream `llvm-project` instead of the morello version! Using the morello version and following the guide I have managed to statically build a purecap C++ file!
On 5/22/23 17:29, seb.horsewell@seebyte.com wrote:
------ Tessian Warning ------
Be careful, the email's sending domain "@seebyte[.]com" has never been seen on your company's network before today
This warning message will be removed if you reply to or forward this email to a recipient outside of your organization.
---- Tessian Warning End ----
Turns out I had actually somehow got upstream `llvm-project` instead of the morello version! Using the morello version and following the guide I have managed to statically build a purecap C++ file!
Nice! :) We are preparing a guide for who comes next. Feel free to provide your inputs once ready.
linux-morello-distros mailing list -- linux-morello-distros@op-lists.linaro.org To unsubscribe send an email to linux-morello-distros-leave@op-lists.linaro.org
linux-morello-distros@op-lists.linaro.org