You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/09/30 01:55:09 UTC

[GitHub] [rocketmq-client-cpp] nehczy commented on issue #194: How to compile rocketmq-cpp in aarch64/arm ?

nehczy commented on issue #194: How to compile rocketmq-cpp in aarch64/arm ?
URL: https://github.com/apache/rocketmq-client-cpp/issues/194#issuecomment-536369539
 
 
   > We don’t test the client in arm platform, but you can do this same as x86 platform, and post result here.
   
   After run build.sh, the libboost compile failed. 
    
   "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.8.5/release/link-static/threading-multi/xml_wgrammar.o" "libs/serialization/src/xml_wgrammar.cpp"
   
   ...failed gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.8.5/release/link-static/threading-multi/xml_wgrammar.o...
   gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.8.5/release/link-static/threading-multi/xml_wiarchive.o
   g++: error:unrecognized command line option ‘-m64’
   
       "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.8.5/release/link-static/threading-multi/xml_wiarchive.o" "libs/serialization/src/xml_wiarchive.cpp"
   
   ...failed gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.8.5/release/link-static/threading-multi/xml_wiarchive.o...
   gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.8.5/release/link-static/threading-multi/xml_woarchive.o
   g++: error:unrecognized command line option ‘-m64’
   
       "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.8.5/release/link-static/threading-multi/xml_woarchive.o" "libs/serialization/src/xml_woarchive.cpp"
   
   ...failed gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.8.5/release/link-static/threading-multi/xml_woarchive.o...
   gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.8.5/release/link-static/threading-multi/codecvt_null.o
   g++: error:unrecognized command line option ‘-m64’

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services