相关的CMakeList正在尝试启用enable_language(ASM_NASM)。上下文如下:if(NOT OPENSSL_NO_ASM) if(UNIX) enable_language(ASM) # Clang's integerated assembler does not support debug symbols. if(NOT CMAKE_ASM_COMPILER_ID MATCHES "C
Compiler: CMAKE_CXX_COMPILER-NOTFOUND Build flags: Id flags: --target=arm-arm-none-eabi;-mcpu=cortex-m3 Checking whether the ASM compiler is GNU using "--version" did not match "(GNU assembler)|(GCC)|(Free Software Foundation)": ...
set(_ASM_COMPILER_WORKS 0) if(CMAKE_ASM${ASM_DIALECT}_COMPILER) set(_ASM_COMPILER_WORKS 1) endif() # when using generic "ASM" support, we must have detected the compiler ID, fail otherwise: if("ASM${ASM_DIALECT}" STREQUAL "ASM") if(NOT CMAKE_ASM${ASM_DIALECT}_CO...
set(_ASM_COMPILER_WORKS 0) if(CMAKE_ASM${ASM_DIALECT}_COMPILER) set(_ASM_COMPILER_WORKS 1) endif() # when using generic "ASM" support, we must have detected the compiler ID, fail otherwise: if("ASM${ASM_DIALECT}" STREQUAL "ASM") if(NOT CMAKE_ASM${ASM_DIALECT}_COM...
$") set(_CMAKE_TOOLCHAIN_PREFIX ${CMAKE_MATCH_1}) endif () endif () # Finally try the CXX compiler regexp: if (NOT _CMAKE_TOOLCHAIN_PREFIX) if (COMPILER_BASENAME MATCHES "^(.+-)[gc]\\+\\+(-[0-9]+\\.[0-9]+\\.[0-9]+)?(\\.exe)?$") set(_CMAKE_T...