Running gradle 8.3. It does not want to build c++...
# community-support
m
Running gradle 8.3. It does not want to build c++ library on ARM based ubuntu box. 1. has there been any update since 8.3 that might already address this situation? 2. is there a known way to instruct the toolchain on how to succeed with gcc?
Copy code
Execution failed for task ':starrocks:main:native:compileDebugCpp'.
> Error while evaluating property 'compilerVersion' of task ':starrocks:main:native:compileDebugCpp'.
   > No tool chain is available to build C++ for host operating system 'Linux' architecture 'aarch64':
       - Tool chain 'visualCpp' (Visual Studio):
           - Visual Studio is not available on this operating system.
       - Tool chain 'gcc' (GNU GCC):
           - Don't know how to build for host operating system 'Linux' architecture 'aarch64'.
       - Tool chain 'clang' (Clang):
           - Don't know how to build for host operating system 'Linux' architecture 'aarch64'.