➜ cFS git:(main) make SIMULATION=native prep mkdir -p "build" (cd "build" && cmake -DCMAKE_INSTALL_PREFIX=/exe -DCMAKE_BUILD_TYPE=debug "/private/tmp/cFS/cfe") -- The C compiler identification is AppleClang 12.0.5.12050022 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Mission configuration sample automatically selected -- OMIT_DEPRECATED=false: Deprecated elements included in build -- Search path for modules: apps;libs;psp/fsw/modules;cfe/modules -- Module 'core_api' found at /tmp/cFS/cfe/modules/core_api -- Module 'core_private' found at /tmp/cFS/cfe/modules/core_private -- Module 'ci_lab' found at /tmp/cFS/apps/ci_lab -- Module 'to_lab' found at /tmp/cFS/apps/to_lab -- Module 'sch_lab' found at /tmp/cFS/apps/sch_lab -- Module 'cfe_assert' found at /tmp/cFS/cfe/modules/cfe_assert -- Module 'sample_app' found at /tmp/cFS/apps/sample_app -- Module 'sample_lib' found at /tmp/cFS/libs/sample_lib -- Module 'es' found at /tmp/cFS/cfe/modules/es -- Module 'evs' found at /tmp/cFS/cfe/modules/evs -- Module 'fs' found at /tmp/cFS/cfe/modules/fs -- Module 'sb' found at /tmp/cFS/cfe/modules/sb -- Module 'tbl' found at /tmp/cFS/cfe/modules/tbl -- Module 'time' found at /tmp/cFS/cfe/modules/time -- Module 'osal' found at /tmp/cFS/osal -- Module 'psp' found at /tmp/cFS/psp -- Module 'msg' found at /tmp/cFS/cfe/modules/msg -- Module 'sbr' found at /tmp/cFS/cfe/modules/sbr -- Module 'resourceid' found at /tmp/cFS/cfe/modules/resourceid -- Generated cfe_mission_cfg.h from /tmp/cFS/sample_defs configuration -- Generated cfe_perfids.h from /tmp/cFS/sample_defs configuration -- Using /tmp/cFS/cfe/modules/msg/option_inc/default_cfe_msg_hdr_pri.h for cfe_msg_hdr.h -- Using /tmp/cFS/cfe/modules/msg/option_inc/default_cfe_msg_sechdr.h for cfe_msg_sechdr.h -- Using /tmp/cFS/cfe/modules/resourceid/option_inc/cfe_resourceid_simple.h for cfe_resourceid_typedef.h CMake Deprecation Warning at /tmp/cFS/tools/CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Configuring for system arch: native/default_cpu1 -- The C compiler identification is AppleClang 12.0.5.12050022 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- OMIT_DEPRECATED=false: Deprecated elements included in build CMake Error at cmake/arch_build.cmake:542 (message): Do not know how to set CFE_SYSTEM_PSPNAME on Darwin system Call Stack (most recent call first): CMakeLists.txt:120 (prepare) -- Configuring incomplete, errors occurred! See also "/tmp/cFS/build/native/default_cpu1/CMakeFiles/CMakeOutput.log". See also "/tmp/cFS/build/native/default_cpu1/CMakeFiles/CMakeError.log". CMake Error at cmake/mission_build.cmake:457 (message): Failed to configure native_default_cpu1 Call Stack (most recent call first): CMakeLists.txt:124 (process_arch) -- Configuring incomplete, errors occurred! See also "/tmp/cFS/build/CMakeFiles/CMakeOutput.log". See also "/tmp/cFS/build/CMakeFiles/CMakeError.log". make: *** [prep] Error 1