having error with making file what I got toolchain_gcc_t-head_windows-master bl_mcu_sdk-master I use windows cmd to build I chain all path, make and ninja from bl_mcu_sdk-master so if I type make -v I got GNU Make 4.2.1 Built for x86_64-...
-- Didn't find assembler CMake Error at CMakeLists.txt:2 (project): No CMAKE_ASM_NASM_COMPILER could be found. Tell CMake where to find the compiler by setting either the environment variable "ASM_NASM" or the CMake cache entry CMAKE_ASM_NASM_COMPILER to the full path to the compi...
-- Didn't find assembler CMake Error at CMakeLists.txt:2 (project): No CMAKE_C_COMPILER could be found.Tell CMake where to find the compiler by setting either the environment variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to ...
I also tried to add libraries and components to MinGW / msys and Visual Studio installations. But it didn't help. Below is the log I got for the attempt with GCC: ! -- The C compiler identification is GNU5.3.0-- The CXX compiler identification is GNU5.3.0-- The ASM compiler identifi...
-- Found assembler: C:/Program Files (x86)/GNU Arm Embedded Toolchain/10 2020-q4-major/bin/arm-none-eabi-gcc.exe -- CMAKE_TOOLCHAIN_FILE is: C:/Users/erich/Data/GitRepos/McuOnEclipse/Examples/MCUXpresso/LPC55S69-EVK/LPC55S69_CMake/src/arm-none-eabi-gcc.cmake ...
APPEND PROPERTY COMPILE_OPTIONS "-x" "assembler-with-cpp" ) list(APPEND folly_base_files ${FOLLY_DIR}/memcpy.S ) endif() add_library(folly_base OBJECT ${folly_base_files} ${CMAKE_CURRENT_BINARY_DIR}/folly/folly-config.h ) if (BUILD_SHARED_LIBS) set_property(TARGET ...
-- Didn't find assembler CMake Error at CMakeLists.txt:2 (project): No CMAKE_C_COMPILER could be found. Tell CMake where to find the compiler by setting either the environment variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to ...
No? I didn't think so. set_property(GLOBAL PROPERTY USE_FOLDERS ON) project(${PACKAGE_NAME} CXX C ASM) set(INCLUDE_INSTALL_DIR include CACHE STRING "The subdirectory where header files should be installed") set(LIB_INSTALL_DIR lib CACHE STRING "The subdirectory where libraries ...
-- Didn't find assembler -- Warning: Did not find file Compiler/-ASM -- Configuring incomplete, errors occurred! See also "C:/Users/Administrator/Documents/PlatformIO/Projects/test202111093/.pio/build/esp32dev/CMakeFiles/CMakeOutput.log". See also "C:/Users/Administrator/Documents/PlatformIO/...
(STATUS "Didn't find assembler") endif() foreach(_var COMPILER COMPILER_ID COMPILER_ARG1 COMPILER_ENV_VAR COMPILER_AR COMPILER_RANLIB COMPILER_VERSION ) set(_CMAKE_ASM_${_var} "${CMAKE_ASM${ASM_DIALECT}_${_var}}") endforeach() if(CMAKE_ASM${ASM_DIALECT}_COMPILER_...