针对你遇到的“no cmake_asm_nasm_compiler could be found”错误,这里是一些可能的解决步骤,帮助你解决这个问题: 确认错误信息的来源和上下文: 这个错误通常发生在使用CMake配置项目时,项目依赖于ASM(汇编语言)代码,并且指定了使用NASM(Netwide Assembler)作为汇编编译器。 首先,确认你的项目确实需要ASM或NASM编译器...
CMake Error at C:/Users/Administrator/.platformio/packages/framework-espidf/tools/cmake/project.cmake:308 (__project): No CMAKE_ASM_COMPILER could be found.Tell CMake where to find the compiler by setting either the environment variable "ASM" or the CMake cache entry CMAKE_ASM_COMPILER t...