arm64 编译失败,求助 #9863
Unanswered
vinfai
asked this question in
A - General / Q&A
arm64 编译失败,求助
#9863
Replies: 1 comment 2 replies
-
doris的1.1.0之前的版本不支持arm64,推荐直接使用1.1.0的开始编译,不然即使这个问题解决了,还会有其他的问题。今天我编译了一天,一个问题接着一个问题。 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
linux info:
Linux iZib208v4tgiakxrlnwxogZ 4.18.0-80.7.2.el7.aarch64 #1 SMP Thu Sep 12 16:13:20 UTC 2019 aarch64 aarch64 aarch64 GNU/Linux
fail info:
g++-11: error: unrecognized command-line option '-msse4.2'
make[2]: *** [src/CMakeFiles/libhdfs3-shared.dir/client/DataTransferProtocolSender.cpp.o] Error 1
make[2]: Leaving directory `/opt/tools/apache-doris-1.0.0-incubating-src/thirdparty/src/libhdfs3-master/doris_build'
make[1]: *** [src/CMakeFiles/libhdfs3-shared.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
g++-11: error: unrecognized command-line option '-msse4.2'
make[2]: *** [src/CMakeFiles/libhdfs3-static.dir/client/DataTransferProtocolSender.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 13%] Building CXX object src/CMakeFiles/libhdfs3-static.dir/client/DirectoryIterator.cpp.o
请问下大家有怎么改
Beta Was this translation helpful? Give feedback.
All reactions