Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I use the clang compiler for seqwish? #452

Open
Wenmj201582 opened this issue Sep 26, 2022 · 1 comment
Open

Can I use the clang compiler for seqwish? #452

Wenmj201582 opened this issue Sep 26, 2022 · 1 comment

Comments

@Wenmj201582
Copy link

When I compile with gcc 7.3.0, it is normal. The compilation command is as follows:
cmake -H. -DCMAKE_BUILD_TYPE=Release -Bbuild
cmake --build build -- -j 2

When I compile with BiSheng Compiler 2.1.0.B010 clang version 12.0.0, an error is prompted. The compilation command is as follows:
CC=clang CXX=clang++ FC=flang cmake -H. -DCMAKE_BUILD_TYPE=Release -Bbuild
cmake --build build -- -j 2
image
image

I want to compile seqwish with clang compiler,please help me.
Thank you very much.

@Wenmj201582
Copy link
Author

My environmental information is as follows:
openEuler 20.03 (LTS-SP3)
aarch64
seqwish-v0.7.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant