-
Notifications
You must be signed in to change notification settings - Fork 103
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
centos 3.10.0 gcc 11.2 bazel build //examples/cpp/pir:generate_pir_data -c opt 编译失败 #187
Comments
Hi @dage0127 According to https://stackoverflow.com/a/36179795, you should install vim-common first. |
感谢支持,安装之后编译成功。 yum install vim-common Target //examples/cpp/pir:generate_pir_data up-to-date: |
编译后的二进制文件在 |
在如下路径找到了。 (sfhost) [sfl@vm-0-1-centos spu-main]$ ll bazel-bin/examples/cpp/pir |
generate_pir_data 不需要将拷贝到特定路径,只需要命令行指定其所在目录执行就可以 (sfhost) [sfl@vm-0-1-centos spu-main]$ ./bazel-bin/examples/cpp/pir/generate_pir_data -data_count 10000 -label_len 12 -server_out_path ./server_data.csv -client_out_path ./client_data.csv |
这个理解了。 |
可以用过 |
非常感谢 |
Issue Type
Build/Install
Modules Involved
SPU compiler, PIR
Have you reproduced the bug with SPU HEAD?
Yes
Installation Kind
source
SPU Version
SPU 0.3.3b0
OS Platform and Distribution
centos 3.10.0
Python Version
3.8
Compiler Version
GCC 11.2.1
Current Behavior?
A bug happened!
Standalone code to reproduce the issue
Relevant log output
The text was updated successfully, but these errors were encountered: