我正在从我的RaspberryPi 3 Model B上的源代码编译ArangoDB 3.2.3。我正在从这里调整构建过程:https://docs.arangodb.com/3.1/cookbook/Compiling/Debian.html
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’
`
答案 0 :(得分:3)
好的,我收到了一些关于ArangoDB松弛频道的反馈。显然DBMS需要一个ARM7 CPU,因此无法为RaspberryPi编译它。