在Raspbian上编译ArangoDB时出错

k10s72fa  于 12个月前  发布在  Go
关注(0)|答案(1)|浏览(133)

我正在RaspberryPi 3 Model B上从源代码编译ArangoDB 3.2.3。我从这里调整构建过程:https://docs.arangodb.com/3.11/operations/installation/compiling/compile-on-debian/
cmake运行正常,但make给出以下错误:

[  1%] Performing build step for 'v8_build'
  CXX(target) /home/pi/arango-src/ArangoDB-3.2.3/build/3rdParty/V8/v5.7.0.0/ia32.release/obj.target/icui18n/third_party/icu/source/i18n/affixpatternparser.o
c++: error: unrecognized command line option ‘-msse2’
c++: error: unrecognized command line option ‘-mfpmath=sse’
c++: error: unrecognized command line option ‘-mmmx’
bwitn5fc

bwitn5fc1#

好的,我在ArangoDB的Slack频道上得到了一些反馈。显然DBMS需要一个ARM7 CPU,所以不可能为RaspberryPi编译它。

相关问题