-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
有没有大佬在arm环境下安装部署成功的,我现在cmake编译不过,请求帮助 #2661
Comments
Title: Is there anyone who has successfully installed and deployed it in the arm environment? I can’t compile it with cmake now, please help. |
1 maybe you can try clang++, or simply reinstall all the package related with compiling(just let gpt4 write an sh for you to reinstall your compiling env) |
[root@bcrj-hwkp pika-3.5.4]# ./build.sh
用build.sh 安装好像说autoconf没有安装,如何安装他 |
[root@bcrj-hwkp pika-3.5.4]# ./build.sh
用build.sh 安装好像说autoconf没有安装,如何安装他 |
[root@bcrj-hwkp build]# make 'make' '-j2' See also
make[2]: *** [CMakeFiles/gtest.dir/build.make:95: /opt/pika/buildtrees/Stamp/gtest/gtest-build] Error 1 cmake编译已经通过,但是make的时候报错,参数不对,去掉-j2参数,还是报错,就报‘make’, 错误,希望有人指点一下 |
查看日志显示如下: |
试试gcc11.4.0 |
Try gcc11.4.0 |
Pika 现在使用了 C++17,对 gcc 版本确实有要求 |
更新gcc到最新到14.1了,编译还是报错 'make' '-j2' See also
make[2]: *** [CMakeFiles/gtest.dir/build.make:95: /opt/pika/buildtrees/Stamp/gtest/gtest-build] Error 1 |
重新cmake只有,再make报错已经到5%的位置,但是报错内容怎么和之前的一样,但是项目不是同一个了,请大佬们指点 'make' '-j2' See also
make[2]: *** [CMakeFiles/unwind.dir/build.make:86: /opt/pika/buildtrees/Stamp/unwind/unwind-build] Error 1 |
https://github.com/OpenAtomFoundation/pika/blob/unstable/.github/workflows/pika.yml 按照对应的系统进行action对应每个操作 |
请问你最后在arm环境上编译成功了吗? |
Did you finally compile successfully in the arm environment? |
There is nothing wrong with ARMv64. Basically, it’s all the way to Next, with no issues. ARMv64 没啥问题。基本一路 Next,没啥卡点。 Posts: |
Describe the problem that you experienced
[root@bcrj-hwkp build]# cmake ..
-- The CXX compiler identification is unknown
-- Check for working CXX compiler: /usr/bin/gcc
-- Check for working CXX compiler: /usr/bin/gcc -- broken
CMake Error at /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:53 (message):
The C++ compiler
is not able to compile a simple test program.
It fails with the following output:
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:9 (project)
-- Configuring incomplete, errors occurred!
编译器没指定,我手工指定了还是不行。
Enter the URL of the topic with the problem
No response
Describe what you were looking for in the documentation
No response
Describe the actions that led you to experience the problem
No response
Describe what you want to experience that would fix the problem
No response
Add a screenshot if that helps illustrate the problem
No response
If this problem caused an exception or error, please paste it here
No response
If the problem is browser-specific, please specify the device, OS, browser, and version
No response
Provide any additional information here in as much as detail as you can
No response
The text was updated successfully, but these errors were encountered: