2017-10-12 115 views
2

我編譯ArangoDB 3.2.3從源頭上我的樹莓派3型號B.我從這裏適應構建過程編譯ArangoDB:https://docs.arangodb.com/3.1/cookbook/Compiling/Debian.html錯誤的Raspbian

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

歡迎來到StackOverflow! StackOverflow希望你首先嚐試解決你自己的問題,而且我們也不回答作業問題。請更新您的問題,以最小,完整和可驗證的示例顯示您已經嘗試過的內容。欲瞭解更多信息,請參閱如何提出好問題,並參觀該網站=] – crashlog

回答

2

OK,我上ArangoDB的鬆弛頻道的一些反饋。顯然,DBMS需要一個ARM7 CPU,所以無法爲RaspberryPi進行編譯。