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

执行bazel build ic_impl/ic_main的时候出现错误 #10

Closed
lvying0019 opened this issue Jun 6, 2024 · 6 comments
Closed

执行bazel build ic_impl/ic_main的时候出现错误 #10

lvying0019 opened this issue Jun 6, 2024 · 6 comments

Comments

@lvying0019
Copy link

执行bazel build ic_impl/ic_main的时候出现如下错误,
d9fd71e68deca634195de3bae1104ab

@shaojian-ant
Copy link
Contributor

原因是 psi 依赖的 eigen库文件 的 sha256 值变了。代码已经更新。请拉取最新代码,执行 bazel clean --expunge 后重新编译

@lvying0019
Copy link
Author

原因是 psi 依赖的 eigen库文件 的 sha256 值变了。代码已经更新。请拉取最新代码,执行 bazel clean --expunge 后重新编译
出现了如下新问题
image

@shaojian-ant
Copy link
Contributor

gcc 用的版本是多少?
编译要求:gcc>=11.2, cmake>=3.26, ninja, nasm>=2.15, python>=3.9, bazelisk, xxd, lld

@lvying0019
Copy link
Author

目前是
gcc 13.2.0
cmake 3.22.1
python 3.8.18
ninja 1.10.1
nasm 2.14
我先升级不符合的版本试试

@anakinxc
Copy link
Contributor

anakinxc commented Jun 7, 2024

目前是 gcc 13.2.0 cmake 3.22.1 python 3.8.18 ninja 1.10.1 nasm 2.14 我先升级不符合的版本试试

Hi @lvying0019

先不要用 gcc >= 13 的版本,用 >=11.2 或者 12 应该都行

@lvying0019
Copy link
Author

确实,这个版本就可以了

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

3 participants