I want to use this tool to analyze arm64 linux and android. I tried to build orbit on arm64 linux, it failed with the following error.
g++-9: error: unrecognized command line option '-m64’
make[1]: *** [CMakeFiles/cmTC_d5ce4.dir/build.make:66: CMakeFiles/cmTC_d5ce4.dir/testCXXCompiler.cxx.o] Error 1
make[1]: Leaving directory
'/home/xxx/.conan/data/abseil/20220623.0/_/_/build/6eeea3904f53d9f7311f5a5b447089286767e0b4/build/RelWithDebInfo/CMakeFiles/CMakeTmp'
I want to use this tool to analyze arm64 linux and android. I tried to build orbit on arm64 linux, it failed with the following error.