group-signature-server
group-signature-server copied to clipboard
make时出现报错
[ 13%] Built target boost
[ 15%] Building CXX object easylog/CMakeFiles/Easylog.dir/easylog.cpp.o
/tmp/cc0qTiwk.s: Assembler messages:
/tmp/cc0qTiwk.s:16: Error: `endbr64' is not supported on `generic64'
/tmp/cc0qTiwk.s:64: Error: `endbr64' is not supported on `generic64'
/tmp/cc0qTiwk.s:86: Error: `endbr64' is not supported on `generic64'
/tmp/cc0qTiwk.s:155: Error: `endbr64' is not supported on `generic64'
/tmp/cc0qTiwk.s:186: Error: `endbr64' is not supported on `generic64'
/tmp/cc0qTiwk.s:227: Error: `endbr64' is not supported on `generic64'
/tmp/cc0qTiwk.s:252: Error: `endbr64' is not supported on `generic64'
/tmp/cc0qTiwk.s:275: Error: `endbr64' is not supported on `generic64'
/tmp/cc0qTiwk.s:298: Error: `endbr64' is not supported on `generic64'
/tmp/cc0qTiwk.s:331: Error: `endbr64' is not supported on `generic64'
......
系统版本:Ubuntu 20.04.1 LTS 内核版本:5.4.0-53-generic
hello,could you find a solution?
I have the same problem. Have you solved the problem?
您好 可能是编译器的问题 cmake版本不够,我正在尝试
------------------ 原始邮件 ------------------ 发件人: "FISCO-BCOS/group-signature-server" @.>; 发送时间: 2021年3月11日(星期四) 晚上9:19 @.>; @.@.>; 主题: Re: [FISCO-BCOS/group-signature-server] make时出现报错 (#24)
I have the same problem. Have you solved the problem?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
when i used make, my problem is
CMake Error at boost-stamp/download-boost.cmake:157 (message):
Each download failed!
error: downloading 'http://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.tar.bz2' failed
status_code: 22
status_string: "HTTP response code said error"
log:
--- LOG BEGIN ---
Trying 52.43.14.61...
TCP_NODELAY set
when i used make, my problem is
CMake Error at boost-stamp/download-boost.cmake:157 (message): Each download failed! error: downloading 'http://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.tar.bz2' failed status_code: 22 status_string: "HTTP response code said error" log: --- LOG BEGIN --- Trying 52.43.14.61... TCP_NODELAY set
In this question, you can go to the official website to download this package separately ——“boost_1_68_0.tar.bz2”,Put this package in the deps/src directory.
你好 请问问题解决了吗
收到,谢谢!
Hello,this problem “Error: endbr64' is not supported on
generic64'” do you have a solution? I have the same problem
收到,谢谢!
Hello,this problem “Error:
endbr64' is not supported on
generic64'” do you have a solution? I have the same problem
Hello i have the same problem, do you have any idea about that generic64 problem?
收到,谢谢!
收到,谢谢!
Hello,this problem “Error:
endbr64' is not supported on
generic64'” do you have a solution? I have the same problemHello i have the same problem, do you have any idea about that generic64 problem?
Hi, I had the same problem, have you solved it and how?
Hello,this problem “Error:
endbr64' is not supported on
generic64'” do you have a solution? I have the same problemHello i have the same problem, do you have any idea about that generic64 problem?
Hi, I had the same problem, have you solved it and how?
i change my server to ubuntu 16.04 and it work
Hello,this problem “Error: generic64'” do you have a solution? I have the same problem
endbr64' is not supported on
Hello i have the same problem, do you have any idea about that generic64 problem?
Hi, I had the same problem, have you solved it and how?
i change my server to ubuntu 16.04 and it work
Okay, thank you. I'll try it later.