Detecting CXX compiler ABI info - failed

Hi,

We are getting Detecting CXX compiler ABI info - failed error message.

PFA log of the error and CopyOfCmakeCache.txt. Kindly help us in resolving the error.

******************************************************************************************************************************************** Email Disclaimer: The contents of this e-mail and any attachment(s) may contain confidential or privileged information for the intended recipient(s). Unintended recipients are prohibited from taking action on the basis of information in this e-mail and using or disseminating the information, and must notify the sender and delete it from their system. Tata Technologies will not accept responsibility or liability for the accuracy or completeness of, or the presence of any virus or disabling code in this e-mail. ***********************************************************************************************************************************************

Outlook-slamhw4o.png

CopyOfCMakeCache.txt (14 KB)

This looks like a Clang-based compiler named tricore? Is that from HighTec? I suspect that CMake might need to understand how to use this compiler; are toolchains freely available? If not, it would be greatly appreciated if nightly builds could be provided using the toolchain so that support can persist once implemented.

Cc: @brad.king

HighTec is a commercial compiler. For the Tricore architecture, it is based on GCC.

This is an embedded compilation, so a toolchain needs to be set up. With set(CMAKE_SYSTEM_NAME Generic) et al, there should be no problem.