You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/04/12 22:38:00 UTC

[jira] [Created] (ARROW-8410) [C++] CMake fails on aarch64 systems that do not support -march=armv8-a+crc+crypto

Wes McKinney created ARROW-8410:
-----------------------------------

             Summary: [C++] CMake fails on aarch64 systems that do not support -march=armv8-a+crc+crypto
                 Key: ARROW-8410
                 URL: https://issues.apache.org/jira/browse/ARROW-8410
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: Wes McKinney
             Fix For: 0.17.0


I was trying to build the project on a rockpro64 system to look into something else and ran into this

{code}
-- Arrow build warning level: PRODUCTION
CMake Error at cmake_modules/SetupCxxFlags.cmake:332 (message):
  Unsupported arch flag: -march=armv8-a+crc+crypto.
Call Stack (most recent call first):
  CMakeLists.txt:398 (include)

-- Configuring incomplete, errors occurred!
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)