-
Notifications
You must be signed in to change notification settings - Fork 50
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
c++: error: '-march=native': ISA string must begin with rv32 or rv64 #105
Comments
第二次编译遇到的问题
大概找了下解决方案 我只是体验下riscv 开发。 |
在 co_context/cmake/CompileOption.cmake Line 48 in 21e3d25
添加 atomic
编译通过
docker信息
好吧是时候,结束体验。 |
牛逼👍 |
我想问下如果要复现你的环境,需要哪些工具,能否给些关键词? |
docker 执行 docker container ls -a |
我认为最少要像
https://github.com/StanfordLegion/legion/blob/f7d3bbe27c994879528c4a7b0e19cd09bea29daf/CMakeLists.txt#L153
这样写才合理吧
不然riscv下编译不认
co_context/cmake/CompileOption.cmake
Line 18 in 21e3d25
的-march=native
环境 真机ubuntu
docker riscv64
编译报错
The text was updated successfully, but these errors were encountered: