Skip to content

Instantly share code, notes, and snippets.

@benpicco
Created April 24, 2019 11:34
Show Gist options
  • Save benpicco/10b9a0f846b6666936b4926db8ea1e64 to your computer and use it in GitHub Desktop.
Save benpicco/10b9a0f846b6666936b4926db8ea1e64 to your computer and use it in GitHub Desktop.
corrupted Zephyr cache
This file has been truncated, but you can view the full file.
Running with expanded trace output on.
/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/CMakeLists.txt(3): cmake_minimum_required(VERSION 3.13.1 )
/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/CMakeLists.txt(5): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake NO_POLICY_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(21): cmake_minimum_required(VERSION 3.13.1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(24): cmake_policy(SET CMP0002 NEW )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(29): cmake_policy(SET CMP0079 OLD )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(31): define_property(GLOBAL PROPERTY ZEPHYR_LIBS BRIEF_DOCS Global list of all Zephyr CMake libs that should be linked in FULL_DOCS Global list of all Zephyr CMake libs that should be linked in.
zephyr_library() appends libs to this list. )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(35): set_property(GLOBAL PROPERTY ZEPHYR_LIBS )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(37): define_property(GLOBAL PROPERTY ZEPHYR_INTERFACE_LIBS BRIEF_DOCS Global list of all Zephyr interface libs that should be linked in. FULL_DOCS Global list of all Zephyr interface libs that should be linked in.
zephyr_interface_library_named() appends libs to this list. )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(41): set_property(GLOBAL PROPERTY ZEPHYR_INTERFACE_LIBS )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(43): define_property(GLOBAL PROPERTY GENERATED_KERNEL_OBJECT_FILES BRIEF_DOCS Object files that are generated after Zephyr has been linked once. FULL_DOCS Object files that are generated after Zephyr has been linked once.May include mmu tables, etc. )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(49): set_property(GLOBAL PROPERTY GENERATED_KERNEL_OBJECT_FILES )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(51): define_property(GLOBAL PROPERTY GENERATED_KERNEL_SOURCE_FILES BRIEF_DOCS Source files that are generated after Zephyr has been linked once. FULL_DOCS Source files that are generated after Zephyr has been linked once.May include isr_tables.c etc. )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(57): set_property(GLOBAL PROPERTY GENERATED_KERNEL_SOURCE_FILES )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(59): set(APPLICATION_SOURCE_DIR /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world CACHE PATH Application Source Directory )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(60): set(APPLICATION_BINARY_DIR /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21 CACHE PATH Application Binary Directory )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(62): set(__build_dir /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(64): set(PROJECT_BINARY_DIR /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(66): add_custom_target(code_data_relocation_target )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(75): set(PROJECT_SOURCE_DIR /home/benpicco/dev/zeph-stable/zephyr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(78): string(REPLACE \ / PROJECT_SOURCE_DIR /home/benpicco/dev/zeph-stable/zephyr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(81): string(REGEX REPLACE /+$ PROJECT_SOURCE_DIR /home/benpicco/dev/zeph-stable/zephyr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(83): set(ZEPHYR_BINARY_DIR /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(84): set(ZEPHYR_BASE /home/benpicco/dev/zeph-stable/zephyr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(85): set(ENV{ZEPHYR_BASE} /home/benpicco/dev/zeph-stable/zephyr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(87): set(AUTOCONF_H /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/include/generated/autoconf.h )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(89): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/include/generated/autoconf.h )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(96): include(CheckCCompilerFlag )
/usr/share/cmake-3.13/Modules/CheckCCompilerFlag.cmake(35): include_guard(GLOBAL )
/usr/share/cmake-3.13/Modules/CheckCCompilerFlag.cmake(36): include(CheckCSourceCompiles )
/usr/share/cmake-3.13/Modules/CheckCSourceCompiles.cmake(63): include_guard(GLOBAL )
/usr/share/cmake-3.13/Modules/CheckCSourceCompiles.cmake(65): macro(CHECK_C_SOURCE_COMPILES SOURCE VAR )
/usr/share/cmake-3.13/Modules/CheckCCompilerFlag.cmake(37): include(CMakeCheckCompilerFlagCommonPatterns )
/usr/share/cmake-3.13/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake(9): macro(CHECK_COMPILER_FLAG_COMMON_PATTERNS _VAR )
/usr/share/cmake-3.13/Modules/CheckCCompilerFlag.cmake(39): macro(CHECK_C_COMPILER_FLAG _FLAG _RESULT )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(97): include(CheckCXXCompilerFlag )
/usr/share/cmake-3.13/Modules/CheckCXXCompilerFlag.cmake(35): include_guard(GLOBAL )
/usr/share/cmake-3.13/Modules/CheckCXXCompilerFlag.cmake(36): include(CheckCXXSourceCompiles )
/usr/share/cmake-3.13/Modules/CheckCXXSourceCompiles.cmake(63): include_guard(GLOBAL )
/usr/share/cmake-3.13/Modules/CheckCXXSourceCompiles.cmake(65): macro(CHECK_CXX_SOURCE_COMPILES SOURCE VAR )
/usr/share/cmake-3.13/Modules/CheckCXXCompilerFlag.cmake(37): include(CMakeCheckCompilerFlagCommonPatterns )
/usr/share/cmake-3.13/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake(9): macro(CHECK_COMPILER_FLAG_COMMON_PATTERNS _VAR )
/usr/share/cmake-3.13/Modules/CheckCXXCompilerFlag.cmake(39): macro(CHECK_CXX_COMPILER_FLAG _FLAG _RESULT )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(98): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(66): function(zephyr_sources )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(83): function(zephyr_include_directories )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(95): function(zephyr_system_include_directories )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(107): function(zephyr_compile_definitions )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(112): function(zephyr_compile_options )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(117): function(zephyr_link_libraries )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(122): function(zephyr_cc_option )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(128): function(zephyr_cc_option_fallback option1 option2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(132): function(zephyr_ld_options )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(172): function(zephyr_get_include_directories_for_lang_as_string lang i )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(180): function(zephyr_get_system_include_directories_for_lang_as_string lang i )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(188): function(zephyr_get_compile_definitions_for_lang_as_string lang i )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(196): function(zephyr_get_compile_options_for_lang_as_string lang i )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(204): function(zephyr_get_include_directories_for_lang lang i )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(215): function(zephyr_get_system_include_directories_for_lang lang i )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(226): function(zephyr_get_compile_definitions_for_lang lang i )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(237): function(zephyr_get_compile_options_for_lang lang i )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(251): function(zephyr_get_parse_args return_dict )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(259): function(process_flags lang input output )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(300): function(convert_list_of_flags_to_string_of_flags ptr_list_of_flags string_of_flags )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(310): macro(get_property_and_add_prefix result target property prefix )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(353): macro(zephyr_library )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(360): macro(zephyr_library_get_current_dir_lib_name lib_name )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(374): macro(zephyr_library_named name )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(386): function(zephyr_link_interface interface )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(393): function(zephyr_library_sources source )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(397): function(zephyr_library_include_directories )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(401): function(zephyr_library_link_libraries item )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(405): function(zephyr_library_compile_definitions item )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(409): function(zephyr_library_compile_options item )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(435): function(zephyr_library_cc_option )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(451): function(zephyr_append_cmake_library library )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(480): macro(zephyr_interface_library_named name )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(493): function(generate_inc_file source_file generated_file )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(510): function(generate_inc_file_for_gen_target target source_file generated_file gen_target )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(525): function(generate_inc_file_for_target target source_file generated_file )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(574): function(board_runner_args runner )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(597): function(board_finalize_runner_args runner )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(643): function(zephyr_check_compiler_flag lang option check )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(740): function(zephyr_code_relocate file location )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(753): function(check_dtc_flag flag ok )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(787): function(add_subdirectory_if_kconfig dir )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(792): function(target_sources_if_kconfig target scope item )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(798): function(zephyr_library_sources_if_kconfig item )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(804): function(zephyr_sources_if_kconfig item )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(815): function(import_kconfig prefix kconfig_fragment )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(885): function(add_subdirectory_ifdef feature_toggle dir )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(891): function(target_sources_ifdef feature_toggle target scope item )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(897): function(target_compile_definitions_ifdef feature_toggle target scope item )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(903): function(target_include_directories_ifdef feature_toggle target scope item )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(909): function(target_link_libraries_ifdef feature_toggle target item )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(915): function(add_compile_option_ifdef feature_toggle option )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(921): function(target_compile_option_ifdef feature_toggle target scope option )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(927): function(target_cc_option_ifdef feature_toggle target scope option )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(933): function(zephyr_library_sources_ifdef feature_toggle source )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(939): function(zephyr_sources_ifdef feature_toggle )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(945): function(zephyr_sources_ifndef feature_toggle )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(951): function(zephyr_cc_option_ifdef feature_toggle )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(957): function(zephyr_ld_option_ifdef feature_toggle )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(963): function(zephyr_link_libraries_ifdef feature_toggle )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(969): function(zephyr_compile_options_ifdef feature_toggle )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(975): function(zephyr_compile_definitions_ifdef feature_toggle )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(981): function(zephyr_include_directories_ifdef feature_toggle )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(987): function(zephyr_library_compile_definitions_ifdef feature_toggle item )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(993): function(zephyr_library_compile_options_ifdef feature_toggle item )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(999): function(zephyr_link_interface_ifdef feature_toggle interface )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1005): function(zephyr_library_link_libraries_ifdef feature_toggle item )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1011): macro(list_append_ifdef feature_toggle list )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1019): function(set_ifndef variable value )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1025): function(target_cc_option_ifndef feature_toggle target scope option )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1031): function(zephyr_cc_option_ifndef feature_toggle )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1037): function(zephyr_compile_options_ifndef feature_toggle )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1061): function(check_compiler_flag lang option ok )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1086): function(target_cc_option target scope option )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1092): function(target_cc_option_fallback target scope option1 option2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1120): function(target_ld_options target scope )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1139): function(print arg )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1148): macro(assert test comment )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1159): macro(assert_not test comment )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1170): macro(assert_exists var )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1176): function(print_usage )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1190): function(check_if_directory_is_writeable dir ok )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1207): function(find_appropriate_cache_directory dir )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1263): function(generate_unique_target_name_from_filename filename target_name )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(99): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(3): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(4): function(from_hex HEX DEC )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(36): function(to_hex DEC HEX )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(4): file(READ /home/benpicco/dev/zeph-stable/zephyr/VERSION ver )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(6): string(REGEX MATCH VERSION_MAJOR = ([0-9]*) _ VERSION_MAJOR = 1
VERSION_MINOR = 14
PATCHLEVEL = 99
VERSION_TWEAK = 0
EXTRAVERSION =
)
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(7): set(PROJECT_VERSION_MAJOR 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(9): string(REGEX MATCH VERSION_MINOR = ([0-9]*) _ VERSION_MAJOR = 1
VERSION_MINOR = 14
PATCHLEVEL = 99
VERSION_TWEAK = 0
EXTRAVERSION =
)
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(10): set(PROJECT_VERSION_MINOR 14 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(12): string(REGEX MATCH PATCHLEVEL = ([0-9]*) _ VERSION_MAJOR = 1
VERSION_MINOR = 14
PATCHLEVEL = 99
VERSION_TWEAK = 0
EXTRAVERSION =
)
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(13): set(PROJECT_VERSION_PATCH 99 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(15): string(REGEX MATCH VERSION_TWEAK = ([0-9]*) _ VERSION_MAJOR = 1
VERSION_MINOR = 14
PATCHLEVEL = 99
VERSION_TWEAK = 0
EXTRAVERSION =
)
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(16): set(PROJECT_VERSION_TWEAK 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(18): string(REGEX MATCH EXTRAVERSION = ([a-z0-9]*) _ VERSION_MAJOR = 1
VERSION_MINOR = 14
PATCHLEVEL = 99
VERSION_TWEAK = 0
EXTRAVERSION =
)
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(19): set(PROJECT_VERSION_EXTRA )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(22): set(PROJECT_VERSION_WITHOUT_TWEAK 1.14.99 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(24): if(PROJECT_VERSION_TWEAK )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(26): else()
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(27): set(PROJECT_VERSION 1.14.99 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(30): message(Zephyr version: 1.14.99 )
Zephyr version: 1.14.99
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(32): set(MAJOR 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(33): set(MINOR 14 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(34): set(PATCH 99 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(36): math(EXPR KERNEL_VERSION_NUMBER_INT (1 << 16) + (14 << 8) + (99) )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(37): math(EXPR KERNELVERSION_INT (1 << 24) + (14 << 16) + (99 << 8) + (0) )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(39): to_hex(69219 KERNEL_VERSION_NUMBER )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(37): while(DEC GREATER 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(38): math(EXPR _val 69219 % 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(39): math(EXPR DEC 69219 / 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(40): if(_val EQUAL 10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(42): elseif(_val EQUAL 11 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(44): elseif(_val EQUAL 12 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(46): elseif(_val EQUAL 13 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(48): elseif(_val EQUAL 14 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(50): elseif(_val EQUAL 15 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(53): set(_res 3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(38): math(EXPR _val 4326 % 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(39): math(EXPR DEC 4326 / 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(40): if(_val EQUAL 10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(42): elseif(_val EQUAL 11 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(44): elseif(_val EQUAL 12 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(46): elseif(_val EQUAL 13 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(48): elseif(_val EQUAL 14 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(50): elseif(_val EQUAL 15 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(53): set(_res 63 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(38): math(EXPR _val 270 % 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(39): math(EXPR DEC 270 / 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(40): if(_val EQUAL 10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(42): elseif(_val EQUAL 11 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(44): elseif(_val EQUAL 12 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(46): elseif(_val EQUAL 13 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(48): elseif(_val EQUAL 14 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(49): set(_val E )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(53): set(_res E63 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(38): math(EXPR _val 16 % 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(39): math(EXPR DEC 16 / 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(40): if(_val EQUAL 10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(42): elseif(_val EQUAL 11 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(44): elseif(_val EQUAL 12 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(46): elseif(_val EQUAL 13 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(48): elseif(_val EQUAL 14 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(50): elseif(_val EQUAL 15 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(53): set(_res 0E63 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(38): math(EXPR _val 1 % 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(39): math(EXPR DEC 1 / 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(40): if(_val EQUAL 10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(42): elseif(_val EQUAL 11 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(44): elseif(_val EQUAL 12 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(46): elseif(_val EQUAL 13 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(48): elseif(_val EQUAL 14 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(50): elseif(_val EQUAL 15 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(53): set(_res 10E63 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(55): set(KERNEL_VERSION_NUMBER 0x10E63 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(40): to_hex(17720064 KERNELVERSION )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(37): while(DEC GREATER 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(38): math(EXPR _val 17720064 % 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(39): math(EXPR DEC 17720064 / 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(40): if(_val EQUAL 10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(42): elseif(_val EQUAL 11 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(44): elseif(_val EQUAL 12 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(46): elseif(_val EQUAL 13 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(48): elseif(_val EQUAL 14 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(50): elseif(_val EQUAL 15 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(53): set(_res 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(38): math(EXPR _val 1107504 % 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(39): math(EXPR DEC 1107504 / 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(40): if(_val EQUAL 10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(42): elseif(_val EQUAL 11 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(44): elseif(_val EQUAL 12 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(46): elseif(_val EQUAL 13 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(48): elseif(_val EQUAL 14 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(50): elseif(_val EQUAL 15 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(53): set(_res 00 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(38): math(EXPR _val 69219 % 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(39): math(EXPR DEC 69219 / 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(40): if(_val EQUAL 10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(42): elseif(_val EQUAL 11 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(44): elseif(_val EQUAL 12 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(46): elseif(_val EQUAL 13 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(48): elseif(_val EQUAL 14 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(50): elseif(_val EQUAL 15 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(53): set(_res 300 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(38): math(EXPR _val 4326 % 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(39): math(EXPR DEC 4326 / 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(40): if(_val EQUAL 10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(42): elseif(_val EQUAL 11 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(44): elseif(_val EQUAL 12 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(46): elseif(_val EQUAL 13 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(48): elseif(_val EQUAL 14 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(50): elseif(_val EQUAL 15 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(53): set(_res 6300 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(38): math(EXPR _val 270 % 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(39): math(EXPR DEC 270 / 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(40): if(_val EQUAL 10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(42): elseif(_val EQUAL 11 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(44): elseif(_val EQUAL 12 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(46): elseif(_val EQUAL 13 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(48): elseif(_val EQUAL 14 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(49): set(_val E )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(53): set(_res E6300 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(38): math(EXPR _val 16 % 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(39): math(EXPR DEC 16 / 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(40): if(_val EQUAL 10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(42): elseif(_val EQUAL 11 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(44): elseif(_val EQUAL 12 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(46): elseif(_val EQUAL 13 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(48): elseif(_val EQUAL 14 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(50): elseif(_val EQUAL 15 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(53): set(_res 0E6300 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(38): math(EXPR _val 1 % 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(39): math(EXPR DEC 1 / 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(40): if(_val EQUAL 10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(42): elseif(_val EQUAL 11 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(44): elseif(_val EQUAL 12 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(46): elseif(_val EQUAL 13 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(48): elseif(_val EQUAL 14 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(50): elseif(_val EQUAL 15 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(53): set(_res 10E6300 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/hex.cmake(55): set(KERNELVERSION 0x10E6300 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(42): set(KERNEL_VERSION_MAJOR 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(43): set(KERNEL_VERSION_MINOR 14 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(44): set(KERNEL_PATCHLEVEL 99 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(46): if(PROJECT_VERSION_EXTRA )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(48): else()
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(49): set(KERNEL_VERSION_STRING "1.14.99" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(52): set(ZEPHYR_VERSION_CODE 69219 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(55): unset(MAJOR )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(56): unset(MINOR )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(57): unset(PATCH )
/home/benpicco/dev/zeph-stable/zephyr/cmake/version.cmake(58): unset(PROJECT_VERSION_WITHOUT_TWEAK )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(105): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/python.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/python.cmake(7): set(PythonInterp_FIND_VERSION 3.4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/python.cmake(8): set(PythonInterp_FIND_VERSION_COUNT 2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/python.cmake(9): set(PythonInterp_FIND_VERSION_MAJOR 3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/python.cmake(10): set(PythonInterp_FIND_VERSION_MINOR 4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/python.cmake(11): set(PythonInterp_FIND_VERSION_EXACT 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/python.cmake(12): set(PythonInterp_FIND_REQUIRED 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/python.cmake(13): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(39): function(determine_python_version exe result )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(67): find_program(PYTHON_EXECUTABLE python )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(68): if(NOT ( /usr/bin/python STREQUAL PYTHON_EXECUTABLE-NOTFOUND ) )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(69): determine_python_version(/usr/bin/python ver )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(40): execute_process(COMMAND /usr/bin/python -c import sys; sys.stdout.write(';'.join([str(x) for x in sys.version_info[:3]])) OUTPUT_VARIABLE _VERSION RESULT_VARIABLE _PYTHON_VERSION_RESULT ERROR_QUIET )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(45): if(_PYTHON_VERSION_RESULT )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(58): else()
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(59): string(REPLACE ; . ver 2;7;16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(61): set(ver 2.7.16 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(70): if(2.7.16 VERSION_LESS PythonInterp_FIND_VERSION )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(73): unset(PYTHON_EXECUTABLE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(74): unset(PYTHON_EXECUTABLE CACHE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(78): unset(_Python_NAMES )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(80): set(_PYTHON1_VERSIONS 1.6 1.5 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(81): set(_PYTHON2_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(82): set(_PYTHON3_VERSIONS 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(84): if(PythonInterp_FIND_VERSION )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(85): if(PythonInterp_FIND_VERSION_COUNT GREATER 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(86): set(_PYTHON_FIND_MAJ_MIN 3.4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(87): list(APPEND _Python_NAMES python3.4 python3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(90): unset(_PYTHON_FIND_OTHER_VERSIONS )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(91): if(NOT PythonInterp_FIND_VERSION_EXACT )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(92): foreach(_PYTHON_V 3.7;3.6;3.5;3.4;3.3;3.2;3.1;3.0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(93): if(NOT _PYTHON_V VERSION_LESS _PYTHON_FIND_MAJ_MIN )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(94): list(APPEND _PYTHON_FIND_OTHER_VERSIONS 3.7 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(93): if(NOT _PYTHON_V VERSION_LESS _PYTHON_FIND_MAJ_MIN )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(94): list(APPEND _PYTHON_FIND_OTHER_VERSIONS 3.6 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(93): if(NOT _PYTHON_V VERSION_LESS _PYTHON_FIND_MAJ_MIN )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(94): list(APPEND _PYTHON_FIND_OTHER_VERSIONS 3.5 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(93): if(NOT _PYTHON_V VERSION_LESS _PYTHON_FIND_MAJ_MIN )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(94): list(APPEND _PYTHON_FIND_OTHER_VERSIONS 3.4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(93): if(NOT _PYTHON_V VERSION_LESS _PYTHON_FIND_MAJ_MIN )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(93): if(NOT _PYTHON_V VERSION_LESS _PYTHON_FIND_MAJ_MIN )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(93): if(NOT _PYTHON_V VERSION_LESS _PYTHON_FIND_MAJ_MIN )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(93): if(NOT _PYTHON_V VERSION_LESS _PYTHON_FIND_MAJ_MIN )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(98): unset(_PYTHON_FIND_MAJ_MIN )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(106): find_program(PYTHON_EXECUTABLE NAMES python3.4;python3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(110): set(_Python_VERSIONS )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(114): if(DEFINED PYTHONLIBS_VERSION_STRING )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(122): if(NOT WIN32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(123): list(APPEND _Python_VERSIONS ; )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(126): list(APPEND _Python_VERSIONS 3.7;3.6;3.5;3.4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(128): if(WIN32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(132): unset(_PYTHON_FIND_OTHER_VERSIONS )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(133): unset(_PYTHON1_VERSIONS )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(134): unset(_PYTHON2_VERSIONS )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(135): unset(_PYTHON3_VERSIONS )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(138): if(NOT PYTHON_EXECUTABLE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(160): if(PYTHON_EXECUTABLE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(161): determine_python_version(/usr/bin/python3 res )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(40): execute_process(COMMAND /usr/bin/python3 -c import sys; sys.stdout.write(';'.join([str(x) for x in sys.version_info[:3]])) OUTPUT_VARIABLE _VERSION RESULT_VARIABLE _PYTHON_VERSION_RESULT ERROR_QUIET )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(45): if(_PYTHON_VERSION_RESULT )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(58): else()
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(59): string(REPLACE ; . ver 3;7;3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(61): set(res 3.7.3 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(162): set(PYTHON_VERSION_STRING 3.7.3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(164): if(PYTHON_VERSION_STRING MATCHES ^([0-9]+)\.([0-9]+)\.([0-9]+) )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(165): set(PYTHON_VERSION_PATCH 3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(169): set(PYTHON_VERSION_MAJOR 3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(170): set(PYTHON_VERSION_MINOR 7 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(173): include(FindPackageHandleStandardArgs )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(132): include(/usr/share/cmake-3.13/Modules/FindPackageMessage.cmake )
/usr/share/cmake-3.13/Modules/FindPackageMessage.cmake(32): function(FIND_PACKAGE_MESSAGE pkg msg details )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(135): macro(_FPHSA_FAILURE_MESSAGE _msg )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(147): macro(_FPHSA_HANDLE_FAILURE_CONFIG_MODE )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(176): function(FIND_PACKAGE_HANDLE_STANDARD_ARGS _NAME _FIRST_ARG )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(174): FIND_PACKAGE_HANDLE_STANDARD_ARGS(PythonInterp REQUIRED_VARS PYTHON_EXECUTABLE VERSION_VAR PYTHON_VERSION_STRING )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(179): set(options CONFIG_MODE HANDLE_COMPONENTS )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(180): set(oneValueArgs FAIL_MESSAGE VERSION_VAR FOUND_VAR )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(181): set(multiValueArgs REQUIRED_VARS )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(184): set(_KEYWORDS_FOR_EXTENDED_MODE CONFIG_MODE;HANDLE_COMPONENTS FAIL_MESSAGE;VERSION_VAR;FOUND_VAR REQUIRED_VARS )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(185): list(FIND _KEYWORDS_FOR_EXTENDED_MODE REQUIRED_VARS INDEX )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(187): if(5 EQUAL -1 )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(191): else()
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(192): cmake_parse_arguments(FPHSA CONFIG_MODE;HANDLE_COMPONENTS FAIL_MESSAGE;VERSION_VAR;FOUND_VAR REQUIRED_VARS REQUIRED_VARS PYTHON_EXECUTABLE;VERSION_VAR;PYTHON_VERSION_STRING )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(194): if(FPHSA_UNPARSED_ARGUMENTS )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(198): if(NOT FPHSA_FAIL_MESSAGE )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(199): set(FPHSA_FAIL_MESSAGE DEFAULT_MSG )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(204): if(FPHSA_CONFIG_MODE )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(210): if(NOT FPHSA_REQUIRED_VARS )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(217): if(xDEFAULT_MSG STREQUAL xDEFAULT_MSG )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(218): set(FPHSA_FAIL_MESSAGE Could NOT find PythonInterp )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(221): list(GET FPHSA_REQUIRED_VARS 0 _FIRST_REQUIRED_VAR )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(223): string(TOUPPER PythonInterp _NAME_UPPER )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(224): string(TOLOWER PythonInterp _NAME_LOWER )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(226): if(FPHSA_FOUND_VAR )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(232): else()
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(233): set(_FOUND_VAR PYTHONINTERP_FOUND )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(238): set(MISSING_VARS )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(239): set(DETAILS )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(241): set(FPHSA_FOUND_PythonInterp TRUE )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(242): foreach(_CURRENT_VAR PYTHON_EXECUTABLE )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(243): if(NOT PYTHON_EXECUTABLE )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(246): else()
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(247): string(APPEND DETAILS [/usr/bin/python3] )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(250): if(FPHSA_FOUND_PythonInterp )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(251): set(PythonInterp_FOUND TRUE )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(252): set(PYTHONINTERP_FOUND TRUE )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(259): unset(FOUND_COMPONENTS_MSG )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(260): unset(MISSING_COMPONENTS_MSG )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(262): if(FPHSA_HANDLE_COMPONENTS )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(290): set(VERSION_MSG )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(291): set(VERSION_OK TRUE )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(294): if(DEFINED PythonInterp_FIND_VERSION )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(295): if(DEFINED PYTHON_VERSION_STRING )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(296): set(_FOUND_VERSION 3.7.3 )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(298): if(PythonInterp_FIND_VERSION_EXACT )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(334): else()
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(335): if(PythonInterp_FIND_VERSION VERSION_GREATER _FOUND_VERSION )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(338): else()
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(339): set(VERSION_MSG (found suitable version "3.7.3", minimum required is "3.4") )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(360): if(VERSION_OK )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(361): string(APPEND DETAILS [v3.7.3(3.4)] )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(368): if(PythonInterp_FOUND )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(369): FIND_PACKAGE_MESSAGE(PythonInterp Found PythonInterp: /usr/bin/python3 (found suitable version "3.7.3", minimum required is "3.4") [/usr/bin/python3][v3.7.3(3.4)] )
/usr/share/cmake-3.13/Modules/FindPackageMessage.cmake(34): if(NOT PythonInterp_FIND_QUIETLY )
/usr/share/cmake-3.13/Modules/FindPackageMessage.cmake(35): string(REPLACE
details [/usr/bin/python3][v3.7.3(3.4)] )
/usr/share/cmake-3.13/Modules/FindPackageMessage.cmake(36): set(DETAILS_VAR FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp )
/usr/share/cmake-3.13/Modules/FindPackageMessage.cmake(37): if(NOT [/usr/bin/python3][v3.7.3(3.4)] STREQUAL )
/usr/share/cmake-3.13/Modules/FindPackageMessage.cmake(39): message(STATUS Found PythonInterp: /usr/bin/python3 (found suitable version "3.7.3", minimum required is "3.4") )
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.7.3", minimum required is "3.4")
/usr/share/cmake-3.13/Modules/FindPackageMessage.cmake(43): set(FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp [/usr/bin/python3][v3.7.3(3.4)] CACHE INTERNAL Details about finding PythonInterp )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(384): set(PythonInterp_FOUND TRUE PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(385): set(PYTHONINTERP_FOUND TRUE PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/backports/FindPythonInterp.cmake(176): mark_as_advanced(PYTHON_EXECUTABLE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(106): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/git.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/git.cmake(6): find_package(Git QUIET )
/usr/share/cmake-3.13/Modules/FindGit.cmake(28): set(git_names git eg )
/usr/share/cmake-3.13/Modules/FindGit.cmake(33): if(CMAKE_HOST_WIN32 )
/usr/share/cmake-3.13/Modules/FindGit.cmake(47): find_program(GIT_EXECUTABLE NAMES git;eg PATHS DOC Git command line client )
/usr/share/cmake-3.13/Modules/FindGit.cmake(53): if(CMAKE_HOST_WIN32 )
/usr/share/cmake-3.13/Modules/FindGit.cmake(66): mark_as_advanced(GIT_EXECUTABLE )
/usr/share/cmake-3.13/Modules/FindGit.cmake(68): unset(git_names )
/usr/share/cmake-3.13/Modules/FindGit.cmake(69): unset(_git_sourcetree_path )
/usr/share/cmake-3.13/Modules/FindGit.cmake(71): if(GIT_EXECUTABLE )
/usr/share/cmake-3.13/Modules/FindGit.cmake(72): execute_process(COMMAND /usr/bin/git --version OUTPUT_VARIABLE git_version ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE )
/usr/share/cmake-3.13/Modules/FindGit.cmake(76): if(git_version MATCHES ^git version [0-9] )
/usr/share/cmake-3.13/Modules/FindGit.cmake(77): string(REPLACE git version GIT_VERSION_STRING git version 2.20.1 )
/usr/share/cmake-3.13/Modules/FindGit.cmake(79): unset(git_version )
/usr/share/cmake-3.13/Modules/FindGit.cmake(82): include(/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(132): include(/usr/share/cmake-3.13/Modules/FindPackageMessage.cmake )
/usr/share/cmake-3.13/Modules/FindPackageMessage.cmake(32): function(FIND_PACKAGE_MESSAGE pkg msg details )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(135): macro(_FPHSA_FAILURE_MESSAGE _msg )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(147): macro(_FPHSA_HANDLE_FAILURE_CONFIG_MODE )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(176): function(FIND_PACKAGE_HANDLE_STANDARD_ARGS _NAME _FIRST_ARG )
/usr/share/cmake-3.13/Modules/FindGit.cmake(83): find_package_handle_standard_args(Git REQUIRED_VARS GIT_EXECUTABLE VERSION_VAR GIT_VERSION_STRING )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(179): set(options CONFIG_MODE HANDLE_COMPONENTS )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(180): set(oneValueArgs FAIL_MESSAGE VERSION_VAR FOUND_VAR )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(181): set(multiValueArgs REQUIRED_VARS )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(184): set(_KEYWORDS_FOR_EXTENDED_MODE CONFIG_MODE;HANDLE_COMPONENTS FAIL_MESSAGE;VERSION_VAR;FOUND_VAR REQUIRED_VARS )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(185): list(FIND _KEYWORDS_FOR_EXTENDED_MODE REQUIRED_VARS INDEX )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(187): if(5 EQUAL -1 )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(191): else()
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(192): cmake_parse_arguments(FPHSA CONFIG_MODE;HANDLE_COMPONENTS FAIL_MESSAGE;VERSION_VAR;FOUND_VAR REQUIRED_VARS REQUIRED_VARS GIT_EXECUTABLE;VERSION_VAR;GIT_VERSION_STRING )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(194): if(FPHSA_UNPARSED_ARGUMENTS )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(198): if(NOT FPHSA_FAIL_MESSAGE )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(199): set(FPHSA_FAIL_MESSAGE DEFAULT_MSG )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(204): if(FPHSA_CONFIG_MODE )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(210): if(NOT FPHSA_REQUIRED_VARS )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(217): if(xDEFAULT_MSG STREQUAL xDEFAULT_MSG )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(218): set(FPHSA_FAIL_MESSAGE Could NOT find Git )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(221): list(GET FPHSA_REQUIRED_VARS 0 _FIRST_REQUIRED_VAR )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(223): string(TOUPPER Git _NAME_UPPER )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(224): string(TOLOWER Git _NAME_LOWER )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(226): if(FPHSA_FOUND_VAR )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(232): else()
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(233): set(_FOUND_VAR GIT_FOUND )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(238): set(MISSING_VARS )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(239): set(DETAILS )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(241): set(FPHSA_FOUND_Git TRUE )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(242): foreach(_CURRENT_VAR GIT_EXECUTABLE )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(243): if(NOT GIT_EXECUTABLE )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(246): else()
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(247): string(APPEND DETAILS [/usr/bin/git] )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(250): if(FPHSA_FOUND_Git )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(251): set(Git_FOUND TRUE )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(252): set(GIT_FOUND TRUE )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(259): unset(FOUND_COMPONENTS_MSG )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(260): unset(MISSING_COMPONENTS_MSG )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(262): if(FPHSA_HANDLE_COMPONENTS )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(290): set(VERSION_MSG )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(291): set(VERSION_OK TRUE )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(294): if(DEFINED Git_FIND_VERSION )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(353): else()
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(355): if(DEFINED GIT_VERSION_STRING )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(356): set(VERSION_MSG (found version "2.20.1") )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(360): if(VERSION_OK )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(361): string(APPEND DETAILS [v2.20.1()] )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(368): if(Git_FOUND )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(369): FIND_PACKAGE_MESSAGE(Git Found Git: /usr/bin/git (found version "2.20.1") [/usr/bin/git][v2.20.1()] )
/usr/share/cmake-3.13/Modules/FindPackageMessage.cmake(34): if(NOT Git_FIND_QUIETLY )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(384): set(Git_FOUND TRUE PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake(385): set(GIT_FOUND TRUE PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/git.cmake(7): if(NOT BUILD_VERSION AND GIT_FOUND )
/home/benpicco/dev/zeph-stable/zephyr/cmake/git.cmake(8): execute_process(COMMAND /usr/bin/git describe --abbrev=12 WORKING_DIRECTORY /home/benpicco/dev/zeph-stable/zephyr OUTPUT_VARIABLE BUILD_VERSION OUTPUT_STRIP_TRAILING_WHITESPACE ERROR_STRIP_TRAILING_WHITESPACE ERROR_VARIABLE stderr RESULT_VARIABLE return_code )
/home/benpicco/dev/zeph-stable/zephyr/cmake/git.cmake(17): if(return_code )
/home/benpicco/dev/zeph-stable/zephyr/cmake/git.cmake(19): elseif(CMAKE_VERBOSE_MAKEFILE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(107): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/ccache.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/ccache.cmake(6): if(USE_CCACHE STREQUAL 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/ccache.cmake(7): else()
/home/benpicco/dev/zeph-stable/zephyr/cmake/ccache.cmake(8): find_program(CCACHE_FOUND ccache )
/home/benpicco/dev/zeph-stable/zephyr/cmake/ccache.cmake(9): if(CCACHE_FOUND )
/home/benpicco/dev/zeph-stable/zephyr/cmake/ccache.cmake(10): set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache )
/home/benpicco/dev/zeph-stable/zephyr/cmake/ccache.cmake(11): set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(109): if(/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world STREQUAL /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(115): add_custom_target(pristine COMMAND /usr/bin/cmake -P /home/benpicco/dev/zeph-stable/zephyr/cmake/pristine.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(135): get_property(cached_board_value CACHE BOARD PROPERTY VALUE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(143): set(board_cli_argument atsamd21_xpro )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(144): if(board_cli_argument STREQUAL CACHED_BOARD )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(149): set(board_app_cmake_lists atsamd21_xpro )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(150): if(cached_board_value STREQUAL BOARD )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(153): unset(board_app_cmake_lists )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(156): if(CACHED_BOARD )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(167): elseif(board_cli_argument )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(168): set(BOARD atsamd21_xpro )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(180): assert(BOARD BOARD not set )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1149): if(NOT BOARD )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(181): message(STATUS Selected BOARD atsamd21_xpro )
-- Selected BOARD atsamd21_xpro
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(184): set(CACHED_BOARD atsamd21_xpro CACHE STRING Selected board )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(200): get_property(cached_shield_value CACHE SHIELD PROPERTY VALUE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(208): set(shield_cli_argument )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(209): if(shield_cli_argument STREQUAL CACHED_SHIELD )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(214): set(shield_app_cmake_lists )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(215): if(cached_shield_value STREQUAL SHIELD )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(221): if(CACHED_SHIELD )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(232): elseif(shield_cli_argument )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(235): elseif(DEFINED ENV{SHIELD} )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(238): elseif(shield_app_cmake_lists )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(243): set(CACHED_SHIELD CACHE STRING Selected shield )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(247): list(APPEND BOARD_ROOT /home/benpicco/dev/zeph-stable/zephyr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(249): if(NOT SOC_ROOT )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(250): set(SOC_DIR /home/benpicco/dev/zeph-stable/zephyr/soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(255): if(NOT ARCH_ROOT )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(256): set(ARCH_DIR /home/benpicco/dev/zeph-stable/zephyr/arch )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(264): foreach(root /home/benpicco/dev/zeph-stable/zephyr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(267): find_path(BOARD_DIR NAMES atsamd21_xpro_defconfig PATHS /home/benpicco/dev/zeph-stable/zephyr/boards/*/* NO_DEFAULT_PATH )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(272): if(BOARD_DIR AND NOT ( /home/benpicco/dev/zeph-stable/zephyr STREQUAL /home/benpicco/dev/zeph-stable/zephyr ) )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(276): set(shield_dir /home/benpicco/dev/zeph-stable/zephyr/boards/shields )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(277): if(DEFINED SHIELD )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(282): file(GLOB_RECURSE shields_refs_list RELATIVE /home/benpicco/dev/zeph-stable/zephyr/boards/shields /home/benpicco/dev/zeph-stable/zephyr/boards/shields/*/*.overlay )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(291): foreach(shield_path frdm_kw41z/frdm_kw41z.overlay;x_nucleo_iks01a1/x_nucleo_iks01a1.overlay;x_nucleo_iks01a2/x_nucleo_iks01a2.overlay )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(292): get_filename_component(shield frdm_kw41z/frdm_kw41z.overlay NAME_WE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(293): list(APPEND SHIELD_LIST frdm_kw41z )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(292): get_filename_component(shield x_nucleo_iks01a1/x_nucleo_iks01a1.overlay NAME_WE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(293): list(APPEND SHIELD_LIST x_nucleo_iks01a1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(292): get_filename_component(shield x_nucleo_iks01a2/x_nucleo_iks01a2.overlay NAME_WE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(293): list(APPEND SHIELD_LIST x_nucleo_iks01a2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(296): if(DEFINED SHIELD )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(320): if(NOT BOARD_DIR )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(327): if(DEFINED SHIELD AND DEFINED NOT_FOUND_SHIELD_LIST )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(336): get_filename_component(BOARD_ARCH_DIR /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro DIRECTORY )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(337): get_filename_component(BOARD_FAMILY /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro NAME )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(338): get_filename_component(ARCH /home/benpicco/dev/zeph-stable/zephyr/boards/arm NAME )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(340): if(CONF_FILE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(344): elseif(DEFINED ENV{CONF_FILE} )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(347): elseif(COMMAND set_conf_file )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(351): elseif(EXISTS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/prj_atsamd21_xpro.conf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(354): elseif(EXISTS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/boards/atsamd21_xpro.conf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(357): elseif(EXISTS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/prj.conf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(358): set(CONF_FILE /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/prj.conf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(361): set(CONF_FILE /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/prj.conf CACHE STRING If desired, you can build the application usingthe configuration settings specified in an alternate .conf file using this parameter. These settings will override the settings in the application’s .config file or its default .conf file.Multiple files may be listed, e.g. CONF_FILE="prj1.conf prj2.conf" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(366): if(DTC_OVERLAY_FILE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(370): elseif(DEFINED ENV{DTC_OVERLAY_FILE} )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(372): elseif(EXISTS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/atsamd21_xpro.overlay )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(376): set(DTC_OVERLAY_FILE CACHE STRING If desired, you can build the application using the DT configuration settings specified in an alternate .overlay file using this parameter. These settings will override the settings in the board's .dts file. Multiple files may be listed, e.g. DTC_OVERLAY_FILE="dts1.overlay dts2.overlay" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(383): set(CMAKE_C_COMPILER_FORCED 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(384): set(CMAKE_CXX_COMPILER_FORCED 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(386): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(3): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/toolchain/zephyr/host-tools.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/toolchain/zephyr/host-tools.cmake(10): set_ifndef(ZEPHYR_SDK_INSTALL_DIR )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1020): if(NOT ZEPHYR_SDK_INSTALL_DIR )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1021): set(ZEPHYR_SDK_INSTALL_DIR PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/toolchain/zephyr/host-tools.cmake(11): set(ZEPHYR_SDK_INSTALL_DIR CACHE PATH Zephyr SDK install directory )
/home/benpicco/dev/zeph-stable/zephyr/cmake/toolchain/zephyr/host-tools.cmake(13): if(NOT ZEPHYR_SDK_INSTALL_DIR )
/home/benpicco/dev/zeph-stable/zephyr/cmake/toolchain/zephyr/host-tools.cmake(17): return()
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(6): find_program(WEST west )
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(10): if(/home/benpicco/.local/bin/west STREQUAL WEST-NOTFOUND )
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(12): else()
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(15): set(MIN_WEST_VERSION 0.5.6 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(16): execute_process(COMMAND /home/benpicco/.local/bin/west --version OUTPUT_VARIABLE west_version_output )
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(26): string(REGEX REPLACE
; west_version_output West bootstrapper version: v0.5.6 (/home/benpicco/.local/lib/python3.7/site-packages/west/_bootstrap)
West repository version: v0.5.6 (/home/benpicco/dev/zeph-stable/.west/west)
)
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(27): foreach(item West bootstrapper version: v0.5.6 (/home/benpicco/.local/lib/python3.7/site-packages/west/_bootstrap);West repository version: v0.5.6 (/home/benpicco/dev/zeph-stable/.west/west); )
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(28): if(West bootstrapper version: v0.5.6 (/home/benpicco/.local/lib/python3.7/site-packages/west/_bootstrap) MATCHES .*v([0-9]+[.][0-9]+[.][0-9]+) )
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(29): set(west_version 0.5.6 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(30): if(0.5.6 VERSION_LESS 0.5.6 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(28): if(West repository version: v0.5.6 (/home/benpicco/dev/zeph-stable/.west/west) MATCHES .*v([0-9]+[.][0-9]+[.][0-9]+) )
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(29): set(west_version 0.5.6 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(30): if(0.5.6 VERSION_LESS 0.5.6 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(45): message(STATUS Found west: /home/benpicco/.local/bin/west (found suitable version "0.5.6", minimum required is "0.5.6") )
-- Found west: /home/benpicco/.local/bin/west (found suitable version "0.5.6", minimum required is "0.5.6")
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(52): find_program(DTC dtc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(56): if(/usr/bin/dtc STREQUAL DTC-NOTFOUND )
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(61): set(MIN_DTC_VERSION 1.4.6 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(62): execute_process(COMMAND /usr/bin/dtc --version OUTPUT_VARIABLE dtc_version_output )
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(67): string(REGEX MATCH Version: DTC ([0-9]+.[0-9]+.[0-9]+).* out_var Version: DTC 1.4.7
)
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(68): if(1.4.7 VERSION_LESS 1.4.6 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(77): find_program(GPERF gperf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(81): if(/usr/bin/gperf STREQUAL GPERF-NOTFOUND )
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(86): find_program(OPENOCD openocd )
/home/benpicco/dev/zeph-stable/zephyr/cmake/host-tools.cmake(92): find_program(BOSSAC bossac )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(401): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/zephyr_module.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/zephyr_module.cmake(13): if(ZEPHYR_MODULES )
/home/benpicco/dev/zeph-stable/zephyr/cmake/zephyr_module.cmake(17): if(ZEPHYR_EXTRA_MODULES )
/home/benpicco/dev/zeph-stable/zephyr/cmake/zephyr_module.cmake(21): set(KCONFIG_MODULES_FILE /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/Kconfig.modules )
/home/benpicco/dev/zeph-stable/zephyr/cmake/zephyr_module.cmake(23): if(WEST OR ZEPHYR_MODULES )
/home/benpicco/dev/zeph-stable/zephyr/cmake/zephyr_module.cmake(26): execute_process(COMMAND /usr/bin/python3 /home/benpicco/dev/zeph-stable/zephyr/scripts/zephyr_module.py --kconfig-out /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/Kconfig.modules --cmake-out /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr_modules.txt ERROR_VARIABLE zephyr_module_error_text RESULT_VARIABLE zephyr_module_return )
/home/benpicco/dev/zeph-stable/zephyr/cmake/zephyr_module.cmake(39): if(0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(402): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/generic_toolchain.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/generic_toolchain.cmake(3): if(NOT TOOLCHAIN_ROOT )
/home/benpicco/dev/zeph-stable/zephyr/cmake/generic_toolchain.cmake(4): if(DEFINED ENV{TOOLCHAIN_ROOT} )
/home/benpicco/dev/zeph-stable/zephyr/cmake/generic_toolchain.cmake(7): else()
/home/benpicco/dev/zeph-stable/zephyr/cmake/generic_toolchain.cmake(9): set(TOOLCHAIN_ROOT /home/benpicco/dev/zeph-stable/zephyr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/generic_toolchain.cmake(14): foreach(var CFLAGS CXXFLAGS )
/home/benpicco/dev/zeph-stable/zephyr/cmake/generic_toolchain.cmake(15): if(DEFINED ENV{CFLAGS} )
/home/benpicco/dev/zeph-stable/zephyr/cmake/generic_toolchain.cmake(15): if(DEFINED ENV{CXXFLAGS} )
/home/benpicco/dev/zeph-stable/zephyr/cmake/generic_toolchain.cmake(23): if(NOT DEFINED ENV{ZEPHYR_TOOLCHAIN_VARIANT} )
/home/benpicco/dev/zeph-stable/zephyr/cmake/generic_toolchain.cmake(30): if(NOT ZEPHYR_TOOLCHAIN_VARIANT )
/home/benpicco/dev/zeph-stable/zephyr/cmake/generic_toolchain.cmake(31): if(DEFINED ENV{ZEPHYR_TOOLCHAIN_VARIANT} )
/home/benpicco/dev/zeph-stable/zephyr/cmake/generic_toolchain.cmake(32): set(ZEPHYR_TOOLCHAIN_VARIANT gnuarmemb )
/home/benpicco/dev/zeph-stable/zephyr/cmake/generic_toolchain.cmake(39): if(gnuarmemb STREQUAL gccarmemb )
/home/benpicco/dev/zeph-stable/zephyr/cmake/generic_toolchain.cmake(45): set(TOOLCHAIN_ROOT /home/benpicco/dev/zeph-stable/zephyr CACHE STRING Zephyr toolchain root )
/home/benpicco/dev/zeph-stable/zephyr/cmake/generic_toolchain.cmake(46): assert(TOOLCHAIN_ROOT Zephyr toolchain root path invalid: please set the TOOLCHAIN_ROOT-variable )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1149): if(NOT TOOLCHAIN_ROOT )
/home/benpicco/dev/zeph-stable/zephyr/cmake/generic_toolchain.cmake(48): set(ZEPHYR_TOOLCHAIN_VARIANT gnuarmemb CACHE STRING Zephyr toolchain variant )
/home/benpicco/dev/zeph-stable/zephyr/cmake/generic_toolchain.cmake(49): assert(ZEPHYR_TOOLCHAIN_VARIANT Zephyr toolchain variant invalid: please set the ZEPHYR_TOOLCHAIN_VARIANT-variable )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1149): if(NOT ZEPHYR_TOOLCHAIN_VARIANT )
/home/benpicco/dev/zeph-stable/zephyr/cmake/generic_toolchain.cmake(52): if(( arm STREQUAL posix ) OR ( arm STREQUAL x86_64 ) )
/home/benpicco/dev/zeph-stable/zephyr/cmake/generic_toolchain.cmake(57): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/toolchain/gnuarmemb/generic.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/toolchain/gnuarmemb/generic.cmake(4): if(NOT DEFINED ENV{GNUARMEMB_TOOLCHAIN_PATH} )
/home/benpicco/dev/zeph-stable/zephyr/cmake/toolchain/gnuarmemb/generic.cmake(11): set_ifndef(GNUARMEMB_TOOLCHAIN_PATH /usr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1020): if(NOT GNUARMEMB_TOOLCHAIN_PATH )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1021): set(GNUARMEMB_TOOLCHAIN_PATH /usr PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/toolchain/gnuarmemb/generic.cmake(12): set(GNUARMEMB_TOOLCHAIN_PATH /usr CACHE PATH gnuarmemb install directory )
/home/benpicco/dev/zeph-stable/zephyr/cmake/toolchain/gnuarmemb/generic.cmake(13): assert(GNUARMEMB_TOOLCHAIN_PATH GNUARMEMB_TOOLCHAIN_PATH is not set )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1149): if(NOT GNUARMEMB_TOOLCHAIN_PATH )
/home/benpicco/dev/zeph-stable/zephyr/cmake/toolchain/gnuarmemb/generic.cmake(15): if(NOT EXISTS /usr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/toolchain/gnuarmemb/generic.cmake(19): set(TOOLCHAIN_HOME /usr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/toolchain/gnuarmemb/generic.cmake(21): set(COMPILER gcc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/toolchain/gnuarmemb/generic.cmake(23): set(CROSS_COMPILE_TARGET arm-none-eabi )
/home/benpicco/dev/zeph-stable/zephyr/cmake/toolchain/gnuarmemb/generic.cmake(24): set(SYSROOT_TARGET arm-none-eabi )
/home/benpicco/dev/zeph-stable/zephyr/cmake/toolchain/gnuarmemb/generic.cmake(26): set(CROSS_COMPILE /usr/bin/arm-none-eabi- )
/home/benpicco/dev/zeph-stable/zephyr/cmake/toolchain/gnuarmemb/generic.cmake(27): set(SYSROOT_DIR /usr/arm-none-eabi )
/home/benpicco/dev/zeph-stable/zephyr/cmake/toolchain/gnuarmemb/generic.cmake(28): set(TOOLCHAIN_HAS_NEWLIB ON CACHE BOOL True if toolchain supports newlib )
/home/benpicco/dev/zeph-stable/zephyr/cmake/generic_toolchain.cmake(61): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/generic.cmake OPTIONAL )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/generic.cmake(3): set_ifndef(CC gcc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1020): if(NOT CC )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1021): set(CC gcc PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/generic.cmake(5): find_program(CMAKE_C_COMPILER /usr/bin/arm-none-eabi-gcc PATH /usr NO_DEFAULT_PATH )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/generic.cmake(7): if(CMAKE_C_COMPILER STREQUAL CMAKE_C_COMPILER-NOTFOUND )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/generic.cmake(17): execute_process(COMMAND /usr/bin/arm-none-eabi-gcc --version RESULT_VARIABLE ret OUTPUT_QUIET ERROR_QUIET )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/generic.cmake(23): if(ret )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(403): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(3): file(MAKE_DIRECTORY /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/include/generated )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(15): set(GENERATED_DTS_BOARD_UNFIXED_H /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/include/generated/generated_dts_board_unfixed.h )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(16): set(GENERATED_DTS_BOARD_CONF /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/include/generated/generated_dts_board.conf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(18): set_ifndef(DTS_SOURCE /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro.dts )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1020): if(NOT DTS_SOURCE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1021): set(DTS_SOURCE /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro.dts PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(19): set_ifndef(DTS_COMMON_OVERLAYS /home/benpicco/dev/zeph-stable/zephyr/dts/common/common.dts )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1020): if(NOT DTS_COMMON_OVERLAYS )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1021): set(DTS_COMMON_OVERLAYS /home/benpicco/dev/zeph-stable/zephyr/dts/common/common.dts PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(24): list(APPEND DTS_ROOT /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world /home/benpicco/dev/zeph-stable/zephyr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(30): set(dts_files /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro.dts /home/benpicco/dev/zeph-stable/zephyr/dts/common/common.dts )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(38): if(EXISTS /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro.dts )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(39): set(SUPPORTS_DTS 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(44): if(SUPPORTS_DTS )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(45): if(DTC_OVERLAY_FILE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(54): set(i 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(55): unset(DTC_INCLUDE_FLAG_FOR_DTS )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(56): foreach(dts_file /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro.dts;/home/benpicco/dev/zeph-stable/zephyr/dts/common/common.dts )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(57): list(APPEND DTC_INCLUDE_FLAG_FOR_DTS -include /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro.dts )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(60): if(i EQUAL 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(61): message(STATUS Loading /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro.dts as base )
-- Loading /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro.dts as base
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(67): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro.dts )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(72): math(EXPR i 0+1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(57): list(APPEND DTC_INCLUDE_FLAG_FOR_DTS -include /home/benpicco/dev/zeph-stable/zephyr/dts/common/common.dts )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(60): if(i EQUAL 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(62): else()
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(63): message(STATUS Overlaying /home/benpicco/dev/zeph-stable/zephyr/dts/common/common.dts )
-- Overlaying /home/benpicco/dev/zeph-stable/zephyr/dts/common/common.dts
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(67): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/dts/common/common.dts )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(72): math(EXPR i 1+1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(75): foreach(dts_root /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world;/home/benpicco/dev/zeph-stable/zephyr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(76): foreach(dts_root_path include dts/common dts/arm dts )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(82): set(full_path /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/include )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(83): if(EXISTS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/include )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(82): set(full_path /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/dts/common )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(83): if(EXISTS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/dts/common )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(82): set(full_path /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/dts/arm )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(83): if(EXISTS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/dts/arm )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(82): set(full_path /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/dts )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(83): if(EXISTS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/dts )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(76): foreach(dts_root_path include dts/common dts/arm dts )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(82): set(full_path /home/benpicco/dev/zeph-stable/zephyr/include )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(83): if(EXISTS /home/benpicco/dev/zeph-stable/zephyr/include )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(84): list(APPEND DTS_ROOT_SYSTEM_INCLUDE_DIRS -isystem /home/benpicco/dev/zeph-stable/zephyr/include )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(82): set(full_path /home/benpicco/dev/zeph-stable/zephyr/dts/common )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(83): if(EXISTS /home/benpicco/dev/zeph-stable/zephyr/dts/common )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(84): list(APPEND DTS_ROOT_SYSTEM_INCLUDE_DIRS -isystem /home/benpicco/dev/zeph-stable/zephyr/dts/common )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(82): set(full_path /home/benpicco/dev/zeph-stable/zephyr/dts/arm )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(83): if(EXISTS /home/benpicco/dev/zeph-stable/zephyr/dts/arm )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(84): list(APPEND DTS_ROOT_SYSTEM_INCLUDE_DIRS -isystem /home/benpicco/dev/zeph-stable/zephyr/dts/arm )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(82): set(full_path /home/benpicco/dev/zeph-stable/zephyr/dts )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(83): if(EXISTS /home/benpicco/dev/zeph-stable/zephyr/dts )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(84): list(APPEND DTS_ROOT_SYSTEM_INCLUDE_DIRS -isystem /home/benpicco/dev/zeph-stable/zephyr/dts )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(92): foreach(dts_root /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world;/home/benpicco/dev/zeph-stable/zephyr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(93): set(full_path /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/dts/bindings )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(94): if(EXISTS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/dts/bindings )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(93): set(full_path /home/benpicco/dev/zeph-stable/zephyr/dts/bindings )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(94): if(EXISTS /home/benpicco/dev/zeph-stable/zephyr/dts/bindings )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(95): list(APPEND DTS_ROOT_BINDINGS /home/benpicco/dev/zeph-stable/zephyr/dts/bindings )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(111): execute_process(COMMAND /usr/bin/arm-none-eabi-gcc -x assembler-with-cpp -nostdinc -isystem;/home/benpicco/dev/zeph-stable/zephyr/include;-isystem;/home/benpicco/dev/zeph-stable/zephyr/dts/common;-isystem;/home/benpicco/dev/zeph-stable/zephyr/dts/arm;-isystem;/home/benpicco/dev/zeph-stable/zephyr/dts -include;/home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro.dts;-include;/home/benpicco/dev/zeph-stable/zephyr/dts/common/common.dts -D__DTS__ -P -E /home/benpicco/dev/zeph-stable/zephyr/misc/empty_file.c -o atsamd21_xpro.dts.pre.tmp WORKING_DIRECTORY /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr RESULT_VARIABLE ret )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(125): if(NOT 0 STREQUAL 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(131): set(DTC_WARN_UNIT_ADDR_IF_ENABLED )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(132): check_dtc_flag(-Wunique_unit_address_if_enabled check )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(754): execute_process(COMMAND /usr/bin/dtc -Wunique_unit_address_if_enabled -v ERROR_QUIET OUTPUT_QUIET RESULT_VARIABLE dtc_check_ret )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(761): if(dtc_check_ret EQUAL 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(763): else()
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(764): set(check 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(133): if(check )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(136): set(DTC_NO_WARN_UNIT_ADDR )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(137): check_dtc_flag(-Wno-unique_unit_address check )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(754): execute_process(COMMAND /usr/bin/dtc -Wno-unique_unit_address -v ERROR_QUIET OUTPUT_QUIET RESULT_VARIABLE dtc_check_ret )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(761): if(dtc_check_ret EQUAL 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(762): set(check 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(138): if(check )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(139): set(DTC_NO_WARN_UNIT_ADDR -Wno-unique_unit_address )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(141): execute_process(COMMAND /usr/bin/dtc -O dts -o atsamd21_xpro.dts_compiled -b 0 -E unit_address_vs_reg -Wno-unique_unit_address atsamd21_xpro.dts.pre.tmp WORKING_DIRECTORY /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr RESULT_VARIABLE ret )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(154): if(NOT 0 STREQUAL 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(158): set(CMD_EXTRACT_DTS_INCLUDES /usr/bin/python3 /home/benpicco/dev/zeph-stable/zephyr/scripts/dts/extract_dts_includes.py --dts atsamd21_xpro.dts_compiled --yaml /home/benpicco/dev/zeph-stable/zephyr/dts/bindings --keyvalue /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/include/generated/generated_dts_board.conf --include /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/include/generated/generated_dts_board_unfixed.h --old-alias-names )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(168): execute_process(COMMAND /usr/bin/python3;/home/benpicco/dev/zeph-stable/zephyr/scripts/dts/extract_dts_includes.py;--dts;atsamd21_xpro.dts_compiled;--yaml;/home/benpicco/dev/zeph-stable/zephyr/dts/bindings;--keyvalue;/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/include/generated/generated_dts_board.conf;--include;/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/include/generated/generated_dts_board_unfixed.h;--old-alias-names WORKING_DIRECTORY /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr RESULT_VARIABLE ret )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(173): if(NOT 0 STREQUAL 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(177): import_kconfig(CONFIG_ /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/include/generated/generated_dts_board.conf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(817): file(STRINGS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/include/generated/generated_dts_board.conf DOT_CONFIG_LIST REGEX ^CONFIG_ ENCODING UTF-8 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(825): foreach(CONFIG )
/home/benpicco/dev/zeph-stable/zephyr/cmake/dts.cmake(178): import_kconfig(DT_ /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/include/generated/generated_dts_board.conf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(817): file(STRINGS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/include/generated/generated_dts_board.conf DOT_CONFIG_LIST REGEX ^DT_ ENCODING UTF-8 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(825): foreach(CONFIG DT_GPIO_KEYS_0=1;DT_GPIO_KEYS_BUTTON_0_GPIO_CONTROLLER="PORTA";DT_GPIO_KEYS_BUTTON_0_GPIO_FLAGS=256;DT_GPIO_KEYS_BUTTON_0_GPIO_PIN=15;DT_GPIO_KEYS_BUTTON_0_LABEL="SW0";DT_GPIO_KEYS_SW0_GPIO_CONTROLLER="PORTA";DT_GPIO_KEYS_SW0_GPIO_FLAGS=256;DT_GPIO_KEYS_SW0_GPIO_PIN=15;DT_GPIO_KEYS_SW0_LABEL="SW0";DT_ATMEL_SAM0_ID_0=1;DT_ATMEL_SAM0_ID_0_BASE_ADDRESS_0=0x80a00c;DT_ATMEL_SAM0_ID_0_BASE_ADDRESS_1=0x80a040;DT_ATMEL_SAM0_ID_0_BASE_ADDRESS_2=0x80a044;DT_ATMEL_SAM0_ID_0_BASE_ADDRESS_3=0x80a048;DT_ATMEL_SAM0_ID_0_SIZE_0=4;DT_ATMEL_SAM0_ID_0_SIZE_1=4;DT_ATMEL_SAM0_ID_0_SIZE_2=4;DT_ATMEL_SAM0_ID_0_SIZE_3=4;DT_GPIO_LEDS_0=1;DT_GPIO_LEDS_LED_0_GPIO_CONTROLLER="PORTB";DT_GPIO_LEDS_LED_0_GPIO_FLAGS=0;DT_GPIO_LEDS_LED_0_GPIO_PIN=30;DT_GPIO_LEDS_LED_0_LABEL="Yellow LED";DT_GPIO_LEDS_LED0_GPIO_CONTROLLER="PORTB";DT_GPIO_LEDS_LED0_GPIO_FLAGS=0;DT_GPIO_LEDS_LED0_GPIO_PIN=30;DT_GPIO_LEDS_LED0_LABEL="Yellow LED";DT_MMIO_SRAM_0=1;DT_MMIO_SRAM_20000000_BASE_ADDRESS=0x20000000;DT_MMIO_SRAM_20000000_SIZE=32768;DT_SRAM_BASE_ADDRESS=0x20000000;DT_SRAM_SIZE=32;DT_MMIO_SRAM_0_BASE_ADDRESS=0x20000000;DT_MMIO_SRAM_0_SIZE=32;DT_ATMEL_SAM0_GPIO_0=1;DT_ATMEL_SAM0_GPIO_41004400_BASE_ADDRESS=0x41004400;DT_ATMEL_SAM0_GPIO_41004400_LABEL="PORTA";DT_ATMEL_SAM0_GPIO_41004400_SIZE=128;DT_ATMEL_SAM0_GPIO_0_BASE_ADDRESS=0x41004400;DT_ATMEL_SAM0_GPIO_0_LABEL="PORTA";DT_ATMEL_SAM0_GPIO_0_SIZE=128;DT_ATMEL_SAM0_GPIO_1=1;DT_ATMEL_SAM0_GPIO_41004480_BASE_ADDRESS=0x41004480;DT_ATMEL_SAM0_GPIO_41004480_LABEL="PORTB";DT_ATMEL_SAM0_GPIO_41004480_SIZE=128;DT_ATMEL_SAM0_GPIO_1_BASE_ADDRESS=0x41004480;DT_ATMEL_SAM0_GPIO_1_LABEL="PORTB";DT_ATMEL_SAM0_GPIO_1_SIZE=128;DT_ARM_V6M_NVIC_0=1;DT_ARM_V6M_NVIC_E000E100_ARM_NUM_IRQ_PRIORITY_BITS=2;DT_ARM_V6M_NVIC_E000E100_BASE_ADDRESS=0xe000e100;DT_ARM_V6M_NVIC_E000E100_SIZE=3072;DT_ARM_V6M_NVIC_0_ARM_NUM_IRQ_PRIORITY_BITS=2;DT_ARM_V6M_NVIC_0_BASE_ADDRESS=0xe000e100;DT_ARM_V6M_NVIC_0_SIZE=3072;DT_ATMEL_SAM0_NVMCTRL_0=1;DT_ATMEL_SAM0_NVMCTRL_41004000_BASE_ADDRESS=0x41004000;DT_ATMEL_SAM0_NVMCTRL_41004000_IRQ_0=5;DT_ATMEL_SAM0_NVMCTRL_41004000_IRQ_0_PRIORITY=0;DT_ATMEL_SAM0_NVMCTRL_41004000_LABEL="FLASH_CTRL";DT_ATMEL_SAM0_NVMCTRL_41004000_SIZE=34;DT_ATMEL_SAM0_NVMCTRL_0_BASE_ADDRESS=0x41004000;DT_ATMEL_SAM0_NVMCTRL_0_IRQ_0=5;DT_ATMEL_SAM0_NVMCTRL_0_IRQ_0_PRIORITY=0;DT_ATMEL_SAM0_NVMCTRL_0_LABEL="FLASH_CTRL";DT_ATMEL_SAM0_NVMCTRL_0_SIZE=34;DT_CODE_PARTITION_OFFSET=0;DT_CODE_PARTITION_SIZE=0;DT_FLASH_BASE_ADDRESS=0x0;DT_FLASH_SIZE=256;DT_FLASH_WRITE_BLOCK_SIZE=64;DT_SOC_NV_FLASH_0=1;DT_SOC_NV_FLASH_0_LABEL="FLASH_0";DT_SOC_NV_FLASH_0_WRITE_BLOCK_SIZE=64;DT_ATMEL_SAM0_PINMUX_0=1;DT_ATMEL_SAM0_PINMUX_41004400_BASE_ADDRESS=0x41004400;DT_ATMEL_SAM0_PINMUX_41004400_LABEL="PINMUX_A";DT_ATMEL_SAM0_PINMUX_41004400_SIZE=128;DT_ATMEL_SAM0_PINMUX_0_BASE_ADDRESS=0x41004400;DT_ATMEL_SAM0_PINMUX_0_LABEL="PINMUX_A";DT_ATMEL_SAM0_PINMUX_0_SIZE=128;DT_ATMEL_SAM0_PINMUX_1=1;DT_ATMEL_SAM0_PINMUX_41004480_BASE_ADDRESS=0x41004480;DT_ATMEL_SAM0_PINMUX_41004480_LABEL="PINMUX_B";DT_ATMEL_SAM0_PINMUX_41004480_SIZE=128;DT_ATMEL_SAM0_PINMUX_1_BASE_ADDRESS=0x41004480;DT_ATMEL_SAM0_PINMUX_1_LABEL="PINMUX_B";DT_ATMEL_SAM0_PINMUX_1_SIZE=128;DT_ATMEL_SAM0_UART_0=1;DT_ATMEL_SAM0_UART_42000800_BASE_ADDRESS=0x42000800;DT_ATMEL_SAM0_UART_42000800_CURRENT_SPEED=9600;DT_ATMEL_SAM0_UART_42000800_IRQ_0=9;DT_ATMEL_SAM0_UART_42000800_IRQ_0_PRIORITY=0;DT_ATMEL_SAM0_UART_42000800_LABEL="SERCOM0";DT_ATMEL_SAM0_UART_42000800_RXPO=3;DT_ATMEL_SAM0_UART_42000800_SIZE=64;DT_ATMEL_SAM0_UART_42000800_TXPO=2;DT_ATMEL_SAM0_UART_0_BASE_ADDRESS=0x42000800;DT_ATMEL_SAM0_UART_0_CURRENT_SPEED=9600;DT_ATMEL_SAM0_UART_0_IRQ_0=9;DT_ATMEL_SAM0_UART_0_IRQ_0_PRIORITY=0;DT_ATMEL_SAM0_UART_0_LABEL="SERCOM0";DT_ATMEL_SAM0_UART_0_RXPO=3;DT_ATMEL_SAM0_UART_0_SIZE=64;DT_ATMEL_SAM0_UART_0_TXPO=2;DT_ATMEL_SAM0_UART_1=1;DT_ATMEL_SAM0_UART_42000C00_BASE_ADDRESS=0x42000c00;DT_ATMEL_SAM0_UART_42000C00_CURRENT_SPEED=115200;DT_ATMEL_SAM0_UART_42000C00_IRQ_0=10;DT_ATMEL_SAM0_UART_42000C00_IRQ_0_PRIORITY=0;DT_ATMEL_SAM0_UART_42000C00_LABEL="SERCOM1";DT_ATMEL_SAM0_UART_42000C00_RXPO=3;DT_ATMEL_SAM0_UART_42000C00_SIZE=64;DT_ATMEL_SAM0_UART_42000C00_TXPO=0;DT_ATMEL_SAM0_UART_1_BASE_ADDRESS=0x42000c00;DT_ATMEL_SAM0_UART_1_CURRENT_SPEED=115200;DT_ATMEL_SAM0_UART_1_IRQ_0=10;DT_ATMEL_SAM0_UART_1_IRQ_0_PRIORITY=0;DT_ATMEL_SAM0_UART_1_LABEL="SERCOM1";DT_ATMEL_SAM0_UART_1_RXPO=3;DT_ATMEL_SAM0_UART_1_SIZE=64;DT_ATMEL_SAM0_UART_1_TXPO=0;DT_ATMEL_SAM0_UART_2=1;DT_ATMEL_SAM0_UART_42001400_BASE_ADDRESS=0x42001400;DT_ATMEL_SAM0_UART_42001400_CURRENT_SPEED=115200;DT_ATMEL_SAM0_UART_42001400_IRQ_0=12;DT_ATMEL_SAM0_UART_42001400_IRQ_0_PRIORITY=0;DT_ATMEL_SAM0_UART_42001400_LABEL="SERCOM3";DT_ATMEL_SAM0_UART_42001400_RXPO=1;DT_ATMEL_SAM0_UART_42001400_SIZE=64;DT_ATMEL_SAM0_UART_42001400_TXPO=0;DT_UART_CONSOLE_ON_DEV_NAME="SERCOM3";DT_UART_SHELL_ON_DEV_NAME="SERCOM3";DT_ATMEL_SAM0_UART_2_BASE_ADDRESS=0x42001400;DT_ATMEL_SAM0_UART_2_CURRENT_SPEED=115200;DT_ATMEL_SAM0_UART_2_IRQ_0=12;DT_ATMEL_SAM0_UART_2_IRQ_0_PRIORITY=0;DT_ATMEL_SAM0_UART_2_LABEL="SERCOM3";DT_ATMEL_SAM0_UART_2_RXPO=1;DT_ATMEL_SAM0_UART_2_SIZE=64;DT_ATMEL_SAM0_UART_2_TXPO=0;DT_ATMEL_SAM0_SPI_0=1;DT_ATMEL_SAM0_SPI_42001C00_BASE_ADDRESS=0x42001c00;DT_ATMEL_SAM0_SPI_42001C00_DIPO=0;DT_ATMEL_SAM0_SPI_42001C00_DOPO=2;DT_ATMEL_SAM0_SPI_42001C00_LABEL="SERCOM5";DT_ATMEL_SAM0_SPI_42001C00_SIZE=64;DT_ATMEL_SAM0_SPI_0_BASE_ADDRESS=0x42001c00;DT_ATMEL_SAM0_SPI_0_DIPO=0;DT_ATMEL_SAM0_SPI_0_DOPO=2;DT_ATMEL_SAM0_SPI_0_LABEL="SERCOM5";DT_ATMEL_SAM0_SPI_0_SIZE=64;DT_ATMEL_SAM0_USB_0=1;DT_ATMEL_SAM0_USB_41005000_BASE_ADDRESS=0x41005000;DT_ATMEL_SAM0_USB_41005000_IRQ_0=7;DT_ATMEL_SAM0_USB_41005000_IRQ_0_PRIORITY=0;DT_ATMEL_SAM0_USB_41005000_LABEL="USB0";DT_ATMEL_SAM0_USB_41005000_NUM_BIDIR_ENDPOINTS=8;DT_ATMEL_SAM0_USB_41005000_SIZE=4096;DT_ATMEL_SAM0_USB_0_BASE_ADDRESS=0x41005000;DT_ATMEL_SAM0_USB_0_IRQ_0=7;DT_ATMEL_SAM0_USB_0_IRQ_0_PRIORITY=0;DT_ATMEL_SAM0_USB_0_LABEL="USB0";DT_ATMEL_SAM0_USB_0_NUM_BIDIR_ENDPOINTS=8;DT_ATMEL_SAM0_USB_0_SIZE=4096;DT_ATMEL_SAM0_WATCHDOG_0=1;DT_ATMEL_SAM0_WATCHDOG_40001000_BASE_ADDRESS=0x40001000;DT_ATMEL_SAM0_WATCHDOG_40001000_IRQ_0=2;DT_ATMEL_SAM0_WATCHDOG_40001000_IRQ_0_PRIORITY=0;DT_ATMEL_SAM0_WATCHDOG_40001000_LABEL="WATCHDOG_0";DT_ATMEL_SAM0_WATCHDOG_40001000_SIZE=9;DT_ATMEL_SAM0_WATCHDOG_0_BASE_ADDRESS=0x40001000;DT_ATMEL_SAM0_WATCHDOG_0_IRQ_0=2;DT_ATMEL_SAM0_WATCHDOG_0_IRQ_0_PRIORITY=0;DT_ATMEL_SAM0_WATCHDOG_0_LABEL="WATCHDOG_0";DT_ATMEL_SAM0_WATCHDOG_0_SIZE=9;DT_CHOSEN_ZEPHYR_CONSOLE=1;DT_CHOSEN_ZEPHYR_FLASH=1;DT_CHOSEN_ZEPHYR_SHELL_UART=1;DT_CHOSEN_ZEPHYR_SRAM=1;DT_COMPAT_ARM_V6M_NVIC=1;DT_COMPAT_ATMEL_SAM0_GPIO=1;DT_COMPAT_ATMEL_SAM0_ID=1;DT_COMPAT_ATMEL_SAM0_NVMCTRL=1;DT_COMPAT_ATMEL_SAM0_PINMUX=1;DT_COMPAT_ATMEL_SAM0_SPI=1;DT_COMPAT_ATMEL_SAM0_UART=1;DT_COMPAT_ATMEL_SAM0_USB=1;DT_COMPAT_ATMEL_SAM0_WATCHDOG=1;DT_COMPAT_GPIO_KEYS=1;DT_COMPAT_GPIO_LEDS=1;DT_COMPAT_MMIO_SRAM=1;DT_COMPAT_SOC_NV_FLASH=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_GPIO_KEYS_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_GPIO_KEYS_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_GPIO_KEYS_0 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_GPIO_KEYS_BUTTON_0_GPIO_CONTROLLER="PORTA" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_GPIO_KEYS_BUTTON_0_GPIO_CONTROLLER="PORTA" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "PORTA" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("PORTA" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE PORTA )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_GPIO_KEYS_BUTTON_0_GPIO_CONTROLLER PORTA PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_GPIO_KEYS_BUTTON_0_GPIO_FLAGS=256 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_GPIO_KEYS_BUTTON_0_GPIO_FLAGS=256 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 256 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(256 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_GPIO_KEYS_BUTTON_0_GPIO_FLAGS 256 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_GPIO_KEYS_BUTTON_0_GPIO_PIN=15 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_GPIO_KEYS_BUTTON_0_GPIO_PIN=15 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 15 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(15 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_GPIO_KEYS_BUTTON_0_GPIO_PIN 15 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_GPIO_KEYS_BUTTON_0_LABEL="SW0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_GPIO_KEYS_BUTTON_0_LABEL="SW0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "SW0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("SW0" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE SW0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_GPIO_KEYS_BUTTON_0_LABEL SW0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_GPIO_KEYS_SW0_GPIO_CONTROLLER="PORTA" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_GPIO_KEYS_SW0_GPIO_CONTROLLER="PORTA" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "PORTA" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("PORTA" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE PORTA )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_GPIO_KEYS_SW0_GPIO_CONTROLLER PORTA PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_GPIO_KEYS_SW0_GPIO_FLAGS=256 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_GPIO_KEYS_SW0_GPIO_FLAGS=256 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 256 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(256 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_GPIO_KEYS_SW0_GPIO_FLAGS 256 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_GPIO_KEYS_SW0_GPIO_PIN=15 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_GPIO_KEYS_SW0_GPIO_PIN=15 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 15 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(15 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_GPIO_KEYS_SW0_GPIO_PIN 15 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_GPIO_KEYS_SW0_LABEL="SW0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_GPIO_KEYS_SW0_LABEL="SW0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "SW0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("SW0" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE SW0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_GPIO_KEYS_SW0_LABEL SW0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_ID_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_ID_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_ID_0 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_ID_0_BASE_ADDRESS_0=0x80a00c )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_ID_0_BASE_ADDRESS_0=0x80a00c )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x80a00c )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x80a00c MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_ID_0_BASE_ADDRESS_0 0x80a00c PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_ID_0_BASE_ADDRESS_1=0x80a040 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_ID_0_BASE_ADDRESS_1=0x80a040 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x80a040 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x80a040 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_ID_0_BASE_ADDRESS_1 0x80a040 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_ID_0_BASE_ADDRESS_2=0x80a044 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_ID_0_BASE_ADDRESS_2=0x80a044 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x80a044 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x80a044 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_ID_0_BASE_ADDRESS_2 0x80a044 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_ID_0_BASE_ADDRESS_3=0x80a048 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_ID_0_BASE_ADDRESS_3=0x80a048 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x80a048 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x80a048 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_ID_0_BASE_ADDRESS_3 0x80a048 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_ID_0_SIZE_0=4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_ID_0_SIZE_0=4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(4 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_ID_0_SIZE_0 4 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_ID_0_SIZE_1=4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_ID_0_SIZE_1=4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(4 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_ID_0_SIZE_1 4 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_ID_0_SIZE_2=4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_ID_0_SIZE_2=4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(4 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_ID_0_SIZE_2 4 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_ID_0_SIZE_3=4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_ID_0_SIZE_3=4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(4 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_ID_0_SIZE_3 4 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_GPIO_LEDS_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_GPIO_LEDS_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_GPIO_LEDS_0 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_GPIO_LEDS_LED_0_GPIO_CONTROLLER="PORTB" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_GPIO_LEDS_LED_0_GPIO_CONTROLLER="PORTB" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "PORTB" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("PORTB" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE PORTB )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_GPIO_LEDS_LED_0_GPIO_CONTROLLER PORTB PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_GPIO_LEDS_LED_0_GPIO_FLAGS=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_GPIO_LEDS_LED_0_GPIO_FLAGS=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_GPIO_LEDS_LED_0_GPIO_FLAGS 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_GPIO_LEDS_LED_0_GPIO_PIN=30 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_GPIO_LEDS_LED_0_GPIO_PIN=30 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 30 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(30 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_GPIO_LEDS_LED_0_GPIO_PIN 30 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_GPIO_LEDS_LED_0_LABEL="Yellow LED" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_GPIO_LEDS_LED_0_LABEL="Yellow LED" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "Yellow LED" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("Yellow LED" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE Yellow LED )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_GPIO_LEDS_LED_0_LABEL Yellow LED PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_GPIO_LEDS_LED0_GPIO_CONTROLLER="PORTB" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_GPIO_LEDS_LED0_GPIO_CONTROLLER="PORTB" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "PORTB" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("PORTB" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE PORTB )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_GPIO_LEDS_LED0_GPIO_CONTROLLER PORTB PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_GPIO_LEDS_LED0_GPIO_FLAGS=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_GPIO_LEDS_LED0_GPIO_FLAGS=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_GPIO_LEDS_LED0_GPIO_FLAGS 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_GPIO_LEDS_LED0_GPIO_PIN=30 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_GPIO_LEDS_LED0_GPIO_PIN=30 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 30 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(30 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_GPIO_LEDS_LED0_GPIO_PIN 30 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_GPIO_LEDS_LED0_LABEL="Yellow LED" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_GPIO_LEDS_LED0_LABEL="Yellow LED" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "Yellow LED" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("Yellow LED" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE Yellow LED )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_GPIO_LEDS_LED0_LABEL Yellow LED PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_MMIO_SRAM_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_MMIO_SRAM_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_MMIO_SRAM_0 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_MMIO_SRAM_20000000_BASE_ADDRESS=0x20000000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_MMIO_SRAM_20000000_BASE_ADDRESS=0x20000000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x20000000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x20000000 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_MMIO_SRAM_20000000_BASE_ADDRESS 0x20000000 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_MMIO_SRAM_20000000_SIZE=32768 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_MMIO_SRAM_20000000_SIZE=32768 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 32768 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(32768 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_MMIO_SRAM_20000000_SIZE 32768 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_SRAM_BASE_ADDRESS=0x20000000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_SRAM_BASE_ADDRESS=0x20000000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x20000000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x20000000 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_SRAM_BASE_ADDRESS 0x20000000 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_SRAM_SIZE=32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_SRAM_SIZE=32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(32 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_SRAM_SIZE 32 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_MMIO_SRAM_0_BASE_ADDRESS=0x20000000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_MMIO_SRAM_0_BASE_ADDRESS=0x20000000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x20000000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x20000000 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_MMIO_SRAM_0_BASE_ADDRESS 0x20000000 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_MMIO_SRAM_0_SIZE=32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_MMIO_SRAM_0_SIZE=32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(32 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_MMIO_SRAM_0_SIZE 32 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_GPIO_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_GPIO_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_GPIO_0 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_GPIO_41004400_BASE_ADDRESS=0x41004400 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_GPIO_41004400_BASE_ADDRESS=0x41004400 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x41004400 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x41004400 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_GPIO_41004400_BASE_ADDRESS 0x41004400 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_GPIO_41004400_LABEL="PORTA" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_GPIO_41004400_LABEL="PORTA" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "PORTA" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("PORTA" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE PORTA )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_GPIO_41004400_LABEL PORTA PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_GPIO_41004400_SIZE=128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_GPIO_41004400_SIZE=128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(128 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_GPIO_41004400_SIZE 128 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_GPIO_0_BASE_ADDRESS=0x41004400 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_GPIO_0_BASE_ADDRESS=0x41004400 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x41004400 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x41004400 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_GPIO_0_BASE_ADDRESS 0x41004400 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_GPIO_0_LABEL="PORTA" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_GPIO_0_LABEL="PORTA" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "PORTA" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("PORTA" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE PORTA )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_GPIO_0_LABEL PORTA PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_GPIO_0_SIZE=128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_GPIO_0_SIZE=128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(128 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_GPIO_0_SIZE 128 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_GPIO_1=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_GPIO_1=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_GPIO_1 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_GPIO_41004480_BASE_ADDRESS=0x41004480 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_GPIO_41004480_BASE_ADDRESS=0x41004480 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x41004480 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x41004480 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_GPIO_41004480_BASE_ADDRESS 0x41004480 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_GPIO_41004480_LABEL="PORTB" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_GPIO_41004480_LABEL="PORTB" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "PORTB" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("PORTB" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE PORTB )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_GPIO_41004480_LABEL PORTB PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_GPIO_41004480_SIZE=128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_GPIO_41004480_SIZE=128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(128 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_GPIO_41004480_SIZE 128 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_GPIO_1_BASE_ADDRESS=0x41004480 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_GPIO_1_BASE_ADDRESS=0x41004480 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x41004480 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x41004480 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_GPIO_1_BASE_ADDRESS 0x41004480 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_GPIO_1_LABEL="PORTB" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_GPIO_1_LABEL="PORTB" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "PORTB" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("PORTB" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE PORTB )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_GPIO_1_LABEL PORTB PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_GPIO_1_SIZE=128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_GPIO_1_SIZE=128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(128 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_GPIO_1_SIZE 128 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ARM_V6M_NVIC_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ARM_V6M_NVIC_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ARM_V6M_NVIC_0 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ARM_V6M_NVIC_E000E100_ARM_NUM_IRQ_PRIORITY_BITS=2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ARM_V6M_NVIC_E000E100_ARM_NUM_IRQ_PRIORITY_BITS=2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(2 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ARM_V6M_NVIC_E000E100_ARM_NUM_IRQ_PRIORITY_BITS 2 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ARM_V6M_NVIC_E000E100_BASE_ADDRESS=0xe000e100 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ARM_V6M_NVIC_E000E100_BASE_ADDRESS=0xe000e100 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0xe000e100 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0xe000e100 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ARM_V6M_NVIC_E000E100_BASE_ADDRESS 0xe000e100 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ARM_V6M_NVIC_E000E100_SIZE=3072 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ARM_V6M_NVIC_E000E100_SIZE=3072 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 3072 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(3072 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ARM_V6M_NVIC_E000E100_SIZE 3072 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ARM_V6M_NVIC_0_ARM_NUM_IRQ_PRIORITY_BITS=2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ARM_V6M_NVIC_0_ARM_NUM_IRQ_PRIORITY_BITS=2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(2 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ARM_V6M_NVIC_0_ARM_NUM_IRQ_PRIORITY_BITS 2 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ARM_V6M_NVIC_0_BASE_ADDRESS=0xe000e100 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ARM_V6M_NVIC_0_BASE_ADDRESS=0xe000e100 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0xe000e100 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0xe000e100 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ARM_V6M_NVIC_0_BASE_ADDRESS 0xe000e100 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ARM_V6M_NVIC_0_SIZE=3072 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ARM_V6M_NVIC_0_SIZE=3072 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 3072 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(3072 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ARM_V6M_NVIC_0_SIZE 3072 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_NVMCTRL_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_NVMCTRL_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_NVMCTRL_0 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_NVMCTRL_41004000_BASE_ADDRESS=0x41004000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_NVMCTRL_41004000_BASE_ADDRESS=0x41004000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x41004000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x41004000 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_NVMCTRL_41004000_BASE_ADDRESS 0x41004000 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_NVMCTRL_41004000_IRQ_0=5 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_NVMCTRL_41004000_IRQ_0=5 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 5 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(5 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_NVMCTRL_41004000_IRQ_0 5 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_NVMCTRL_41004000_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_NVMCTRL_41004000_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_NVMCTRL_41004000_IRQ_0_PRIORITY 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_NVMCTRL_41004000_LABEL="FLASH_CTRL" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_NVMCTRL_41004000_LABEL="FLASH_CTRL" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "FLASH_CTRL" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("FLASH_CTRL" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE FLASH_CTRL )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_NVMCTRL_41004000_LABEL FLASH_CTRL PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_NVMCTRL_41004000_SIZE=34 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_NVMCTRL_41004000_SIZE=34 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 34 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(34 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_NVMCTRL_41004000_SIZE 34 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_NVMCTRL_0_BASE_ADDRESS=0x41004000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_NVMCTRL_0_BASE_ADDRESS=0x41004000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x41004000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x41004000 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_NVMCTRL_0_BASE_ADDRESS 0x41004000 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_NVMCTRL_0_IRQ_0=5 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_NVMCTRL_0_IRQ_0=5 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 5 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(5 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_NVMCTRL_0_IRQ_0 5 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_NVMCTRL_0_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_NVMCTRL_0_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_NVMCTRL_0_IRQ_0_PRIORITY 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_NVMCTRL_0_LABEL="FLASH_CTRL" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_NVMCTRL_0_LABEL="FLASH_CTRL" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "FLASH_CTRL" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("FLASH_CTRL" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE FLASH_CTRL )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_NVMCTRL_0_LABEL FLASH_CTRL PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_NVMCTRL_0_SIZE=34 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_NVMCTRL_0_SIZE=34 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 34 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(34 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_NVMCTRL_0_SIZE 34 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_CODE_PARTITION_OFFSET=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_CODE_PARTITION_OFFSET=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_CODE_PARTITION_OFFSET 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_CODE_PARTITION_SIZE=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_CODE_PARTITION_SIZE=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_CODE_PARTITION_SIZE 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_FLASH_BASE_ADDRESS=0x0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_FLASH_BASE_ADDRESS=0x0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_FLASH_BASE_ADDRESS 0x0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_FLASH_SIZE=256 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_FLASH_SIZE=256 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 256 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(256 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_FLASH_SIZE 256 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_FLASH_WRITE_BLOCK_SIZE=64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_FLASH_WRITE_BLOCK_SIZE=64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(64 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_FLASH_WRITE_BLOCK_SIZE 64 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_SOC_NV_FLASH_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_SOC_NV_FLASH_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_SOC_NV_FLASH_0 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_SOC_NV_FLASH_0_LABEL="FLASH_0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_SOC_NV_FLASH_0_LABEL="FLASH_0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "FLASH_0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("FLASH_0" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE FLASH_0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_SOC_NV_FLASH_0_LABEL FLASH_0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_SOC_NV_FLASH_0_WRITE_BLOCK_SIZE=64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_SOC_NV_FLASH_0_WRITE_BLOCK_SIZE=64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(64 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_SOC_NV_FLASH_0_WRITE_BLOCK_SIZE 64 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_PINMUX_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_PINMUX_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_PINMUX_0 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_PINMUX_41004400_BASE_ADDRESS=0x41004400 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_PINMUX_41004400_BASE_ADDRESS=0x41004400 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x41004400 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x41004400 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_PINMUX_41004400_BASE_ADDRESS 0x41004400 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_PINMUX_41004400_LABEL="PINMUX_A" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_PINMUX_41004400_LABEL="PINMUX_A" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "PINMUX_A" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("PINMUX_A" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE PINMUX_A )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_PINMUX_41004400_LABEL PINMUX_A PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_PINMUX_41004400_SIZE=128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_PINMUX_41004400_SIZE=128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(128 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_PINMUX_41004400_SIZE 128 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_PINMUX_0_BASE_ADDRESS=0x41004400 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_PINMUX_0_BASE_ADDRESS=0x41004400 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x41004400 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x41004400 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_PINMUX_0_BASE_ADDRESS 0x41004400 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_PINMUX_0_LABEL="PINMUX_A" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_PINMUX_0_LABEL="PINMUX_A" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "PINMUX_A" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("PINMUX_A" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE PINMUX_A )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_PINMUX_0_LABEL PINMUX_A PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_PINMUX_0_SIZE=128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_PINMUX_0_SIZE=128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(128 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_PINMUX_0_SIZE 128 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_PINMUX_1=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_PINMUX_1=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_PINMUX_1 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_PINMUX_41004480_BASE_ADDRESS=0x41004480 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_PINMUX_41004480_BASE_ADDRESS=0x41004480 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x41004480 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x41004480 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_PINMUX_41004480_BASE_ADDRESS 0x41004480 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_PINMUX_41004480_LABEL="PINMUX_B" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_PINMUX_41004480_LABEL="PINMUX_B" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "PINMUX_B" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("PINMUX_B" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE PINMUX_B )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_PINMUX_41004480_LABEL PINMUX_B PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_PINMUX_41004480_SIZE=128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_PINMUX_41004480_SIZE=128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(128 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_PINMUX_41004480_SIZE 128 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_PINMUX_1_BASE_ADDRESS=0x41004480 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_PINMUX_1_BASE_ADDRESS=0x41004480 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x41004480 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x41004480 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_PINMUX_1_BASE_ADDRESS 0x41004480 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_PINMUX_1_LABEL="PINMUX_B" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_PINMUX_1_LABEL="PINMUX_B" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "PINMUX_B" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("PINMUX_B" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE PINMUX_B )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_PINMUX_1_LABEL PINMUX_B PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_PINMUX_1_SIZE=128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_PINMUX_1_SIZE=128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(128 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_PINMUX_1_SIZE 128 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_0 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42000800_BASE_ADDRESS=0x42000800 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42000800_BASE_ADDRESS=0x42000800 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x42000800 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x42000800 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42000800_BASE_ADDRESS 0x42000800 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42000800_CURRENT_SPEED=9600 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42000800_CURRENT_SPEED=9600 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 9600 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(9600 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42000800_CURRENT_SPEED 9600 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42000800_IRQ_0=9 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42000800_IRQ_0=9 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 9 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(9 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42000800_IRQ_0 9 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42000800_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42000800_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42000800_IRQ_0_PRIORITY 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42000800_LABEL="SERCOM0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42000800_LABEL="SERCOM0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "SERCOM0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("SERCOM0" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE SERCOM0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42000800_LABEL SERCOM0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42000800_RXPO=3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42000800_RXPO=3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(3 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42000800_RXPO 3 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42000800_SIZE=64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42000800_SIZE=64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(64 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42000800_SIZE 64 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42000800_TXPO=2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42000800_TXPO=2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(2 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42000800_TXPO 2 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_0_BASE_ADDRESS=0x42000800 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_0_BASE_ADDRESS=0x42000800 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x42000800 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x42000800 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_0_BASE_ADDRESS 0x42000800 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_0_CURRENT_SPEED=9600 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_0_CURRENT_SPEED=9600 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 9600 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(9600 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_0_CURRENT_SPEED 9600 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_0_IRQ_0=9 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_0_IRQ_0=9 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 9 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(9 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_0_IRQ_0 9 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_0_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_0_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_0_IRQ_0_PRIORITY 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_0_LABEL="SERCOM0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_0_LABEL="SERCOM0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "SERCOM0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("SERCOM0" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE SERCOM0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_0_LABEL SERCOM0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_0_RXPO=3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_0_RXPO=3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(3 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_0_RXPO 3 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_0_SIZE=64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_0_SIZE=64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(64 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_0_SIZE 64 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_0_TXPO=2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_0_TXPO=2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(2 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_0_TXPO 2 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_1=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_1=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_1 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42000C00_BASE_ADDRESS=0x42000c00 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42000C00_BASE_ADDRESS=0x42000c00 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x42000c00 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x42000c00 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42000C00_BASE_ADDRESS 0x42000c00 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42000C00_CURRENT_SPEED=115200 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42000C00_CURRENT_SPEED=115200 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 115200 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(115200 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42000C00_CURRENT_SPEED 115200 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42000C00_IRQ_0=10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42000C00_IRQ_0=10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(10 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42000C00_IRQ_0 10 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42000C00_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42000C00_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42000C00_IRQ_0_PRIORITY 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42000C00_LABEL="SERCOM1" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42000C00_LABEL="SERCOM1" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "SERCOM1" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("SERCOM1" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE SERCOM1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42000C00_LABEL SERCOM1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42000C00_RXPO=3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42000C00_RXPO=3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(3 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42000C00_RXPO 3 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42000C00_SIZE=64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42000C00_SIZE=64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(64 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42000C00_SIZE 64 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42000C00_TXPO=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42000C00_TXPO=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42000C00_TXPO 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_1_BASE_ADDRESS=0x42000c00 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_1_BASE_ADDRESS=0x42000c00 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x42000c00 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x42000c00 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_1_BASE_ADDRESS 0x42000c00 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_1_CURRENT_SPEED=115200 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_1_CURRENT_SPEED=115200 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 115200 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(115200 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_1_CURRENT_SPEED 115200 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_1_IRQ_0=10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_1_IRQ_0=10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(10 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_1_IRQ_0 10 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_1_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_1_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_1_IRQ_0_PRIORITY 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_1_LABEL="SERCOM1" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_1_LABEL="SERCOM1" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "SERCOM1" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("SERCOM1" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE SERCOM1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_1_LABEL SERCOM1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_1_RXPO=3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_1_RXPO=3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(3 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_1_RXPO 3 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_1_SIZE=64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_1_SIZE=64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(64 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_1_SIZE 64 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_1_TXPO=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_1_TXPO=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_1_TXPO 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_2=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_2=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_2 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42001400_BASE_ADDRESS=0x42001400 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42001400_BASE_ADDRESS=0x42001400 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x42001400 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x42001400 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42001400_BASE_ADDRESS 0x42001400 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42001400_CURRENT_SPEED=115200 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42001400_CURRENT_SPEED=115200 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 115200 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(115200 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42001400_CURRENT_SPEED 115200 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42001400_IRQ_0=12 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42001400_IRQ_0=12 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 12 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(12 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42001400_IRQ_0 12 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42001400_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42001400_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42001400_IRQ_0_PRIORITY 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42001400_LABEL="SERCOM3" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42001400_LABEL="SERCOM3" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "SERCOM3" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("SERCOM3" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE SERCOM3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42001400_LABEL SERCOM3 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42001400_RXPO=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42001400_RXPO=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42001400_RXPO 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42001400_SIZE=64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42001400_SIZE=64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(64 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42001400_SIZE 64 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_42001400_TXPO=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_42001400_TXPO=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_42001400_TXPO 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_UART_CONSOLE_ON_DEV_NAME="SERCOM3" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_UART_CONSOLE_ON_DEV_NAME="SERCOM3" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "SERCOM3" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("SERCOM3" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE SERCOM3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_UART_CONSOLE_ON_DEV_NAME SERCOM3 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_UART_SHELL_ON_DEV_NAME="SERCOM3" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_UART_SHELL_ON_DEV_NAME="SERCOM3" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "SERCOM3" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("SERCOM3" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE SERCOM3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_UART_SHELL_ON_DEV_NAME SERCOM3 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_2_BASE_ADDRESS=0x42001400 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_2_BASE_ADDRESS=0x42001400 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x42001400 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x42001400 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_2_BASE_ADDRESS 0x42001400 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_2_CURRENT_SPEED=115200 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_2_CURRENT_SPEED=115200 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 115200 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(115200 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_2_CURRENT_SPEED 115200 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_2_IRQ_0=12 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_2_IRQ_0=12 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 12 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(12 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_2_IRQ_0 12 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_2_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_2_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_2_IRQ_0_PRIORITY 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_2_LABEL="SERCOM3" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_2_LABEL="SERCOM3" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "SERCOM3" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("SERCOM3" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE SERCOM3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_2_LABEL SERCOM3 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_2_RXPO=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_2_RXPO=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_2_RXPO 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_2_SIZE=64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_2_SIZE=64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(64 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_2_SIZE 64 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_UART_2_TXPO=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_UART_2_TXPO=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_UART_2_TXPO 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_SPI_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_SPI_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_SPI_0 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_SPI_42001C00_BASE_ADDRESS=0x42001c00 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_SPI_42001C00_BASE_ADDRESS=0x42001c00 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x42001c00 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x42001c00 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_SPI_42001C00_BASE_ADDRESS 0x42001c00 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_SPI_42001C00_DIPO=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_SPI_42001C00_DIPO=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_SPI_42001C00_DIPO 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_SPI_42001C00_DOPO=2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_SPI_42001C00_DOPO=2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(2 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_SPI_42001C00_DOPO 2 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_SPI_42001C00_LABEL="SERCOM5" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_SPI_42001C00_LABEL="SERCOM5" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "SERCOM5" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("SERCOM5" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE SERCOM5 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_SPI_42001C00_LABEL SERCOM5 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_SPI_42001C00_SIZE=64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_SPI_42001C00_SIZE=64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(64 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_SPI_42001C00_SIZE 64 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_SPI_0_BASE_ADDRESS=0x42001c00 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_SPI_0_BASE_ADDRESS=0x42001c00 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x42001c00 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x42001c00 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_SPI_0_BASE_ADDRESS 0x42001c00 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_SPI_0_DIPO=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_SPI_0_DIPO=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_SPI_0_DIPO 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_SPI_0_DOPO=2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_SPI_0_DOPO=2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(2 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_SPI_0_DOPO 2 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_SPI_0_LABEL="SERCOM5" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_SPI_0_LABEL="SERCOM5" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "SERCOM5" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("SERCOM5" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE SERCOM5 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_SPI_0_LABEL SERCOM5 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_SPI_0_SIZE=64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_SPI_0_SIZE=64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 64 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(64 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_SPI_0_SIZE 64 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_USB_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_USB_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_USB_0 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_USB_41005000_BASE_ADDRESS=0x41005000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_USB_41005000_BASE_ADDRESS=0x41005000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x41005000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x41005000 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_USB_41005000_BASE_ADDRESS 0x41005000 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_USB_41005000_IRQ_0=7 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_USB_41005000_IRQ_0=7 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 7 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(7 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_USB_41005000_IRQ_0 7 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_USB_41005000_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_USB_41005000_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_USB_41005000_IRQ_0_PRIORITY 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_USB_41005000_LABEL="USB0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_USB_41005000_LABEL="USB0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "USB0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("USB0" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE USB0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_USB_41005000_LABEL USB0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_USB_41005000_NUM_BIDIR_ENDPOINTS=8 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_USB_41005000_NUM_BIDIR_ENDPOINTS=8 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 8 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(8 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_USB_41005000_NUM_BIDIR_ENDPOINTS 8 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_USB_41005000_SIZE=4096 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_USB_41005000_SIZE=4096 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 4096 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(4096 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_USB_41005000_SIZE 4096 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_USB_0_BASE_ADDRESS=0x41005000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_USB_0_BASE_ADDRESS=0x41005000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x41005000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x41005000 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_USB_0_BASE_ADDRESS 0x41005000 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_USB_0_IRQ_0=7 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_USB_0_IRQ_0=7 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 7 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(7 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_USB_0_IRQ_0 7 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_USB_0_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_USB_0_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_USB_0_IRQ_0_PRIORITY 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_USB_0_LABEL="USB0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_USB_0_LABEL="USB0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "USB0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("USB0" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE USB0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_USB_0_LABEL USB0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_USB_0_NUM_BIDIR_ENDPOINTS=8 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_USB_0_NUM_BIDIR_ENDPOINTS=8 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 8 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(8 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_USB_0_NUM_BIDIR_ENDPOINTS 8 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_USB_0_SIZE=4096 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_USB_0_SIZE=4096 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 4096 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(4096 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_USB_0_SIZE 4096 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_WATCHDOG_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_WATCHDOG_0=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_WATCHDOG_0 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_WATCHDOG_40001000_BASE_ADDRESS=0x40001000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_WATCHDOG_40001000_BASE_ADDRESS=0x40001000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x40001000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x40001000 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_WATCHDOG_40001000_BASE_ADDRESS 0x40001000 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_WATCHDOG_40001000_IRQ_0=2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_WATCHDOG_40001000_IRQ_0=2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(2 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_WATCHDOG_40001000_IRQ_0 2 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_WATCHDOG_40001000_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_WATCHDOG_40001000_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_WATCHDOG_40001000_IRQ_0_PRIORITY 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_WATCHDOG_40001000_LABEL="WATCHDOG_0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_WATCHDOG_40001000_LABEL="WATCHDOG_0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "WATCHDOG_0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("WATCHDOG_0" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE WATCHDOG_0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_WATCHDOG_40001000_LABEL WATCHDOG_0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_WATCHDOG_40001000_SIZE=9 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_WATCHDOG_40001000_SIZE=9 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 9 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(9 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_WATCHDOG_40001000_SIZE 9 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_WATCHDOG_0_BASE_ADDRESS=0x40001000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_WATCHDOG_0_BASE_ADDRESS=0x40001000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x40001000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x40001000 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_WATCHDOG_0_BASE_ADDRESS 0x40001000 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_WATCHDOG_0_IRQ_0=2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_WATCHDOG_0_IRQ_0=2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(2 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_WATCHDOG_0_IRQ_0 2 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_WATCHDOG_0_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_WATCHDOG_0_IRQ_0_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_WATCHDOG_0_IRQ_0_PRIORITY 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_WATCHDOG_0_LABEL="WATCHDOG_0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_WATCHDOG_0_LABEL="WATCHDOG_0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "WATCHDOG_0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("WATCHDOG_0" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE WATCHDOG_0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_WATCHDOG_0_LABEL WATCHDOG_0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_ATMEL_SAM0_WATCHDOG_0_SIZE=9 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_ATMEL_SAM0_WATCHDOG_0_SIZE=9 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 9 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(9 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_ATMEL_SAM0_WATCHDOG_0_SIZE 9 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_CHOSEN_ZEPHYR_CONSOLE=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_CHOSEN_ZEPHYR_CONSOLE=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_CHOSEN_ZEPHYR_CONSOLE 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_CHOSEN_ZEPHYR_FLASH=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_CHOSEN_ZEPHYR_FLASH=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_CHOSEN_ZEPHYR_FLASH 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_CHOSEN_ZEPHYR_SHELL_UART=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_CHOSEN_ZEPHYR_SHELL_UART=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_CHOSEN_ZEPHYR_SHELL_UART 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_CHOSEN_ZEPHYR_SRAM=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_CHOSEN_ZEPHYR_SRAM=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_CHOSEN_ZEPHYR_SRAM 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_COMPAT_ARM_V6M_NVIC=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_COMPAT_ARM_V6M_NVIC=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_COMPAT_ARM_V6M_NVIC 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_COMPAT_ATMEL_SAM0_GPIO=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_COMPAT_ATMEL_SAM0_GPIO=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_COMPAT_ATMEL_SAM0_GPIO 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_COMPAT_ATMEL_SAM0_ID=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_COMPAT_ATMEL_SAM0_ID=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_COMPAT_ATMEL_SAM0_ID 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_COMPAT_ATMEL_SAM0_NVMCTRL=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_COMPAT_ATMEL_SAM0_NVMCTRL=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_COMPAT_ATMEL_SAM0_NVMCTRL 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_COMPAT_ATMEL_SAM0_PINMUX=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_COMPAT_ATMEL_SAM0_PINMUX=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_COMPAT_ATMEL_SAM0_PINMUX 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_COMPAT_ATMEL_SAM0_SPI=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_COMPAT_ATMEL_SAM0_SPI=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_COMPAT_ATMEL_SAM0_SPI 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_COMPAT_ATMEL_SAM0_UART=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_COMPAT_ATMEL_SAM0_UART=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_COMPAT_ATMEL_SAM0_UART 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_COMPAT_ATMEL_SAM0_USB=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_COMPAT_ATMEL_SAM0_USB=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_COMPAT_ATMEL_SAM0_USB 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_COMPAT_ATMEL_SAM0_WATCHDOG=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_COMPAT_ATMEL_SAM0_WATCHDOG=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_COMPAT_ATMEL_SAM0_WATCHDOG 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_COMPAT_GPIO_KEYS=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_COMPAT_GPIO_KEYS=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_COMPAT_GPIO_KEYS 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_COMPAT_GPIO_LEDS=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_COMPAT_GPIO_LEDS=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_COMPAT_GPIO_LEDS 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_COMPAT_MMIO_SRAM=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_COMPAT_MMIO_SRAM=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_COMPAT_MMIO_SRAM 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME DT_COMPAT_SOC_NV_FLASH=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE DT_COMPAT_SOC_NV_FLASH=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(DT_COMPAT_SOC_NV_FLASH 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(404): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(5): file(MAKE_DIRECTORY /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/kconfig/include/generated )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(6): file(MAKE_DIRECTORY /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/kconfig/include/config )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(8): if(KCONFIG_ROOT )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(11): elseif(EXISTS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(13): else()
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(14): set(KCONFIG_ROOT /home/benpicco/dev/zeph-stable/zephyr/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(17): set(BOARD_DEFCONFIG /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro_defconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(18): set(DOTCONFIG /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/.config )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(19): set(PARSED_KCONFIG_SOURCES_TXT /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/kconfig/sources.txt )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(21): if(CONF_FILE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(22): string(REPLACE ; CONF_FILE_AS_LIST /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/prj.conf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(25): if(OVERLAY_CONFIG )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(29): set(ENV{srctree} /home/benpicco/dev/zeph-stable/zephyr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(30): set(ENV{KERNELVERSION} 0x10E6300 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(31): set(ENV{KCONFIG_CONFIG} /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/.config )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(32): set(ENV{PYTHON_EXECUTABLE} /usr/bin/python3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(36): set(ENV{ARCH} arm )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(37): set(ENV{BOARD_DIR} /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(38): set(ENV{SOC_DIR} /home/benpicco/dev/zeph-stable/zephyr/soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(39): set(ENV{CMAKE_BINARY_DIR} /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(40): set(ENV{ARCH_DIR} /home/benpicco/dev/zeph-stable/zephyr/arch )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(41): set(ENV{GENERATED_DTS_BOARD_CONF} /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/include/generated/generated_dts_board.conf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(52): set(EXTRA_KCONFIG_TARGET_COMMAND_FOR_menuconfig /home/benpicco/dev/zeph-stable/zephyr/scripts/kconfig/menuconfig.py )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(56): foreach(kconfig_target menuconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(60): add_custom_target(menuconfig /usr/bin/cmake -E env PYTHON_EXECUTABLE=/usr/bin/python3 srctree=/home/benpicco/dev/zeph-stable/zephyr KERNELVERSION=0x10E6300 ZEPHYR_BASE=/home/benpicco/dev/zeph-stable/zephyr KCONFIG_CONFIG=/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/.config ARCH=arm BOARD_DIR=/home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro SOC_DIR=/home/benpicco/dev/zeph-stable/zephyr/soc CMAKE_BINARY_DIR=/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21 ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb ARCH_DIR=/home/benpicco/dev/zeph-stable/zephyr/arch GENERATED_DTS_BOARD_CONF=/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/include/generated/generated_dts_board.conf /usr/bin/python3 /home/benpicco/dev/zeph-stable/zephyr/scripts/kconfig/menuconfig.py /home/benpicco/dev/zeph-stable/zephyr/Kconfig WORKING_DIRECTORY /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/kconfig USES_TERMINAL )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(87): unset(EXTRA_KCONFIG_OPTIONS )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(88): get_cmake_property(cache_variable_names CACHE_VARIABLES )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(89): foreach(name APPLICATION_BINARY_DIR;APPLICATION_SOURCE_DIR;BOARD;BOARD_DIR;BOSSAC;CACHED_BOARD;CACHED_SHIELD;CCACHE_FOUND;CMAKE_COMMAND;CMAKE_CPACK_COMMAND;CMAKE_CTEST_COMMAND;CMAKE_C_COMPILER;CMAKE_EXTRA_GENERATOR;CMAKE_GENERATOR;CMAKE_GENERATOR_INSTANCE;CMAKE_GENERATOR_PLATFORM;CMAKE_GENERATOR_TOOLSET;CMAKE_HOME_DIRECTORY;CMAKE_ROOT;CONF_FILE;DTC;DTC_OVERLAY_FILE;FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp;GIT_EXECUTABLE;GNUARMEMB_TOOLCHAIN_PATH;GPERF;OPENOCD;PYTHON_EXECUTABLE;TOOLCHAIN_HAS_NEWLIB;TOOLCHAIN_ROOT;WEST;ZEPHYR_SDK_INSTALL_DIR;ZEPHYR_TOOLCHAIN_VARIANT )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(APPLICATION_BINARY_DIR MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(APPLICATION_SOURCE_DIR MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(BOARD MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(BOARD_DIR MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(BOSSAC MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(CACHED_BOARD MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(CACHED_SHIELD MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(CCACHE_FOUND MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(CMAKE_COMMAND MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(CMAKE_CPACK_COMMAND MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(CMAKE_CTEST_COMMAND MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(CMAKE_C_COMPILER MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(CMAKE_EXTRA_GENERATOR MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(CMAKE_GENERATOR MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(CMAKE_GENERATOR_INSTANCE MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(CMAKE_GENERATOR_PLATFORM MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(CMAKE_GENERATOR_TOOLSET MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(CMAKE_HOME_DIRECTORY MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(CMAKE_ROOT MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(CONF_FILE MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(DTC MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(DTC_OVERLAY_FILE MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(GIT_EXECUTABLE MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(GNUARMEMB_TOOLCHAIN_PATH MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(GPERF MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(OPENOCD MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(PYTHON_EXECUTABLE MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(TOOLCHAIN_HAS_NEWLIB MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(TOOLCHAIN_ROOT MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(WEST MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(ZEPHYR_SDK_INSTALL_DIR MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(90): if(ZEPHYR_TOOLCHAIN_VARIANT MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(99): if(EXTRA_KCONFIG_OPTIONS )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(109): file(GLOB config_files /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/*.conf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(110): list(SORT config_files )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(111): set(merge_config_files /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro_defconfig /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/prj.conf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(122): set(merge_config_files_with_absolute_paths )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(123): foreach(f /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro_defconfig;/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/prj.conf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(124): if(IS_ABSOLUTE /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro_defconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(125): set(path /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro_defconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(130): list(APPEND merge_config_files_with_absolute_paths /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro_defconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(124): if(IS_ABSOLUTE /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/prj.conf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(125): set(path /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/prj.conf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(130): list(APPEND merge_config_files_with_absolute_paths /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/prj.conf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(133): foreach(f /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro_defconfig;/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/prj.conf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(134): if(NOT EXISTS /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro_defconfig OR IS_DIRECTORY /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro_defconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(134): if(NOT EXISTS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/prj.conf OR IS_DIRECTORY /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/prj.conf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(141): set(merge_config_files_checksum )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(142): foreach(f /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro_defconfig;/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/prj.conf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(143): file(MD5 /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro_defconfig checksum )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(144): set(merge_config_files_checksum 7c213aceeb26d08b0c01392906282fa7 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(143): file(MD5 /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/prj.conf checksum )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(144): set(merge_config_files_checksum 7c213aceeb26d08b0c01392906282fa7bef1ec069baae7feccefe18cce046435 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(149): set(merge_config_files_checksum_file /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/.cmake.dotconfig.checksum )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(150): set(CREATE_NEW_DOTCONFIG 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(153): if(EXISTS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/.config AND EXISTS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/.cmake.dotconfig.checksum )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(168): if(CREATE_NEW_DOTCONFIG )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(169): file(WRITE /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/.cmake.dotconfig.checksum 7c213aceeb26d08b0c01392906282fa7bef1ec069baae7feccefe18cce046435 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(174): set(merge_fragments /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro_defconfig;/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/prj.conf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(179): execute_process(COMMAND /usr/bin/python3 /home/benpicco/dev/zeph-stable/zephyr/scripts/kconfig/kconfig.py /home/benpicco/dev/zeph-stable/zephyr/Kconfig /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/.config /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/include/generated/autoconf.h /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/kconfig/sources.txt /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro_defconfig;/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/prj.conf WORKING_DIRECTORY /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world RESULT_VARIABLE ret )
Parsing Kconfig tree in /home/benpicco/dev/zeph-stable/zephyr/Kconfig
Loading /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro_defconfig as base
Merging /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/prj.conf
Configuration written to '/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/.config'
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(193): if(NOT 0 STREQUAL 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(198): file(STRINGS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/kconfig/sources.txt PARSED_KCONFIG_SOURCES_LIST )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(201): foreach(kconfig_input /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro_defconfig;/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/prj.conf /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/.config /home/benpicco/dev/zeph-stable/modules/lib/tinycbor/Kconfig.tinycbor;/home/benpicco/dev/zeph-stable/zephyr/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/arch/arm/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/Kconfig.board;/home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/Kconfig.defconfig;/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/Kconfig.modules;/home/benpicco/dev/zeph-stable/zephyr/soc/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/Kconfig.defconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/Kconfig.defconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam0/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam0/Kconfig.defconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam0/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/cypress/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/cypress/Kconfig.defconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/cypress/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/microchip_mec/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/microchip_mec/Kconfig.defconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/microchip_mec/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/Kconfig.defconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/Kconfig.defconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/Kconfig.defconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_lpc/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_lpc/Kconfig.defconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_lpc/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/Kconfig.defconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/Kconfig.defconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_lm3s6965/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_lm3s6965/Kconfig.defconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_lm3s6965/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/Kconfig.defconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/Kconfig.zephyr;/home/benpicco/dev/zeph-stable/zephyr/arch/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/arch/arm/core/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/arch/arm/core/cortex_m/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/arch/arm/core/cortex_m/mpu/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/arch/arm/core/cortex_m/tz/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/boards/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/adc/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/adc/Kconfig.intel_quark;/home/benpicco/dev/zeph-stable/zephyr/drivers/adc/Kconfig.mcux;/home/benpicco/dev/zeph-stable/zephyr/drivers/adc/Kconfig.nrfx;/home/benpicco/dev/zeph-stable/zephyr/drivers/adc/Kconfig.sam_afec;/home/benpicco/dev/zeph-stable/zephyr/drivers/aio/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/audio/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/audio/Kconfig.intel_dmic;/home/benpicco/dev/zeph-stable/zephyr/drivers/audio/Kconfig.mpxxdtyy;/home/benpicco/dev/zeph-stable/zephyr/drivers/audio/Kconfig.tlv320dac;/home/benpicco/dev/zeph-stable/zephyr/drivers/bluetooth/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/bluetooth/hci/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/can/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/can/Kconfig.mcp2515;/home/benpicco/dev/zeph-stable/zephyr/drivers/can/Kconfig.stm32;/home/benpicco/dev/zeph-stable/zephyr/drivers/clock_control/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/clock_control/Kconfig.beetle;/home/benpicco/dev/zeph-stable/zephyr/drivers/clock_control/Kconfig.mcux_ccm;/home/benpicco/dev/zeph-stable/zephyr/drivers/clock_control/Kconfig.mcux_sim;/home/benpicco/dev/zeph-stable/zephyr/drivers/clock_control/Kconfig.nrf;/home/benpicco/dev/zeph-stable/zephyr/drivers/clock_control/Kconfig.quark_se;/home/benpicco/dev/zeph-stable/zephyr/drivers/clock_control/Kconfig.rv32m1;/home/benpicco/dev/zeph-stable/zephyr/drivers/clock_control/Kconfig.stm32;/home/benpicco/dev/zeph-stable/zephyr/drivers/console/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/counter/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/counter/Kconfig.dtmr_cmsdk_apb;/home/benpicco/dev/zeph-stable/zephyr/drivers/counter/Kconfig.imx_epit;/home/benpicco/dev/zeph-stable/zephyr/drivers/counter/Kconfig.mcux_rtc;/home/benpicco/dev/zeph-stable/zephyr/drivers/counter/Kconfig.nrfx;/home/benpicco/dev/zeph-stable/zephyr/drivers/counter/Kconfig.qmsi;/home/benpicco/dev/zeph-stable/zephyr/drivers/counter/Kconfig.stm32_rtc;/home/benpicco/dev/zeph-stable/zephyr/drivers/counter/Kconfig.tmr_cmsdk_apb;/home/benpicco/dev/zeph-stable/zephyr/drivers/crypto/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/crypto/Kconfig.ataes132a;/home/benpicco/dev/zeph-stable/zephyr/drivers/display/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/display/Kconfig.dummy;/home/benpicco/dev/zeph-stable/zephyr/drivers/display/Kconfig.grove;/home/benpicco/dev/zeph-stable/zephyr/drivers/display/Kconfig.ili9340;/home/benpicco/dev/zeph-stable/zephyr/drivers/display/Kconfig.mcux_elcdif;/home/benpicco/dev/zeph-stable/zephyr/drivers/display/Kconfig.microbit;/home/benpicco/dev/zeph-stable/zephyr/drivers/display/Kconfig.sdl;/home/benpicco/dev/zeph-stable/zephyr/drivers/display/Kconfig.ssd1306;/home/benpicco/dev/zeph-stable/zephyr/drivers/display/Kconfig.ssd1673;/home/benpicco/dev/zeph-stable/zephyr/drivers/dma/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/dma/Kconfig.cavs;/home/benpicco/dev/zeph-stable/zephyr/drivers/dma/Kconfig.nios2_msgdma;/home/benpicco/dev/zeph-stable/zephyr/drivers/dma/Kconfig.qmsi;/home/benpicco/dev/zeph-stable/zephyr/drivers/dma/Kconfig.sam_xdmac;/home/benpicco/dev/zeph-stable/zephyr/drivers/dma/Kconfig.stm32f4x;/home/benpicco/dev/zeph-stable/zephyr/drivers/entropy/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/entropy/Kconfig.esp32;/home/benpicco/dev/zeph-stable/zephyr/drivers/entropy/Kconfig.mcux;/home/benpicco/dev/zeph-stable/zephyr/drivers/entropy/Kconfig.native_posix;/home/benpicco/dev/zeph-stable/zephyr/drivers/entropy/Kconfig.nrf5;/home/benpicco/dev/zeph-stable/zephyr/drivers/entropy/Kconfig.sam;/home/benpicco/dev/zeph-stable/zephyr/drivers/entropy/Kconfig.stm32;/home/benpicco/dev/zeph-stable/zephyr/drivers/ethernet/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/ethernet/Kconfig.dw;/home/benpicco/dev/zeph-stable/zephyr/drivers/ethernet/Kconfig.e1000;/home/benpicco/dev/zeph-stable/zephyr/drivers/ethernet/Kconfig.enc28j60;/home/benpicco/dev/zeph-stable/zephyr/drivers/ethernet/Kconfig.mcux;/home/benpicco/dev/zeph-stable/zephyr/drivers/ethernet/Kconfig.native_posix;/home/benpicco/dev/zeph-stable/zephyr/drivers/ethernet/Kconfig.sam_gmac;/home/benpicco/dev/zeph-stable/zephyr/drivers/ethernet/Kconfig.smsc911x;/home/benpicco/dev/zeph-stable/zephyr/drivers/ethernet/Kconfig.stellaris;/home/benpicco/dev/zeph-stable/zephyr/drivers/ethernet/Kconfig.stm32_hal;/home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig.gecko;/home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig.mcux;/home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig.nios2_qspi;/home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig.nor;/home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig.nrf;/home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig.qmsi;/home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig.sam;/home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig.sam0;/home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig.stm32;/home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig.w25qxxdv;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.altera_nios2;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.atmel_sam3;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.cc2650;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.cc32xx;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.cmsdk_ahb;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.dw;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.esp32;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.gecko;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.imx;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.intel;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.mcux;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.mcux_igpio;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.mcux_lpc;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.mmio32;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.nrfx;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.pcal9535a;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.qmsi;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.rv32m1;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.sam;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.sam0;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.sch;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.sifive;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.stellaris;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.stm32;/home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.sx1509b;/home/benpicco/dev/zeph-stable/zephyr/drivers/hwinfo/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/Kconfig.dw;/home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/Kconfig.esp32;/home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/Kconfig.gpio;/home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/Kconfig.nrfx;/home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/Kconfig.qmsi;/home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/Kconfig.sbcon;/home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/Kconfig.sifive;/home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/Kconfig.stm32;/home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/slave/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/slave/Kconfig.eeprom;/home/benpicco/dev/zeph-stable/zephyr/drivers/i2s/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/i2s/Kconfig.cavs;/home/benpicco/dev/zeph-stable/zephyr/drivers/i2s/Kconfig.sam_ssc;/home/benpicco/dev/zeph-stable/zephyr/drivers/i2s/Kconfig.stm32;/home/benpicco/dev/zeph-stable/zephyr/drivers/ieee802154/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/ieee802154/Kconfig.cc1200;/home/benpicco/dev/zeph-stable/zephyr/drivers/ieee802154/Kconfig.cc2520;/home/benpicco/dev/zeph-stable/zephyr/drivers/ieee802154/Kconfig.kw41z;/home/benpicco/dev/zeph-stable/zephyr/drivers/ieee802154/Kconfig.mcr20a;/home/benpicco/dev/zeph-stable/zephyr/drivers/ieee802154/Kconfig.nrf5;/home/benpicco/dev/zeph-stable/zephyr/drivers/interrupt_controller/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/interrupt_controller/Kconfig.multilevel;/home/benpicco/dev/zeph-stable/zephyr/drivers/interrupt_controller/Kconfig.multilevel.aggregator_template;/home/benpicco/dev/zeph-stable/zephyr/drivers/interrupt_controller/Kconfig.rv32m1;/home/benpicco/dev/zeph-stable/zephyr/drivers/interrupt_controller/Kconfig.s1000;/home/benpicco/dev/zeph-stable/zephyr/drivers/interrupt_controller/Kconfig.shared_irq;/home/benpicco/dev/zeph-stable/zephyr/drivers/interrupt_controller/Kconfig.stm32;/home/benpicco/dev/zeph-stable/zephyr/drivers/ipm/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/led/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/led/Kconfig.lp3943;/home/benpicco/dev/zeph-stable/zephyr/drivers/led/Kconfig.lp5562;/home/benpicco/dev/zeph-stable/zephyr/drivers/led/Kconfig.pca9633;/home/benpicco/dev/zeph-stable/zephyr/drivers/led_strip/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/led_strip/Kconfig.apa102;/home/benpicco/dev/zeph-stable/zephyr/drivers/led_strip/Kconfig.lpd880x;/home/benpicco/dev/zeph-stable/zephyr/drivers/led_strip/Kconfig.ws2812;/home/benpicco/dev/zeph-stable/zephyr/drivers/led_strip/Kconfig.ws2812b_sw;/home/benpicco/dev/zeph-stable/zephyr/drivers/modem/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/modem/Kconfig.wncm14a2a;/home/benpicco/dev/zeph-stable/zephyr/drivers/net/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/neural_net/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/neural_net/Kconfig.intel_gna;/home/benpicco/dev/zeph-stable/zephyr/drivers/pci/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/pcie/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig.beetle;/home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig.cc2650;/home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig.esp32;/home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig.intel_s1000;/home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig.mcux;/home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig.mcux_lpc;/home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig.rv32m1;/home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig.sam0;/home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig.sifive;/home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig.stm32;/home/benpicco/dev/zeph-stable/zephyr/drivers/ptp_clock/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.dw;/home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.esp32;/home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.imx;/home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.mcux_ftm;/home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.nrf5_sw;/home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.nrfx;/home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.pca9685;/home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.qmsi;/home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.sam;/home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.sifive;/home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.stm32;/home/benpicco/dev/zeph-stable/zephyr/drivers/rtc/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/rtc/Kconfig.mcux_rtc;/home/benpicco/dev/zeph-stable/zephyr/drivers/rtc/Kconfig.stm32_rtc;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/adt7420/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/adxl362/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/adxl372/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/ak8975/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/amg88xx/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/ams_iAQcore/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/apds9960/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/bma280/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/bmc150_magn/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/bme280/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/bmg160/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/bmi160/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/bmm150/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/ccs811/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/dht/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/ens210/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/fxas21002/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/fxos8700/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/grove/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/hdc1008/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/hmc5883l/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/hp206c/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/hts221/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/isl29035/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lis2dh/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lis2ds12/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lis2dw12/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lis2mdl/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lis3mdl/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lps22hb/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lps25hb/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lsm303dlhc_magn/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lsm6ds0/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lsm6dsl/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lsm9ds0_gyro/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lsm9ds0_mfd/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/max30101/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/max44009/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/mcp9808/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/mpu6050/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/ms5837/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/nrf5/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/pms7003/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/qdec_nrfx/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/sht3xd/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/sx9500/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/th02/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/tmp007/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/tmp112/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/vl53l0x/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.altera_jtag;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.cc32xx;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.cmsdk_apb;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.esp32;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.gecko;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.imx;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.leuart_gecko;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.mcux;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.mcux_lpc_usart;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.mcux_lpsci;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.mcux_lpuart;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.miv;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.msp432p4xx;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.native_posix;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.nrfx;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.ns16550;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.nsim;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.pl011;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.psoc6;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.qmsi;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.rv32m1_lpuart;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.sam0;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.sifive;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.stellaris;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.stm32;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.uart_sam;/home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.usart_sam;/home/benpicco/dev/zeph-stable/zephyr/drivers/spi/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/spi/Kconfig.dw;/home/benpicco/dev/zeph-stable/zephyr/drivers/spi/Kconfig.mcux_dspi;/home/benpicco/dev/zeph-stable/zephyr/drivers/spi/Kconfig.mcux_lpspi;/home/benpicco/dev/zeph-stable/zephyr/drivers/spi/Kconfig.nrfx;/home/benpicco/dev/zeph-stable/zephyr/drivers/spi/Kconfig.sam;/home/benpicco/dev/zeph-stable/zephyr/drivers/spi/Kconfig.sam0;/home/benpicco/dev/zeph-stable/zephyr/drivers/spi/Kconfig.sifive;/home/benpicco/dev/zeph-stable/zephyr/drivers/spi/Kconfig.stm32;/home/benpicco/dev/zeph-stable/zephyr/drivers/timer/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/usb/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/usb/device/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/watchdog/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/watchdog/Kconfig.cmsdk_apb;/home/benpicco/dev/zeph-stable/zephyr/drivers/watchdog/Kconfig.esp32;/home/benpicco/dev/zeph-stable/zephyr/drivers/watchdog/Kconfig.mcux_wdog;/home/benpicco/dev/zeph-stable/zephyr/drivers/watchdog/Kconfig.nrfx;/home/benpicco/dev/zeph-stable/zephyr/drivers/watchdog/Kconfig.qmsi;/home/benpicco/dev/zeph-stable/zephyr/drivers/watchdog/Kconfig.sam;/home/benpicco/dev/zeph-stable/zephyr/drivers/watchdog/Kconfig.sam0;/home/benpicco/dev/zeph-stable/zephyr/drivers/watchdog/Kconfig.stm32;/home/benpicco/dev/zeph-stable/zephyr/drivers/wifi/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/drivers/wifi/eswifi/Kconfig.eswifi;/home/benpicco/dev/zeph-stable/zephyr/drivers/wifi/simplelink/Kconfig.simplelink;/home/benpicco/dev/zeph-stable/zephyr/drivers/wifi/winc1500/Kconfig.winc1500;/home/benpicco/dev/zeph-stable/zephyr/dts/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/fs/nffs/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/hal/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/hal/altera/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/hal/atmel/asf/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/hal/cmsis/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/hal/cypress/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/hal/libmetal/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/hal/microchip/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/hal/nordic/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/hal/nxp/imx/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/hal/nxp/mcux/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/hal/openisa/vega_sdk_riscv/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/hal/qmsi/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/hal/silabs/gecko/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/hal/st/lib/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/hal/st/stm32cube/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/hal/ti/simplelink/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/lib/crypto/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/lib/crypto/mbedtls/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/lib/crypto/mbedtls/Kconfig.tls-generic;/home/benpicco/dev/zeph-stable/zephyr/ext/lib/crypto/tinycrypt/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/lib/fnmatch/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/lib/ipc/open-amp/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/lib/mgmt/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/lib/mgmt/mcumgr/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/lib/mgmt/mcumgr/cmd/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/lib/mgmt/mcumgr/cmd/fs_mgmt/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/lib/mgmt/mcumgr/cmd/img_mgmt/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/lib/mgmt/mcumgr/cmd/log_mgmt/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/lib/mgmt/mcumgr/cmd/os_mgmt/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/ext/lib/mgmt/mcumgr/cmd/stat_mgmt/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/kernel/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/kernel/Kconfig.power_mgmt;/home/benpicco/dev/zeph-stable/zephyr/lib/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/lib/cmsis_rtos_v1/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/lib/cmsis_rtos_v2/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/lib/gui/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/lib/gui/lvgl/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/lib/gui/lvgl/Kconfig.fonts;/home/benpicco/dev/zeph-stable/zephyr/lib/gui/lvgl/Kconfig.objects;/home/benpicco/dev/zeph-stable/zephyr/lib/gui/lvgl/Kconfig.themes;/home/benpicco/dev/zeph-stable/zephyr/lib/libc/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/lib/os/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/lib/posix/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/beetle/Kconfig.defconfig.beetle_r0;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/beetle/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/beetle/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/beetle/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/mps2/Kconfig.defconfig.mps2_an385;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/mps2/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/mps2/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/mps2/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/musca_a/Kconfig.defconfig.musca_a;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/musca_a/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/musca_a/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/musca_a/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/musca_b1/Kconfig.defconfig.musca_b1;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/musca_b1/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/musca_b1/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/musca_b1/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/sam3x/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/sam3x/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/sam3x/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/sam4s/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/sam4s/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/sam4s/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/same70/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/same70/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/same70/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam0/common/Kconfig.samd2x;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam0/samd20/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam0/samd20/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam0/samd20/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam0/samd21/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam0/samd21/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam0/samd21/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/cypress/psoc6/Kconfig.defconfig.psoc6_m0;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/cypress/psoc6/Kconfig.defconfig.psoc6_m4;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/cypress/psoc6/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/cypress/psoc6/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/cypress/psoc6/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/microchip_mec/mec1701/Kconfig.defconfig.mec1701qsz;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/microchip_mec/mec1701/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/microchip_mec/mec1701/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/microchip_mec/mec1701/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/Kconfig.peripherals;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf51/Kconfig.defconfig.nrf51822_QFAA;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf51/Kconfig.defconfig.nrf51822_QFAB;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf51/Kconfig.defconfig.nrf51822_QFAC;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf51/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf51/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf51/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf52/Kconfig.defconfig.nrf52810_QFAA;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf52/Kconfig.defconfig.nrf52832_CIAA;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf52/Kconfig.defconfig.nrf52832_QFAA;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf52/Kconfig.defconfig.nrf52832_QFAB;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf52/Kconfig.defconfig.nrf52840_QIAA;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf52/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf52/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf52/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf91/Kconfig.defconfig.nrf9160_SICA;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf91/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf91/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf91/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/mcimx6x_m4/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/mcimx6x_m4/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.mcimx7_m4;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/mcimx7_m4/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/mcimx7_m4/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/rt/Kconfig.defconfig.mimxrt1015;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/rt/Kconfig.defconfig.mimxrt1021;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/rt/Kconfig.defconfig.mimxrt1052;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/rt/Kconfig.defconfig.mimxrt1062;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/rt/Kconfig.defconfig.mimxrt1064;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/rt/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/rt/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/rt/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/k6x/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/k6x/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/kl2x/Kconfig.defconfig.mkl25z4;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/kl2x/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/kl2x/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/kl2x/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw2xd512;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw40z4;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/kwx/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/kwx/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m0;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m4;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_lpc/lpc54xxx/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_lpc/lpc54xxx/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32hg/Kconfig.defconfig.efm32hg;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32hg/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32hg/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32hg/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32pg12b/Kconfig.defconfig.efm32pg12b;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32pg12b/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32pg12b/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32pg12b/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32wg/Kconfig.defconfig.efm32wg;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32wg/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32wg/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32wg/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efr32fg1p/Kconfig.defconfig.efr32fg1p;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efr32fg1p/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efr32fg1p/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efr32fg1p/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efr32mg12p/Kconfig.defconfig.efr32mg12p;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efr32mg12p/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efr32mg12p/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efr32mg12p/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/common/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f0/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f0/Kconfig.defconfig.stm32f030x8;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f0/Kconfig.defconfig.stm32f051x8;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f0/Kconfig.defconfig.stm32f070xb;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f0/Kconfig.defconfig.stm32f072xb;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f0/Kconfig.defconfig.stm32f091xc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f0/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f0/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f1/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f1/Kconfig.defconfig.stm32f103xx;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f1/Kconfig.defconfig.stm32f107xc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f1/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f1/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f2/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f2/Kconfig.defconfig.stm32f207xx;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f2/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f2/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f3/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f3/Kconfig.defconfig.stm32f302x8;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f3/Kconfig.defconfig.stm32f303xc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f3/Kconfig.defconfig.stm32f334x8;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f3/Kconfig.defconfig.stm32f373xc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f3/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f3/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f401xe;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f405xx;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f407xx;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f411xe;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f412cg;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f412zg;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f413xx;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f415xx;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f417xx;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f429xx;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f446xe;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f469xi;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f7/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f7/Kconfig.defconfig.stm32f723xe;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f7/Kconfig.defconfig.stm32f746xg;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f7/Kconfig.defconfig.stm32f756xx;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f7/Kconfig.defconfig.stm32f769xi;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f7/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f7/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l0/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l0/Kconfig.defconfig.stm32l053x8;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l0/Kconfig.defconfig.stm32l072xz;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l0/Kconfig.defconfig.stm32l073xz;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l0/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l0/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l1/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l1/Kconfig.defconfig.stm32l151xb;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l1/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l1/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l432xx;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l433xx;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l452xx;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l471xx;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l475xg;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l476xx;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l496xx;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l4r5xx;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32mp1/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32mp1/Kconfig.defconfig.stm32mp15_m4;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32mp1/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32mp1/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32wb/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32wb/Kconfig.defconfig.stm32wb55xx;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32wb/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32wb/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/cc2650/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/cc2650/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/cc2650/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/cc32xx/Kconfig.defconfig.cc3220sf;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/cc32xx/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/cc32xx/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/cc32xx/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/msp432p4xx/Kconfig.defconfig.msp432p401r;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/msp432p4xx/Kconfig.defconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/msp432p4xx/Kconfig.series;/home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/msp432p4xx/Kconfig.soc;/home/benpicco/dev/zeph-stable/zephyr/subsys/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/bluetooth/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/bluetooth/common/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/bluetooth/controller/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/bluetooth/host/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/bluetooth/host/mesh/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/bluetooth/services/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/bluetooth/services/Kconfig.dis;/home/benpicco/dev/zeph-stable/zephyr/subsys/bluetooth/shell/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/console/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/cpp/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/debug/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/debug/Kconfig.segger;/home/benpicco/dev/zeph-stable/zephyr/subsys/dfu/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/disk/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/fb/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/fs/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/fs/fcb/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/fs/nvs/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/jwt/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/logging/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/logging/Kconfig.template.log_config;/home/benpicco/dev/zeph-stable/zephyr/subsys/mgmt/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/Kconfig.hostname;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/Kconfig.template.log_config.net;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/ip/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/ip/Kconfig.debug;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/ip/Kconfig.ipv4;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/ip/Kconfig.ipv6;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/ip/Kconfig.mgmt;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/ip/Kconfig.stack;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/ip/Kconfig.stats;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/l2/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/l2/ethernet/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/l2/ethernet/gptp/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/l2/ethernet/lldp/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/l2/ieee802154/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/l2/ieee802154/Kconfig.radio;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/l2/openthread/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/coap/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/config/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/dns/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/http/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/lwm2m/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/lwm2m/Kconfig.ipso;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/mqtt/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/sntp/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/sockets/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/socks/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/tls_credentials/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/power/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/power/policy/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/random/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/settings/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/shell/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/shell/Kconfig.backends;/home/benpicco/dev/zeph-stable/zephyr/subsys/shell/Kconfig.template.shell_log_queue_size;/home/benpicco/dev/zeph-stable/zephyr/subsys/shell/Kconfig.template.shell_log_queue_timeout;/home/benpicco/dev/zeph-stable/zephyr/subsys/shell/modules/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/storage/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/storage/flash_map/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/testsuite/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/testsuite/ztest/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/usb/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/usb/class/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/usb/class/hid/Kconfig;/home/benpicco/dev/zeph-stable/zephyr/subsys/usb/class/netusb/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro_defconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/prj.conf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/.config )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/modules/lib/tinycbor/Kconfig.tinycbor )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/arch/arm/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/Kconfig.board )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/Kconfig.defconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/Kconfig.modules )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/Kconfig.defconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/Kconfig.defconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam0/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam0/Kconfig.defconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam0/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/cypress/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/cypress/Kconfig.defconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/cypress/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/microchip_mec/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/microchip_mec/Kconfig.defconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/microchip_mec/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/Kconfig.defconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/Kconfig.defconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/Kconfig.defconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_lpc/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_lpc/Kconfig.defconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_lpc/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/Kconfig.defconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/Kconfig.defconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_lm3s6965/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_lm3s6965/Kconfig.defconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_lm3s6965/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/Kconfig.defconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/Kconfig.zephyr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/arch/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/arch/arm/core/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/arch/arm/core/cortex_m/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/arch/arm/core/cortex_m/mpu/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/arch/arm/core/cortex_m/tz/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/boards/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/adc/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/adc/Kconfig.intel_quark )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/adc/Kconfig.mcux )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/adc/Kconfig.nrfx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/adc/Kconfig.sam_afec )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/aio/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/audio/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/audio/Kconfig.intel_dmic )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/audio/Kconfig.mpxxdtyy )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/audio/Kconfig.tlv320dac )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/bluetooth/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/bluetooth/hci/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/can/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/can/Kconfig.mcp2515 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/can/Kconfig.stm32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/clock_control/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/clock_control/Kconfig.beetle )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/clock_control/Kconfig.mcux_ccm )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/clock_control/Kconfig.mcux_sim )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/clock_control/Kconfig.nrf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/clock_control/Kconfig.quark_se )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/clock_control/Kconfig.rv32m1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/clock_control/Kconfig.stm32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/console/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/counter/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/counter/Kconfig.dtmr_cmsdk_apb )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/counter/Kconfig.imx_epit )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/counter/Kconfig.mcux_rtc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/counter/Kconfig.nrfx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/counter/Kconfig.qmsi )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/counter/Kconfig.stm32_rtc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/counter/Kconfig.tmr_cmsdk_apb )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/crypto/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/crypto/Kconfig.ataes132a )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/display/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/display/Kconfig.dummy )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/display/Kconfig.grove )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/display/Kconfig.ili9340 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/display/Kconfig.mcux_elcdif )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/display/Kconfig.microbit )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/display/Kconfig.sdl )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/display/Kconfig.ssd1306 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/display/Kconfig.ssd1673 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/dma/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/dma/Kconfig.cavs )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/dma/Kconfig.nios2_msgdma )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/dma/Kconfig.qmsi )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/dma/Kconfig.sam_xdmac )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/dma/Kconfig.stm32f4x )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/entropy/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/entropy/Kconfig.esp32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/entropy/Kconfig.mcux )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/entropy/Kconfig.native_posix )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/entropy/Kconfig.nrf5 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/entropy/Kconfig.sam )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/entropy/Kconfig.stm32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/ethernet/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/ethernet/Kconfig.dw )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/ethernet/Kconfig.e1000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/ethernet/Kconfig.enc28j60 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/ethernet/Kconfig.mcux )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/ethernet/Kconfig.native_posix )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/ethernet/Kconfig.sam_gmac )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/ethernet/Kconfig.smsc911x )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/ethernet/Kconfig.stellaris )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/ethernet/Kconfig.stm32_hal )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig.gecko )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig.mcux )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig.nios2_qspi )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig.nor )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig.nrf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig.qmsi )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig.sam )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig.sam0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig.stm32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/flash/Kconfig.w25qxxdv )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.altera_nios2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.atmel_sam3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.cc2650 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.cc32xx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.cmsdk_ahb )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.dw )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.esp32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.gecko )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.imx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.intel )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.mcux )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.mcux_igpio )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.mcux_lpc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.mmio32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.nrfx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.pcal9535a )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.qmsi )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.rv32m1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.sam )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.sam0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.sch )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.sifive )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.stellaris )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.stm32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/gpio/Kconfig.sx1509b )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/hwinfo/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/Kconfig.dw )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/Kconfig.esp32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/Kconfig.gpio )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/Kconfig.nrfx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/Kconfig.qmsi )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/Kconfig.sbcon )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/Kconfig.sifive )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/Kconfig.stm32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/slave/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/i2c/slave/Kconfig.eeprom )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/i2s/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/i2s/Kconfig.cavs )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/i2s/Kconfig.sam_ssc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/i2s/Kconfig.stm32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/ieee802154/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/ieee802154/Kconfig.cc1200 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/ieee802154/Kconfig.cc2520 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/ieee802154/Kconfig.kw41z )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/ieee802154/Kconfig.mcr20a )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/ieee802154/Kconfig.nrf5 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/interrupt_controller/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/interrupt_controller/Kconfig.multilevel )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/interrupt_controller/Kconfig.multilevel.aggregator_template )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/interrupt_controller/Kconfig.rv32m1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/interrupt_controller/Kconfig.s1000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/interrupt_controller/Kconfig.shared_irq )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/interrupt_controller/Kconfig.stm32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/ipm/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/led/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/led/Kconfig.lp3943 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/led/Kconfig.lp5562 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/led/Kconfig.pca9633 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/led_strip/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/led_strip/Kconfig.apa102 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/led_strip/Kconfig.lpd880x )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/led_strip/Kconfig.ws2812 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/led_strip/Kconfig.ws2812b_sw )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/modem/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/modem/Kconfig.wncm14a2a )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/net/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/neural_net/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/neural_net/Kconfig.intel_gna )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pci/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pcie/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig.beetle )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig.cc2650 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig.esp32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig.intel_s1000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig.mcux )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig.mcux_lpc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig.rv32m1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig.sam0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig.sifive )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pinmux/Kconfig.stm32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/ptp_clock/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.dw )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.esp32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.imx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.mcux_ftm )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.nrf5_sw )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.nrfx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.pca9685 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.qmsi )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.sam )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.sifive )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/pwm/Kconfig.stm32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/rtc/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/rtc/Kconfig.mcux_rtc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/rtc/Kconfig.stm32_rtc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/adt7420/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/adxl362/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/adxl372/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/ak8975/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/amg88xx/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/ams_iAQcore/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/apds9960/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/bma280/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/bmc150_magn/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/bme280/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/bmg160/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/bmi160/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/bmm150/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/ccs811/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/dht/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/ens210/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/fxas21002/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/fxos8700/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/grove/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/hdc1008/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/hmc5883l/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/hp206c/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/hts221/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/isl29035/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lis2dh/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lis2ds12/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lis2dw12/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lis2mdl/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lis3mdl/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lps22hb/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lps25hb/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lsm303dlhc_magn/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lsm6ds0/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lsm6dsl/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lsm9ds0_gyro/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/lsm9ds0_mfd/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/max30101/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/max44009/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/mcp9808/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/mpu6050/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/ms5837/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/nrf5/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/pms7003/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/qdec_nrfx/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/sht3xd/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/sx9500/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/th02/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/tmp007/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/tmp112/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/sensor/vl53l0x/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.altera_jtag )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.cc32xx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.cmsdk_apb )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.esp32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.gecko )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.imx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.leuart_gecko )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.mcux )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.mcux_lpc_usart )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.mcux_lpsci )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.mcux_lpuart )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.miv )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.msp432p4xx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.native_posix )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.nrfx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.ns16550 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.nsim )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.pl011 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.psoc6 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.qmsi )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.rv32m1_lpuart )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.sam0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.sifive )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.stellaris )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.stm32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.uart_sam )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/serial/Kconfig.usart_sam )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/spi/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/spi/Kconfig.dw )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/spi/Kconfig.mcux_dspi )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/spi/Kconfig.mcux_lpspi )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/spi/Kconfig.nrfx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/spi/Kconfig.sam )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/spi/Kconfig.sam0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/spi/Kconfig.sifive )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/spi/Kconfig.stm32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/timer/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/usb/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/usb/device/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/watchdog/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/watchdog/Kconfig.cmsdk_apb )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/watchdog/Kconfig.esp32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/watchdog/Kconfig.mcux_wdog )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/watchdog/Kconfig.nrfx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/watchdog/Kconfig.qmsi )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/watchdog/Kconfig.sam )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/watchdog/Kconfig.sam0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/watchdog/Kconfig.stm32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/wifi/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/wifi/eswifi/Kconfig.eswifi )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/wifi/simplelink/Kconfig.simplelink )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/drivers/wifi/winc1500/Kconfig.winc1500 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/dts/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/fs/nffs/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/hal/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/hal/altera/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/hal/atmel/asf/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/hal/cmsis/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/hal/cypress/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/hal/libmetal/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/hal/microchip/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/hal/nordic/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/hal/nxp/imx/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/hal/nxp/mcux/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/hal/openisa/vega_sdk_riscv/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/hal/qmsi/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/hal/silabs/gecko/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/hal/st/lib/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/hal/st/stm32cube/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/hal/ti/simplelink/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/lib/crypto/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/lib/crypto/mbedtls/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/lib/crypto/mbedtls/Kconfig.tls-generic )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/lib/crypto/tinycrypt/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/lib/fnmatch/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/lib/ipc/open-amp/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/lib/mgmt/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/lib/mgmt/mcumgr/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/lib/mgmt/mcumgr/cmd/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/lib/mgmt/mcumgr/cmd/fs_mgmt/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/lib/mgmt/mcumgr/cmd/img_mgmt/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/lib/mgmt/mcumgr/cmd/log_mgmt/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/lib/mgmt/mcumgr/cmd/os_mgmt/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/ext/lib/mgmt/mcumgr/cmd/stat_mgmt/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/kernel/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/kernel/Kconfig.power_mgmt )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/lib/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/lib/cmsis_rtos_v1/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/lib/cmsis_rtos_v2/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/lib/gui/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/lib/gui/lvgl/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/lib/gui/lvgl/Kconfig.fonts )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/lib/gui/lvgl/Kconfig.objects )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/lib/gui/lvgl/Kconfig.themes )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/lib/libc/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/lib/os/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/lib/posix/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/beetle/Kconfig.defconfig.beetle_r0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/beetle/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/beetle/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/beetle/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/mps2/Kconfig.defconfig.mps2_an385 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/mps2/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/mps2/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/mps2/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/musca_a/Kconfig.defconfig.musca_a )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/musca_a/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/musca_a/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/musca_a/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/musca_b1/Kconfig.defconfig.musca_b1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/musca_b1/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/musca_b1/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/arm/musca_b1/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/sam3x/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/sam3x/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/sam3x/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/sam4s/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/sam4s/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/sam4s/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/same70/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/same70/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam/same70/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam0/common/Kconfig.samd2x )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam0/samd20/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam0/samd20/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam0/samd20/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam0/samd21/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam0/samd21/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/atmel_sam0/samd21/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/cypress/psoc6/Kconfig.defconfig.psoc6_m0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/cypress/psoc6/Kconfig.defconfig.psoc6_m4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/cypress/psoc6/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/cypress/psoc6/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/cypress/psoc6/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/microchip_mec/mec1701/Kconfig.defconfig.mec1701qsz )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/microchip_mec/mec1701/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/microchip_mec/mec1701/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/microchip_mec/mec1701/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/Kconfig.peripherals )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf51/Kconfig.defconfig.nrf51822_QFAA )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf51/Kconfig.defconfig.nrf51822_QFAB )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf51/Kconfig.defconfig.nrf51822_QFAC )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf51/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf51/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf51/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf52/Kconfig.defconfig.nrf52810_QFAA )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf52/Kconfig.defconfig.nrf52832_CIAA )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf52/Kconfig.defconfig.nrf52832_QFAA )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf52/Kconfig.defconfig.nrf52832_QFAB )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf52/Kconfig.defconfig.nrf52840_QIAA )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf52/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf52/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf52/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf91/Kconfig.defconfig.nrf9160_SICA )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf91/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf91/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nordic_nrf/nrf91/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/mcimx6x_m4/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/mcimx6x_m4/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.mcimx7_m4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/mcimx7_m4/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/mcimx7_m4/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/rt/Kconfig.defconfig.mimxrt1015 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/rt/Kconfig.defconfig.mimxrt1021 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/rt/Kconfig.defconfig.mimxrt1052 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/rt/Kconfig.defconfig.mimxrt1062 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/rt/Kconfig.defconfig.mimxrt1064 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/rt/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/rt/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_imx/rt/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/k6x/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/k6x/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/kl2x/Kconfig.defconfig.mkl25z4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/kl2x/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/kl2x/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/kl2x/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw2xd512 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw40z4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/kwx/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_kinetis/kwx/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_lpc/lpc54xxx/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/nxp_lpc/lpc54xxx/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32hg/Kconfig.defconfig.efm32hg )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32hg/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32hg/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32hg/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32pg12b/Kconfig.defconfig.efm32pg12b )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32pg12b/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32pg12b/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32pg12b/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32wg/Kconfig.defconfig.efm32wg )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32wg/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32wg/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efm32wg/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efr32fg1p/Kconfig.defconfig.efr32fg1p )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efr32fg1p/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efr32fg1p/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efr32fg1p/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efr32mg12p/Kconfig.defconfig.efr32mg12p )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efr32mg12p/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efr32mg12p/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/silabs_exx32/efr32mg12p/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/common/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f0/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f0/Kconfig.defconfig.stm32f030x8 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f0/Kconfig.defconfig.stm32f051x8 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f0/Kconfig.defconfig.stm32f070xb )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f0/Kconfig.defconfig.stm32f072xb )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f0/Kconfig.defconfig.stm32f091xc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f0/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f0/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f1/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f1/Kconfig.defconfig.stm32f103xx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f1/Kconfig.defconfig.stm32f107xc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f1/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f1/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f2/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f2/Kconfig.defconfig.stm32f207xx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f2/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f2/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f3/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f3/Kconfig.defconfig.stm32f302x8 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f3/Kconfig.defconfig.stm32f303xc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f3/Kconfig.defconfig.stm32f334x8 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f3/Kconfig.defconfig.stm32f373xc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f3/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f3/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f401xe )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f405xx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f407xx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f411xe )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f412cg )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f412zg )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f413xx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f415xx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f417xx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f429xx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f446xe )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f469xi )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f4/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f7/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f7/Kconfig.defconfig.stm32f723xe )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f7/Kconfig.defconfig.stm32f746xg )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f7/Kconfig.defconfig.stm32f756xx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f7/Kconfig.defconfig.stm32f769xi )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f7/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32f7/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l0/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l0/Kconfig.defconfig.stm32l053x8 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l0/Kconfig.defconfig.stm32l072xz )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l0/Kconfig.defconfig.stm32l073xz )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l0/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l0/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l1/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l1/Kconfig.defconfig.stm32l151xb )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l1/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l1/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l432xx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l433xx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l452xx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l471xx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l475xg )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l476xx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l496xx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l4r5xx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32l4/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32mp1/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32mp1/Kconfig.defconfig.stm32mp15_m4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32mp1/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32mp1/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32wb/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32wb/Kconfig.defconfig.stm32wb55xx )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32wb/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/st_stm32/stm32wb/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/cc2650/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/cc2650/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/cc2650/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/cc32xx/Kconfig.defconfig.cc3220sf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/cc32xx/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/cc32xx/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/cc32xx/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/msp432p4xx/Kconfig.defconfig.msp432p401r )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/msp432p4xx/Kconfig.defconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/msp432p4xx/Kconfig.series )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/soc/arm/ti_simplelink/msp432p4xx/Kconfig.soc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/bluetooth/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/bluetooth/common/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/bluetooth/controller/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/bluetooth/host/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/bluetooth/host/mesh/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/bluetooth/services/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/bluetooth/services/Kconfig.dis )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/bluetooth/shell/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/console/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/cpp/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/debug/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/debug/Kconfig.segger )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/dfu/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/disk/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/fb/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/fs/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/fs/fcb/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/fs/nvs/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/jwt/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/logging/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/logging/Kconfig.template.log_config )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/mgmt/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/Kconfig.hostname )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/Kconfig.template.log_config.net )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/ip/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/ip/Kconfig.debug )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/ip/Kconfig.ipv4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/ip/Kconfig.ipv6 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/ip/Kconfig.mgmt )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/ip/Kconfig.stack )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/ip/Kconfig.stats )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/l2/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/l2/ethernet/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/l2/ethernet/gptp/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/l2/ethernet/lldp/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/l2/ieee802154/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/l2/ieee802154/Kconfig.radio )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/l2/openthread/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/coap/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/config/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/dns/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/http/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/lwm2m/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/lwm2m/Kconfig.ipso )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/mqtt/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/sntp/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/sockets/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/socks/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/net/lib/tls_credentials/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/power/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/power/policy/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/random/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/settings/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/shell/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/shell/Kconfig.backends )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/shell/Kconfig.template.shell_log_queue_size )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/shell/Kconfig.template.shell_log_queue_timeout )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/shell/modules/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/storage/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/storage/flash_map/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/testsuite/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/testsuite/ztest/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/usb/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/usb/class/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/usb/class/hid/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(206): set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS /home/benpicco/dev/zeph-stable/zephyr/subsys/usb/class/netusb/Kconfig )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(209): add_custom_target(config-sanitycheck DEPENDS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/.config )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(214): foreach(name APPLICATION_BINARY_DIR;APPLICATION_SOURCE_DIR;BOARD;BOARD_DIR;BOSSAC;CACHED_BOARD;CACHED_SHIELD;CCACHE_FOUND;CMAKE_COMMAND;CMAKE_CPACK_COMMAND;CMAKE_CTEST_COMMAND;CMAKE_C_COMPILER;CMAKE_EXTRA_GENERATOR;CMAKE_GENERATOR;CMAKE_GENERATOR_INSTANCE;CMAKE_GENERATOR_PLATFORM;CMAKE_GENERATOR_TOOLSET;CMAKE_HOME_DIRECTORY;CMAKE_ROOT;CONF_FILE;DTC;DTC_OVERLAY_FILE;FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp;GIT_EXECUTABLE;GNUARMEMB_TOOLCHAIN_PATH;GPERF;OPENOCD;PYTHON_EXECUTABLE;TOOLCHAIN_HAS_NEWLIB;TOOLCHAIN_ROOT;WEST;ZEPHYR_SDK_INSTALL_DIR;ZEPHYR_TOOLCHAIN_VARIANT )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(APPLICATION_BINARY_DIR MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(APPLICATION_SOURCE_DIR MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(BOARD MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(BOARD_DIR MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(BOSSAC MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(CACHED_BOARD MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(CACHED_SHIELD MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(CCACHE_FOUND MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(CMAKE_COMMAND MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(CMAKE_CPACK_COMMAND MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(CMAKE_CTEST_COMMAND MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(CMAKE_C_COMPILER MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(CMAKE_EXTRA_GENERATOR MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(CMAKE_GENERATOR MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(CMAKE_GENERATOR_INSTANCE MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(CMAKE_GENERATOR_PLATFORM MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(CMAKE_GENERATOR_TOOLSET MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(CMAKE_HOME_DIRECTORY MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(CMAKE_ROOT MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(CONF_FILE MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(DTC MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(DTC_OVERLAY_FILE MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(GIT_EXECUTABLE MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(GNUARMEMB_TOOLCHAIN_PATH MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(GPERF MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(OPENOCD MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(PYTHON_EXECUTABLE MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(TOOLCHAIN_HAS_NEWLIB MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(TOOLCHAIN_ROOT MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(WEST MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(ZEPHYR_SDK_INSTALL_DIR MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(215): if(ZEPHYR_TOOLCHAIN_VARIANT MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(222): import_kconfig(CONFIG_ /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/.config )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(817): file(STRINGS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/.config DOT_CONFIG_LIST REGEX ^CONFIG_ ENCODING UTF-8 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(825): foreach(CONFIG CONFIG_BOARD="atsamd21_xpro";CONFIG_SOC_SERIES="samd21";CONFIG_NUM_IRQS=29;CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=48000000;CONFIG_SOC_PART_NUMBER="samd21j18a";CONFIG_WATCHDOG=y;CONFIG_ISR_STACK_SIZE=2048;CONFIG_GPIO=y;CONFIG_SYS_CLOCK_TICKS_PER_SEC=100;CONFIG_TEXT_SECTION_OFFSET=0;CONFIG_FLASH_SIZE=256;CONFIG_FLASH_BASE_ADDRESS=0x0;CONFIG_SRAM_SIZE=32;CONFIG_SRAM_BASE_ADDRESS=0x20000000;CONFIG_SPI=y;CONFIG_BOARD_ATSAMD21_XPRO=y;CONFIG_SOC_SERIES_SAMD21=y;CONFIG_SOC_FAMILY="atmel_sam0";CONFIG_SOC_FAMILY_SAM0=y;CONFIG_SOC_ATMEL_SAMD_XOSC32K=y;CONFIG_SOC_ATMEL_SAMD_XOSC32K_AS_MAIN=y;CONFIG_SOC_PART_NUMBER_SAMD21J18A=y;CONFIG_CPU_CORTEX=y;CONFIG_CPU_CORTEX_M=y;CONFIG_CPU_HAS_SYSTICK=y;CONFIG_CPU_CORTEX_M0PLUS=y;CONFIG_ISA_THUMB2=y;CONFIG_CPU_CORTEX_M_HAS_VTOR=y;CONFIG_ARMV6_M_ARMV8_M_BASELINE=y;CONFIG_LDREX_STREX_AVAILABLE=y;CONFIG_DATA_ENDIANNESS_LITTLE=y;CONFIG_STACK_ALIGN_DOUBLE_WORD=y;CONFIG_FAULT_DUMP=2;CONFIG_XIP=y;CONFIG_GEN_ISR_TABLES=y;CONFIG_ARCH="arm";CONFIG_ARM=y;CONFIG_GEN_IRQ_VECTOR_TABLE=y;CONFIG_GEN_SW_ISR_TABLE=y;CONFIG_GEN_IRQ_START_VECTOR=0;CONFIG_ARCH_HAS_RAMFUNC_SUPPORT=y;CONFIG_ARCH_HAS_THREAD_ABORT=y;CONFIG_MULTITHREADING=y;CONFIG_NUM_COOP_PRIORITIES=16;CONFIG_NUM_PREEMPT_PRIORITIES=15;CONFIG_MAIN_THREAD_PRIORITY=0;CONFIG_COOP_ENABLED=y;CONFIG_PREEMPT_ENABLED=y;CONFIG_PRIORITY_CEILING=0;CONFIG_NUM_METAIRQ_PRIORITIES=0;CONFIG_MAIN_STACK_SIZE=1024;CONFIG_IDLE_STACK_SIZE=256;CONFIG_ERRNO=y;CONFIG_SCHED_DUMB=y;CONFIG_WAITQ_DUMB=y;CONFIG_BOOT_BANNER=y;CONFIG_BOOT_DELAY=0;CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=1024;CONFIG_SYSTEM_WORKQUEUE_PRIORITY=-1;CONFIG_OFFLOAD_WORKQUEUE_STACK_SIZE=1024;CONFIG_OFFLOAD_WORKQUEUE_PRIORITY=-1;CONFIG_ATOMIC_OPERATIONS_C=y;CONFIG_TIMESLICING=y;CONFIG_TIMESLICE_SIZE=0;CONFIG_TIMESLICE_PRIORITY=0;CONFIG_NUM_MBOX_ASYNC_MSGS=10;CONFIG_NUM_PIPE_ASYNC_MSGS=10;CONFIG_HEAP_MEM_POOL_SIZE=0;CONFIG_ARCH_HAS_CUSTOM_SWAP_TO_MAIN=y;CONFIG_SWAP_NONATOMIC=y;CONFIG_SYS_CLOCK_EXISTS=y;CONFIG_KERNEL_INIT_PRIORITY_OBJECTS=30;CONFIG_KERNEL_INIT_PRIORITY_DEFAULT=40;CONFIG_KERNEL_INIT_PRIORITY_DEVICE=50;CONFIG_APPLICATION_INIT_PRIORITY=90;CONFIG_STACK_POINTER_RANDOM=0;CONFIG_MP_NUM_CPUS=1;CONFIG_TICKLESS_IDLE=y;CONFIG_TICKLESS_IDLE_THRESH=3;CONFIG_TICKLESS_KERNEL=y;CONFIG_HAS_DTS=y;CONFIG_HAS_DTS_GPIO=y;CONFIG_HAS_DTS_SPI=y;CONFIG_HAS_DTS_WDT=y;CONFIG_UART_CONSOLE_ON_DEV_NAME="SERCOM3";CONFIG_CONSOLE=y;CONFIG_CONSOLE_INPUT_MAX_LINE_LEN=128;CONFIG_CONSOLE_HAS_DRIVER=y;CONFIG_UART_CONSOLE=y;CONFIG_UART_CONSOLE_INIT_PRIORITY=60;CONFIG_SERIAL=y;CONFIG_SERIAL_HAS_DRIVER=y;CONFIG_SERIAL_SUPPORT_INTERRUPT=y;CONFIG_UART_INTERRUPT_DRIVEN=y;CONFIG_UART_SAM0=y;CONFIG_CORTEX_M_SYSTICK=y;CONFIG_SYSTEM_CLOCK_INIT_PRIORITY=0;CONFIG_TICKLESS_CAPABLE=y;CONFIG_GPIO_SAM0=y;CONFIG_SPI_INIT_PRIORITY=70;CONFIG_SPI_SAM0=y;CONFIG_PINMUX=y;CONFIG_PINMUX_NAME="PINMUX";CONFIG_PINMUX_INIT_PRIORITY=45;CONFIG_PINMUX_SAM0=y;CONFIG_WDT_SAM0=y;CONFIG_STDOUT_CONSOLE=y;CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE=0;CONFIG_POSIX_MAX_FDS=4;CONFIG_STD_CPP11=y;CONFIG_PRINTK=y;CONFIG_EARLY_CONSOLE=y;CONFIG_HAS_SEGGER_RTT=y;CONFIG_TEST_EXTRA_STACKSIZE=0;CONFIG_ASF=y;CONFIG_HAS_CMSIS=y;CONFIG_OPENAMP_SRC_PATH="open-amp";CONFIG_LINKER_ORPHAN_SECTION_WARN=y;CONFIG_HAS_FLASH_LOAD_OFFSET=y;CONFIG_FLASH_LOAD_OFFSET=0;CONFIG_FLASH_LOAD_SIZE=0;CONFIG_KERNEL_ENTRY="__start";CONFIG_CHECK_LINK_MAP=y;CONFIG_SIZE_OPTIMIZATIONS=y;CONFIG_COMPILER_OPT="";CONFIG_KERNEL_BIN_NAME="zephyr";CONFIG_OUTPUT_STAT=y;CONFIG_OUTPUT_DISASSEMBLY=y;CONFIG_OUTPUT_PRINT_MEMORY_USAGE=y;CONFIG_BUILD_OUTPUT_BIN=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_BOARD="atsamd21_xpro" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_BOARD="atsamd21_xpro" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "atsamd21_xpro" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("atsamd21_xpro" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE atsamd21_xpro )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_BOARD atsamd21_xpro PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SOC_SERIES="samd21" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SOC_SERIES="samd21" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "samd21" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("samd21" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE samd21 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SOC_SERIES samd21 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_NUM_IRQS=29 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_NUM_IRQS=29 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 29 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(29 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_NUM_IRQS 29 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=48000000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=48000000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 48000000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(48000000 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC 48000000 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SOC_PART_NUMBER="samd21j18a" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SOC_PART_NUMBER="samd21j18a" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "samd21j18a" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("samd21j18a" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE samd21j18a )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SOC_PART_NUMBER samd21j18a PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_WATCHDOG=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_WATCHDOG=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_WATCHDOG y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_ISR_STACK_SIZE=2048 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_ISR_STACK_SIZE=2048 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 2048 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(2048 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_ISR_STACK_SIZE 2048 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_GPIO=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_GPIO=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_GPIO y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SYS_CLOCK_TICKS_PER_SEC=100 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SYS_CLOCK_TICKS_PER_SEC=100 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 100 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(100 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SYS_CLOCK_TICKS_PER_SEC 100 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_TEXT_SECTION_OFFSET=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_TEXT_SECTION_OFFSET=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_TEXT_SECTION_OFFSET 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_FLASH_SIZE=256 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_FLASH_SIZE=256 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 256 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(256 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_FLASH_SIZE 256 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_FLASH_BASE_ADDRESS=0x0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_FLASH_BASE_ADDRESS=0x0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_FLASH_BASE_ADDRESS 0x0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SRAM_SIZE=32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SRAM_SIZE=32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(32 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SRAM_SIZE 32 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SRAM_BASE_ADDRESS=0x20000000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SRAM_BASE_ADDRESS=0x20000000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0x20000000 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0x20000000 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SRAM_BASE_ADDRESS 0x20000000 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SPI=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SPI=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SPI y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_BOARD_ATSAMD21_XPRO=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_BOARD_ATSAMD21_XPRO=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_BOARD_ATSAMD21_XPRO y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SOC_SERIES_SAMD21=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SOC_SERIES_SAMD21=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SOC_SERIES_SAMD21 y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SOC_FAMILY="atmel_sam0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SOC_FAMILY="atmel_sam0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "atmel_sam0" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("atmel_sam0" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE atmel_sam0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SOC_FAMILY atmel_sam0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SOC_FAMILY_SAM0=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SOC_FAMILY_SAM0=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SOC_FAMILY_SAM0 y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SOC_ATMEL_SAMD_XOSC32K=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SOC_ATMEL_SAMD_XOSC32K=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SOC_ATMEL_SAMD_XOSC32K y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SOC_ATMEL_SAMD_XOSC32K_AS_MAIN=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SOC_ATMEL_SAMD_XOSC32K_AS_MAIN=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SOC_ATMEL_SAMD_XOSC32K_AS_MAIN y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SOC_PART_NUMBER_SAMD21J18A=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SOC_PART_NUMBER_SAMD21J18A=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SOC_PART_NUMBER_SAMD21J18A y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_CPU_CORTEX=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_CPU_CORTEX=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_CPU_CORTEX y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_CPU_CORTEX_M=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_CPU_CORTEX_M=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_CPU_CORTEX_M y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_CPU_HAS_SYSTICK=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_CPU_HAS_SYSTICK=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_CPU_HAS_SYSTICK y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_CPU_CORTEX_M0PLUS=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_CPU_CORTEX_M0PLUS=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_CPU_CORTEX_M0PLUS y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_ISA_THUMB2=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_ISA_THUMB2=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_ISA_THUMB2 y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_CPU_CORTEX_M_HAS_VTOR=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_CPU_CORTEX_M_HAS_VTOR=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_CPU_CORTEX_M_HAS_VTOR y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_ARMV6_M_ARMV8_M_BASELINE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_ARMV6_M_ARMV8_M_BASELINE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_ARMV6_M_ARMV8_M_BASELINE y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_LDREX_STREX_AVAILABLE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_LDREX_STREX_AVAILABLE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_LDREX_STREX_AVAILABLE y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_DATA_ENDIANNESS_LITTLE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_DATA_ENDIANNESS_LITTLE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_DATA_ENDIANNESS_LITTLE y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_STACK_ALIGN_DOUBLE_WORD=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_STACK_ALIGN_DOUBLE_WORD=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_STACK_ALIGN_DOUBLE_WORD y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_FAULT_DUMP=2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_FAULT_DUMP=2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 2 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(2 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_FAULT_DUMP 2 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_XIP=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_XIP=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_XIP y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_GEN_ISR_TABLES=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_GEN_ISR_TABLES=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_GEN_ISR_TABLES y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_ARCH="arm" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_ARCH="arm" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "arm" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("arm" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE arm )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_ARCH arm PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_ARM=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_ARM=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_ARM y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_GEN_IRQ_VECTOR_TABLE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_GEN_IRQ_VECTOR_TABLE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_GEN_IRQ_VECTOR_TABLE y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_GEN_SW_ISR_TABLE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_GEN_SW_ISR_TABLE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_GEN_SW_ISR_TABLE y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_GEN_IRQ_START_VECTOR=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_GEN_IRQ_START_VECTOR=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_GEN_IRQ_START_VECTOR 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_ARCH_HAS_RAMFUNC_SUPPORT=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_ARCH_HAS_RAMFUNC_SUPPORT=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_ARCH_HAS_RAMFUNC_SUPPORT y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_ARCH_HAS_THREAD_ABORT=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_ARCH_HAS_THREAD_ABORT=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_ARCH_HAS_THREAD_ABORT y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_MULTITHREADING=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_MULTITHREADING=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_MULTITHREADING y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_NUM_COOP_PRIORITIES=16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_NUM_COOP_PRIORITIES=16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(16 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_NUM_COOP_PRIORITIES 16 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_NUM_PREEMPT_PRIORITIES=15 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_NUM_PREEMPT_PRIORITIES=15 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 15 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(15 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_NUM_PREEMPT_PRIORITIES 15 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_MAIN_THREAD_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_MAIN_THREAD_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_MAIN_THREAD_PRIORITY 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_COOP_ENABLED=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_COOP_ENABLED=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_COOP_ENABLED y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_PREEMPT_ENABLED=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_PREEMPT_ENABLED=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_PREEMPT_ENABLED y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_PRIORITY_CEILING=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_PRIORITY_CEILING=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_PRIORITY_CEILING 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_NUM_METAIRQ_PRIORITIES=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_NUM_METAIRQ_PRIORITIES=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_NUM_METAIRQ_PRIORITIES 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_MAIN_STACK_SIZE=1024 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_MAIN_STACK_SIZE=1024 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1024 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1024 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_MAIN_STACK_SIZE 1024 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_IDLE_STACK_SIZE=256 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_IDLE_STACK_SIZE=256 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 256 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(256 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_IDLE_STACK_SIZE 256 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_ERRNO=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_ERRNO=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_ERRNO y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SCHED_DUMB=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SCHED_DUMB=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SCHED_DUMB y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_WAITQ_DUMB=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_WAITQ_DUMB=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_WAITQ_DUMB y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_BOOT_BANNER=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_BOOT_BANNER=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_BOOT_BANNER y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_BOOT_DELAY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_BOOT_DELAY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_BOOT_DELAY 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=1024 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=1024 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1024 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1024 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE 1024 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SYSTEM_WORKQUEUE_PRIORITY=-1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SYSTEM_WORKQUEUE_PRIORITY=-1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE -1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(-1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SYSTEM_WORKQUEUE_PRIORITY -1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_OFFLOAD_WORKQUEUE_STACK_SIZE=1024 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_OFFLOAD_WORKQUEUE_STACK_SIZE=1024 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1024 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1024 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_OFFLOAD_WORKQUEUE_STACK_SIZE 1024 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_OFFLOAD_WORKQUEUE_PRIORITY=-1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_OFFLOAD_WORKQUEUE_PRIORITY=-1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE -1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(-1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_OFFLOAD_WORKQUEUE_PRIORITY -1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_ATOMIC_OPERATIONS_C=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_ATOMIC_OPERATIONS_C=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_ATOMIC_OPERATIONS_C y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_TIMESLICING=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_TIMESLICING=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_TIMESLICING y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_TIMESLICE_SIZE=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_TIMESLICE_SIZE=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_TIMESLICE_SIZE 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_TIMESLICE_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_TIMESLICE_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_TIMESLICE_PRIORITY 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_NUM_MBOX_ASYNC_MSGS=10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_NUM_MBOX_ASYNC_MSGS=10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(10 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_NUM_MBOX_ASYNC_MSGS 10 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_NUM_PIPE_ASYNC_MSGS=10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_NUM_PIPE_ASYNC_MSGS=10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 10 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(10 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_NUM_PIPE_ASYNC_MSGS 10 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_HEAP_MEM_POOL_SIZE=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_HEAP_MEM_POOL_SIZE=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_HEAP_MEM_POOL_SIZE 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_ARCH_HAS_CUSTOM_SWAP_TO_MAIN=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_ARCH_HAS_CUSTOM_SWAP_TO_MAIN=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_ARCH_HAS_CUSTOM_SWAP_TO_MAIN y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SWAP_NONATOMIC=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SWAP_NONATOMIC=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SWAP_NONATOMIC y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SYS_CLOCK_EXISTS=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SYS_CLOCK_EXISTS=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SYS_CLOCK_EXISTS y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_KERNEL_INIT_PRIORITY_OBJECTS=30 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_KERNEL_INIT_PRIORITY_OBJECTS=30 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 30 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(30 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_KERNEL_INIT_PRIORITY_OBJECTS 30 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_KERNEL_INIT_PRIORITY_DEFAULT=40 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_KERNEL_INIT_PRIORITY_DEFAULT=40 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 40 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(40 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_KERNEL_INIT_PRIORITY_DEFAULT 40 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_KERNEL_INIT_PRIORITY_DEVICE=50 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_KERNEL_INIT_PRIORITY_DEVICE=50 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 50 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(50 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_KERNEL_INIT_PRIORITY_DEVICE 50 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_APPLICATION_INIT_PRIORITY=90 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_APPLICATION_INIT_PRIORITY=90 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 90 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(90 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_APPLICATION_INIT_PRIORITY 90 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_STACK_POINTER_RANDOM=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_STACK_POINTER_RANDOM=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_STACK_POINTER_RANDOM 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_MP_NUM_CPUS=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_MP_NUM_CPUS=1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(1 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_MP_NUM_CPUS 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_TICKLESS_IDLE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_TICKLESS_IDLE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_TICKLESS_IDLE y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_TICKLESS_IDLE_THRESH=3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_TICKLESS_IDLE_THRESH=3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(3 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_TICKLESS_IDLE_THRESH 3 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_TICKLESS_KERNEL=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_TICKLESS_KERNEL=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_TICKLESS_KERNEL y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_HAS_DTS=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_HAS_DTS=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_HAS_DTS y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_HAS_DTS_GPIO=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_HAS_DTS_GPIO=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_HAS_DTS_GPIO y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_HAS_DTS_SPI=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_HAS_DTS_SPI=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_HAS_DTS_SPI y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_HAS_DTS_WDT=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_HAS_DTS_WDT=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_HAS_DTS_WDT y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_UART_CONSOLE_ON_DEV_NAME="SERCOM3" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_UART_CONSOLE_ON_DEV_NAME="SERCOM3" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "SERCOM3" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("SERCOM3" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE SERCOM3 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_UART_CONSOLE_ON_DEV_NAME SERCOM3 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_CONSOLE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_CONSOLE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_CONSOLE y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_CONSOLE_INPUT_MAX_LINE_LEN=128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_CONSOLE_INPUT_MAX_LINE_LEN=128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 128 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(128 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_CONSOLE_INPUT_MAX_LINE_LEN 128 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_CONSOLE_HAS_DRIVER=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_CONSOLE_HAS_DRIVER=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_CONSOLE_HAS_DRIVER y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_UART_CONSOLE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_UART_CONSOLE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_UART_CONSOLE y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_UART_CONSOLE_INIT_PRIORITY=60 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_UART_CONSOLE_INIT_PRIORITY=60 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 60 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(60 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_UART_CONSOLE_INIT_PRIORITY 60 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SERIAL=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SERIAL=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SERIAL y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SERIAL_HAS_DRIVER=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SERIAL_HAS_DRIVER=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SERIAL_HAS_DRIVER y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SERIAL_SUPPORT_INTERRUPT=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SERIAL_SUPPORT_INTERRUPT=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SERIAL_SUPPORT_INTERRUPT y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_UART_INTERRUPT_DRIVEN=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_UART_INTERRUPT_DRIVEN=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_UART_INTERRUPT_DRIVEN y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_UART_SAM0=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_UART_SAM0=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_UART_SAM0 y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_CORTEX_M_SYSTICK=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_CORTEX_M_SYSTICK=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_CORTEX_M_SYSTICK y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SYSTEM_CLOCK_INIT_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SYSTEM_CLOCK_INIT_PRIORITY=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SYSTEM_CLOCK_INIT_PRIORITY 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_TICKLESS_CAPABLE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_TICKLESS_CAPABLE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_TICKLESS_CAPABLE y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_GPIO_SAM0=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_GPIO_SAM0=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_GPIO_SAM0 y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SPI_INIT_PRIORITY=70 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SPI_INIT_PRIORITY=70 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 70 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(70 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SPI_INIT_PRIORITY 70 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SPI_SAM0=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SPI_SAM0=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SPI_SAM0 y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_PINMUX=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_PINMUX=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_PINMUX y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_PINMUX_NAME="PINMUX" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_PINMUX_NAME="PINMUX" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "PINMUX" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("PINMUX" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE PINMUX )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_PINMUX_NAME PINMUX PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_PINMUX_INIT_PRIORITY=45 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_PINMUX_INIT_PRIORITY=45 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 45 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(45 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_PINMUX_INIT_PRIORITY 45 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_PINMUX_SAM0=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_PINMUX_SAM0=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_PINMUX_SAM0 y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_WDT_SAM0=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_WDT_SAM0=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_WDT_SAM0 y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_STDOUT_CONSOLE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_STDOUT_CONSOLE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_STDOUT_CONSOLE y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_POSIX_MAX_FDS=4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_POSIX_MAX_FDS=4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 4 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(4 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_POSIX_MAX_FDS 4 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_STD_CPP11=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_STD_CPP11=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_STD_CPP11 y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_PRINTK=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_PRINTK=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_PRINTK y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_EARLY_CONSOLE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_EARLY_CONSOLE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_EARLY_CONSOLE y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_HAS_SEGGER_RTT=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_HAS_SEGGER_RTT=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_HAS_SEGGER_RTT y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_TEST_EXTRA_STACKSIZE=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_TEST_EXTRA_STACKSIZE=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_TEST_EXTRA_STACKSIZE 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_ASF=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_ASF=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_ASF y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_HAS_CMSIS=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_HAS_CMSIS=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_HAS_CMSIS y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_OPENAMP_SRC_PATH="open-amp" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_OPENAMP_SRC_PATH="open-amp" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "open-amp" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("open-amp" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE open-amp )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_OPENAMP_SRC_PATH open-amp PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_LINKER_ORPHAN_SECTION_WARN=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_LINKER_ORPHAN_SECTION_WARN=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_LINKER_ORPHAN_SECTION_WARN y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_HAS_FLASH_LOAD_OFFSET=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_HAS_FLASH_LOAD_OFFSET=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_HAS_FLASH_LOAD_OFFSET y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_FLASH_LOAD_OFFSET=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_FLASH_LOAD_OFFSET=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_FLASH_LOAD_OFFSET 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_FLASH_LOAD_SIZE=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_FLASH_LOAD_SIZE=0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(0 MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_FLASH_LOAD_SIZE 0 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_KERNEL_ENTRY="__start" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_KERNEL_ENTRY="__start" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "__start" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("__start" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE __start )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_KERNEL_ENTRY __start PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_CHECK_LINK_MAP=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_CHECK_LINK_MAP=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_CHECK_LINK_MAP y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_SIZE_OPTIMIZATIONS=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_SIZE_OPTIMIZATIONS=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_SIZE_OPTIMIZATIONS y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_COMPILER_OPT="" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_COMPILER_OPT="" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_COMPILER_OPT PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_KERNEL_BIN_NAME="zephyr" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_KERNEL_BIN_NAME="zephyr" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE "zephyr" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if("zephyr" MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(838): set(CONF_VARIABLE_VALUE zephyr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_KERNEL_BIN_NAME zephyr PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_OUTPUT_STAT=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_OUTPUT_STAT=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_OUTPUT_STAT y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_OUTPUT_DISASSEMBLY=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_OUTPUT_DISASSEMBLY=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_OUTPUT_DISASSEMBLY y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_OUTPUT_PRINT_MEMORY_USAGE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_OUTPUT_PRINT_MEMORY_USAGE=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_OUTPUT_PRINT_MEMORY_USAGE y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(829): string(REGEX MATCH [^=]+ CONF_VARIABLE_NAME CONFIG_BUILD_OUTPUT_BIN=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(832): string(REGEX MATCH =(.+$) CONF_VARIABLE_VALUE CONFIG_BUILD_OUTPUT_BIN=y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(835): set(CONF_VARIABLE_VALUE y )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(837): if(y MATCHES ^"(.*)"$ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(841): set(CONFIG_BUILD_OUTPUT_BIN y PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(225): foreach(name APPLICATION_BINARY_DIR;APPLICATION_SOURCE_DIR;BOARD;BOARD_DIR;BOSSAC;CACHED_BOARD;CACHED_SHIELD;CCACHE_FOUND;CMAKE_COMMAND;CMAKE_CPACK_COMMAND;CMAKE_CTEST_COMMAND;CMAKE_C_COMPILER;CMAKE_EXTRA_GENERATOR;CMAKE_GENERATOR;CMAKE_GENERATOR_INSTANCE;CMAKE_GENERATOR_PLATFORM;CMAKE_GENERATOR_TOOLSET;CMAKE_HOME_DIRECTORY;CMAKE_ROOT;CONF_FILE;DTC;DTC_OVERLAY_FILE;FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp;GIT_EXECUTABLE;GNUARMEMB_TOOLCHAIN_PATH;GPERF;OPENOCD;PYTHON_EXECUTABLE;TOOLCHAIN_HAS_NEWLIB;TOOLCHAIN_ROOT;WEST;ZEPHYR_SDK_INSTALL_DIR;ZEPHYR_TOOLCHAIN_VARIANT )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(APPLICATION_BINARY_DIR MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(APPLICATION_SOURCE_DIR MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(BOARD MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(BOARD_DIR MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(BOSSAC MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(CACHED_BOARD MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(CACHED_SHIELD MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(CCACHE_FOUND MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(CMAKE_COMMAND MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(CMAKE_CPACK_COMMAND MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(CMAKE_CTEST_COMMAND MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(CMAKE_C_COMPILER MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(CMAKE_EXTRA_GENERATOR MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(CMAKE_GENERATOR MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(CMAKE_GENERATOR_INSTANCE MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(CMAKE_GENERATOR_PLATFORM MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(CMAKE_GENERATOR_TOOLSET MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(CMAKE_HOME_DIRECTORY MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(CMAKE_ROOT MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(CONF_FILE MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(DTC MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(DTC_OVERLAY_FILE MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(GIT_EXECUTABLE MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(GNUARMEMB_TOOLCHAIN_PATH MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(GPERF MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(OPENOCD MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(PYTHON_EXECUTABLE MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(TOOLCHAIN_HAS_NEWLIB MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(TOOLCHAIN_ROOT MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(WEST MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(ZEPHYR_SDK_INSTALL_DIR MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/kconfig.cmake(226): if(ZEPHYR_TOOLCHAIN_VARIANT MATCHES ^CONFIG_ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(406): set(SOC_NAME )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(407): set(SOC_SERIES samd21 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(408): set(SOC_FAMILY atmel_sam0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(410): if(samd21 STREQUAL )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(412): else()
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(413): set(SOC_PATH atmel_sam0/samd21 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(416): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/target_toolchain.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/target_toolchain.cmake(12): set(CMAKE_SYSTEM_NAME Generic )
/home/benpicco/dev/zeph-stable/zephyr/cmake/target_toolchain.cmake(24): set(CMAKE_SYSTEM_PROCESSOR arm )
/home/benpicco/dev/zeph-stable/zephyr/cmake/target_toolchain.cmake(30): set(CMAKE_SYSTEM_VERSION 1.14.99 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/target_toolchain.cmake(33): set(BUILD_SHARED_LIBS OFF )
/home/benpicco/dev/zeph-stable/zephyr/cmake/target_toolchain.cmake(35): if(NOT ( COMPILER STREQUAL host-gcc ) )
/home/benpicco/dev/zeph-stable/zephyr/cmake/target_toolchain.cmake(36): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/toolchain/gnuarmemb/target.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/target_toolchain.cmake(42): unset(CMAKE_C_COMPILER )
/home/benpicco/dev/zeph-stable/zephyr/cmake/target_toolchain.cmake(43): unset(CMAKE_C_COMPILER CACHE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/target_toolchain.cmake(47): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake OPTIONAL )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(3): set_ifndef(C++ g++ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1020): if(NOT C++ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1021): set(C++ g++ PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(8): find_program(CMAKE_C_COMPILER /usr/bin/arm-none-eabi-gcc PATH /usr NO_DEFAULT_PATH )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(9): find_program(CMAKE_OBJCOPY /usr/bin/arm-none-eabi-objcopy PATH /usr NO_DEFAULT_PATH )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(10): find_program(CMAKE_OBJDUMP /usr/bin/arm-none-eabi-objdump PATH /usr NO_DEFAULT_PATH )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(11): find_program(CMAKE_AS /usr/bin/arm-none-eabi-as PATH /usr NO_DEFAULT_PATH )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(12): find_program(CMAKE_LINKER /usr/bin/arm-none-eabi-ld PATH /usr NO_DEFAULT_PATH )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(13): find_program(CMAKE_AR /usr/bin/arm-none-eabi-ar PATH /usr NO_DEFAULT_PATH )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(14): find_program(CMAKE_RANLIB /usr/bin/arm-none-eabi-ranlib PATH /usr NO_DEFAULT_PATH )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(15): find_program(CMAKE_READELF /usr/bin/arm-none-eabi-readelf PATH /usr NO_DEFAULT_PATH )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(16): find_program(CMAKE_GDB /usr/bin/arm-none-eabi-gdb PATH /usr NO_DEFAULT_PATH )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(17): find_program(CMAKE_NM /usr/bin/arm-none-eabi-nm PATH /usr NO_DEFAULT_PATH )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(19): if(CONFIG_CPLUSPLUS )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(21): else()
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(22): if(EXISTS /usr/bin/arm-none-eabi-g++ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(23): set(cplusplus_compiler /usr/bin/arm-none-eabi-g++ )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(31): find_program(CMAKE_CXX_COMPILER /usr/bin/arm-none-eabi-g++ PATH /usr NO_DEFAULT_PATH )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(33): set(NOSTDINC )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(37): if(NOT DEFINED NOSYSDEF_CFLAG )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(38): set(NOSYSDEF_CFLAG -undef )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(41): foreach(file_name include include-fixed )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(42): execute_process(COMMAND /usr/bin/arm-none-eabi-gcc --print-file-name=include OUTPUT_VARIABLE _OUTPUT )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(46): string(REGEX REPLACE
_OUTPUT /usr/lib/gcc/arm-none-eabi/7.3.1/include
)
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(48): list(APPEND NOSTDINC /usr/lib/gcc/arm-none-eabi/7.3.1/include )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(42): execute_process(COMMAND /usr/bin/arm-none-eabi-gcc --print-file-name=include-fixed OUTPUT_VARIABLE _OUTPUT )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(46): string(REGEX REPLACE
_OUTPUT /usr/lib/gcc/arm-none-eabi/7.3.1/include-fixed
)
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(48): list(APPEND NOSTDINC /usr/lib/gcc/arm-none-eabi/7.3.1/include-fixed )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(51): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/gcc-m-cpu.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/gcc-m-cpu.cmake(6): if(arm STREQUAL arm )
/home/benpicco/dev/zeph-stable/zephyr/cmake/gcc-m-cpu.cmake(7): if(CONFIG_CPU_CORTEX_M0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/gcc-m-cpu.cmake(9): elseif(CONFIG_CPU_CORTEX_M0PLUS )
/home/benpicco/dev/zeph-stable/zephyr/cmake/gcc-m-cpu.cmake(10): set(GCC_M_CPU cortex-m0plus )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(53): if(arm STREQUAL arm )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(54): list(APPEND TOOLCHAIN_C_FLAGS -mthumb -mcpu=cortex-m0plus )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(58): list(APPEND TOOLCHAIN_LD_FLAGS -mthumb -mcpu=cortex-m0plus )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(63): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/fpu-for-gcc-m-cpu.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/fpu-for-gcc-m-cpu.cmake(5): if(CONFIG_CPU_HAS_FPU_DOUBLE_PRECISION )
/home/benpicco/dev/zeph-stable/zephyr/cmake/fpu-for-gcc-m-cpu.cmake(7): else()
/home/benpicco/dev/zeph-stable/zephyr/cmake/fpu-for-gcc-m-cpu.cmake(8): set(PRECISION_TOKEN sp- )
/home/benpicco/dev/zeph-stable/zephyr/cmake/fpu-for-gcc-m-cpu.cmake(11): set(FPU_FOR_cortex-m4 fpv4-sp-d16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/fpu-for-gcc-m-cpu.cmake(12): set(FPU_FOR_cortex-m7 fpv5-sp-d16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/fpu-for-gcc-m-cpu.cmake(13): set(FPU_FOR_cortex-m33 fpv5-sp-d16 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(65): if(CONFIG_FLOAT )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(82): if(NOT no_libgcc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(84): execute_process(COMMAND /usr/bin/arm-none-eabi-gcc -mthumb;-mcpu=cortex-m0plus --print-libgcc-file-name OUTPUT_VARIABLE LIBGCC_FILE_NAME OUTPUT_STRIP_TRAILING_WHITESPACE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(90): assert_exists(LIBGCC_FILE_NAME )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1171): if(NOT EXISTS /usr/lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(92): get_filename_component(LIBGCC_DIR /usr/lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a DIRECTORY )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(94): assert_exists(LIBGCC_DIR )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1171): if(NOT EXISTS /usr/lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(96): LIST(APPEND LIB_INCLUDE_DIR -L"/usr/lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(97): LIST(APPEND TOOLCHAIN_LIBS gcc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(100): if(SYSROOT_DIR )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(103): execute_process(COMMAND /usr/bin/arm-none-eabi-gcc -mthumb;-mcpu=cortex-m0plus --print-multi-directory OUTPUT_VARIABLE NEWLIB_DIR OUTPUT_STRIP_TRAILING_WHITESPACE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(109): set(LIBC_LIBRARY_DIR "/usr/arm-none-eabi"/lib/thumb/v6-m )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(110): set(LIBC_INCLUDE_DIR /usr/arm-none-eabi/include )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(120): foreach(isystem_include_dir /usr/lib/gcc/arm-none-eabi/7.3.1/include;/usr/lib/gcc/arm-none-eabi/7.3.1/include-fixed )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(121): list(APPEND isystem_include_flags -isystem "/usr/lib/gcc/arm-none-eabi/7.3.1/include" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(121): list(APPEND isystem_include_flags -isystem "/usr/lib/gcc/arm-none-eabi/7.3.1/include-fixed" )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(131): list(APPEND CMAKE_REQUIRED_FLAGS -nostartfiles -nostdlib -isystem;"/usr/lib/gcc/arm-none-eabi/7.3.1/include";-isystem;"/usr/lib/gcc/arm-none-eabi/7.3.1/include-fixed" -Wl,--unresolved-symbols=ignore-in-object-files )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(132): string(REPLACE ; CMAKE_REQUIRED_FLAGS -nostartfiles;-nostdlib;-isystem;"/usr/lib/gcc/arm-none-eabi/7.3.1/include";-isystem;"/usr/lib/gcc/arm-none-eabi/7.3.1/include-fixed";-Wl,--unresolved-symbols=ignore-in-object-files )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(135): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_security_fortify.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_security_fortify.cmake(4): macro(toolchain_cc_security_fortify )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(136): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_security_canaries.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_security_canaries.cmake(4): macro(toolchain_cc_security_canaries )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(137): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_optimizations.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_optimizations.cmake(13): macro(toolchain_cc_optimize_for_no_optimizations_flag dest_var_name )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_optimizations.cmake(17): macro(toolchain_cc_optimize_for_debug_flag dest_var_name )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_optimizations.cmake(21): macro(toolchain_cc_optimize_for_speed_flag dest_var_name )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_optimizations.cmake(25): macro(toolchain_cc_optimize_for_size_flag dest_var_name )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(138): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_cpp.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_cpp.cmake(5): macro(toolchain_cc_cpp_base_flags dest_list_name )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_cpp.cmake(10): macro(toolchain_cc_cpp_dialect_std_98_flags dest_list_name )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_cpp.cmake(13): macro(toolchain_cc_cpp_dialect_std_11_flags dest_list_name )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_cpp.cmake(17): macro(toolchain_cc_cpp_dialect_std_14_flags dest_list_name )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_cpp.cmake(21): macro(toolchain_cc_cpp_dialect_std_17_flags dest_list_name )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_cpp.cmake(25): macro(toolchain_cc_cpp_dialect_std_2a_flags dest_list_name )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_cpp.cmake(30): macro(toolchain_cc_cpp_no_exceptions_flag dest_var_name )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_cpp.cmake(34): macro(toolchain_cc_cpp_no_rtti_flag dest_var_name )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(139): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_asm.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_asm.cmake(5): macro(toolchain_cc_asm_base_flags dest_var_name )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target.cmake(140): include(/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_baremetal.cmake )
/home/benpicco/dev/zeph-stable/zephyr/cmake/compiler/gcc/target_baremetal.cmake(4): macro(toolchain_cc_nostdinc )
/home/benpicco/dev/zeph-stable/zephyr/cmake/target_toolchain.cmake(60): file(MD5 /usr/bin/arm-none-eabi-gcc CMAKE_C_COMPILER_MD5_SUM )
/home/benpicco/dev/zeph-stable/zephyr/cmake/target_toolchain.cmake(61): set(TOOLCHAIN_SIGNATURE 3dbd52291f18fa93cbe3fb92359bcd9e )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(418): set(KERNEL_NAME zephyr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(420): set(KERNEL_ELF_NAME zephyr.elf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(421): set(KERNEL_BIN_NAME zephyr.bin )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(422): set(KERNEL_HEX_NAME zephyr.hex )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(423): set(KERNEL_MAP_NAME zephyr.map )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(424): set(KERNEL_LST_NAME zephyr.lst )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(425): set(KERNEL_S19_NAME zephyr.s19 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(426): set(KERNEL_EXE_NAME zephyr.exe )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(427): set(KERNEL_STAT_NAME zephyr.stat )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(428): set(KERNEL_STRIP_NAME zephyr.strip )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(432): if(NOT DEFINED USER_CACHE_DIR )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(433): find_appropriate_cache_directory(USER_CACHE_DIR )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1208): set(env_suffix_LOCALAPPDATA .cache )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1210): if(CMAKE_HOST_APPLE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1213): else()
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1214): set(env_suffix_HOME .cache )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1218): if(CMAKE_HOST_APPLE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1220): elseif(CMAKE_HOST_WIN32 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1222): else()
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1227): set(dirs XDG_CACHE_HOME HOME )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1233): foreach(env_var XDG_CACHE_HOME;HOME )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1234): if(DEFINED ENV{XDG_CACHE_HOME} )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1234): if(DEFINED ENV{HOME} )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1235): set(env_dir /home/benpicco )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1237): check_if_directory_is_writeable(/home/benpicco ok )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1191): execute_process(COMMAND /usr/bin/python3 /home/benpicco/dev/zeph-stable/zephyr/scripts/dir_is_writeable.py /home/benpicco RESULT_VARIABLE ret )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1199): if(0 STREQUAL 0 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1201): set(ok 1 PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1238): if(1 )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1240): set(user_dir /home/benpicco/.cache )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1241): break()
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1252): if(DEFINED user_dir )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1255): set(local_dir /home/benpicco/.cache/zephyr )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1260): set(USER_CACHE_DIR /home/benpicco/.cache/zephyr PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(435): message(STATUS Cache files will be written to: /home/benpicco/.cache/zephyr )
-- Cache files will be written to: /home/benpicco/.cache/zephyr
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(437): include(/home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/board.cmake OPTIONAL )
/home/benpicco/dev/zeph-stable/zephyr/boards/arm/atsamd21_xpro/board.cmake(4): include(/home/benpicco/dev/zeph-stable/zephyr/boards/common/openocd.board.cmake )
/home/benpicco/dev/zeph-stable/zephyr/boards/common/openocd.board.cmake(3): set_ifndef(BOARD_FLASH_RUNNER openocd )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1020): if(NOT BOARD_FLASH_RUNNER )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1021): set(BOARD_FLASH_RUNNER openocd PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/boards/common/openocd.board.cmake(4): set_ifndef(BOARD_DEBUG_RUNNER openocd )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1020): if(NOT BOARD_DEBUG_RUNNER )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1021): set(BOARD_DEBUG_RUNNER openocd PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/boards/common/openocd.board.cmake(7): if(CONFIG_X86 OR CONFIG_ARC )
/home/benpicco/dev/zeph-stable/zephyr/boards/common/openocd.board.cmake(10): if(OPENOCD_USE_LOAD_IMAGE )
/home/benpicco/dev/zeph-stable/zephyr/boards/common/openocd.board.cmake(12): else()
/home/benpicco/dev/zeph-stable/zephyr/boards/common/openocd.board.cmake(13): set_ifndef(OPENOCD_FLASH flash write_image erase )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1020): if(NOT OPENOCD_FLASH )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1021): set(OPENOCD_FLASH flash write_image erase PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/boards/common/openocd.board.cmake(17): set_ifndef(OPENOCD_IMAGE /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/zephyr.elf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1020): if(NOT OPENOCD_IMAGE )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(1021): set(OPENOCD_IMAGE /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/zephyr.elf PARENT_SCOPE )
/home/benpicco/dev/zeph-stable/zephyr/boards/common/openocd.board.cmake(19): set(OPENOCD_CMD_LOAD_DEFAULT flash write_image erase /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/zephyr.elf )
/home/benpicco/dev/zeph-stable/zephyr/boards/common/openocd.board.cmake(20): set(OPENOCD_CMD_VERIFY_DEFAULT verify_image /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/zephyr.elf )
/home/benpicco/dev/zeph-stable/zephyr/boards/common/openocd.board.cmake(22): board_finalize_runner_args(openocd --cmd-load flash write_image erase /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/zephyr.elf --cmd-verify verify_image /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/zephyr.elf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(600): if(COMMAND app_set_runner_args )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(605): string(MAKE_C_IDENTIFIER openocd runner_id )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(606): get_property(explicit GLOBAL PROPERTY BOARD_RUNNER_ARGS_EXPLICIT_openocd )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(609): set_property(GLOBAL APPEND PROPERTY BOARD_RUNNER_ARGS_openocd --cmd-load;flash write_image erase /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/zephyr.elf;--cmd-verify;verify_image /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr/zephyr.elf )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(618): set_property(GLOBAL APPEND PROPERTY ZEPHYR_RUNNERS openocd )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(443): if(CONFIG_QEMU_TARGET )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(465): zephyr_library_named(app )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(377): set(ZEPHYR_CURRENT_LIBRARY app )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(378): add_library(app STATIC )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(380): zephyr_append_cmake_library(app )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(452): set_property(GLOBAL APPEND PROPERTY ZEPHYR_LIBS app )
/home/benpicco/dev/zeph-stable/zephyr/cmake/extensions.cmake(382): target_link_libraries(app PUBLIC zephyr_interface )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(466): set_property(TARGET app PROPERTY ARCHIVE_OUTPUT_DIRECTORY app )
/home/benpicco/dev/zeph-stable/zephyr/cmake/app/boilerplate.cmake(468): add_subdirectory(/home/benpicco/dev/zeph-stable/zephyr /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/zephyr )
/home/benpicco/dev/zeph-stable/zephyr/CMakeLists.txt(14): if(NOT DEFINED ZEPHYR_BINARY_DIR )
/home/benpicco/dev/zeph-stable/zephyr/CMakeLists.txt(24): project(Zephyr-Kernel VERSION 1.14.99 )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(35): if(CMAKE_HOST_UNIX )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(36): find_program(CMAKE_UNAME uname /bin /usr/bin /usr/local/bin )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(37): if(CMAKE_UNAME )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(38): if(CMAKE_HOST_SYSTEM_NAME STREQUAL AIX )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(44): else()
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(45): exec_program(/usr/bin/uname ARGS -r OUTPUT_VARIABLE CMAKE_HOST_SYSTEM_VERSION )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(47): if(CMAKE_HOST_SYSTEM_NAME MATCHES Linux|CYGWIN.*|Darwin|^GNU$ )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(48): exec_program(/usr/bin/uname ARGS -m OUTPUT_VARIABLE CMAKE_HOST_SYSTEM_PROCESSOR RETURN_VALUE val )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(50): if(CMAKE_HOST_SYSTEM_NAME STREQUAL Darwin AND CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL Power Macintosh )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(67): if(0 GREATER 0 )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(70): set(CMAKE_UNAME /usr/bin/uname CACHE INTERNAL uname command )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(72): string(REPLACE " CMAKE_HOST_SYSTEM_PROCESSOR x86_64 )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(73): string(REPLACE / _ CMAKE_HOST_SYSTEM_PROCESSOR x86_64 )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(89): if(CMAKE_TOOLCHAIN_FILE )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(109): if(CMAKE_SYSTEM_NAME )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(110): if(NOT DEFINED CMAKE_CROSSCOMPILING )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(111): set(CMAKE_CROSSCOMPILING TRUE )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(113): set(PRESET_CMAKE_SYSTEM_NAME TRUE )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(130): include(Platform/Generic-Determine OPTIONAL )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(132): macro(ADJUST_CMAKE_SYSTEM_VARIABLES _PREFIX )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(161): ADJUST_CMAKE_SYSTEM_VARIABLES(CMAKE_SYSTEM )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(133): if(NOT CMAKE_SYSTEM_NAME )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(138): if(CMAKE_SYSTEM_NAME MATCHES BSD.OS )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(143): if(CMAKE_SYSTEM_NAME MATCHES kFreeBSD )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(148): if(CMAKE_SYSTEM_NAME MATCHES CYGWIN )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(153): set(CMAKE_SYSTEM Generic )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(155): if(CMAKE_SYSTEM_VERSION )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(156): set(CMAKE_SYSTEM Generic-1.14.99 )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(162): ADJUST_CMAKE_SYSTEM_VARIABLES(CMAKE_HOST_SYSTEM )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(133): if(NOT CMAKE_HOST_SYSTEM_NAME )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(138): if(CMAKE_HOST_SYSTEM_NAME MATCHES BSD.OS )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(143): if(CMAKE_HOST_SYSTEM_NAME MATCHES kFreeBSD )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(148): if(CMAKE_HOST_SYSTEM_NAME MATCHES CYGWIN )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(153): set(CMAKE_HOST_SYSTEM Linux )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(155): if(CMAKE_HOST_SYSTEM_VERSION )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(156): set(CMAKE_HOST_SYSTEM Linux-5.0.0-13-generic )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(166): if(CMAKE_BINARY_DIR )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(168): if(PRESET_CMAKE_SYSTEM_NAME )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(169): file(APPEND /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/CMakeOutput.log The target system is: Generic - 1.14.99 - arm
)
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(171): file(APPEND /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/CMakeOutput.log The host system is: Linux - 5.0.0-13-generic - x86_64
)
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(180): set(INCLUDE_CMAKE_TOOLCHAIN_FILE_IF_REQUIRED )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(181): if(CMAKE_TOOLCHAIN_FILE )
/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake(186): configure_file(/usr/share/cmake-3.13/Modules/CMakeSystem.cmake.in /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CMakeSystem.cmake @ONLY )
/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CMakeSystem.cmake(1): set(CMAKE_HOST_SYSTEM Linux-5.0.0-13-generic )
/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CMakeSystem.cmake(2): set(CMAKE_HOST_SYSTEM_NAME Linux )
/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CMakeSystem.cmake(3): set(CMAKE_HOST_SYSTEM_VERSION 5.0.0-13-generic )
/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CMakeSystem.cmake(4): set(CMAKE_HOST_SYSTEM_PROCESSOR x86_64 )
/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CMakeSystem.cmake(8): set(CMAKE_SYSTEM Generic-1.14.99 )
/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CMakeSystem.cmake(9): set(CMAKE_SYSTEM_NAME Generic )
/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CMakeSystem.cmake(10): set(CMAKE_SYSTEM_VERSION 1.14.99 )
/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CMakeSystem.cmake(11): set(CMAKE_SYSTEM_PROCESSOR arm )
/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CMakeSystem.cmake(13): set(CMAKE_CROSSCOMPILING TRUE )
/home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CMakeSystem.cmake(15): set(CMAKE_SYSTEM_LOADED 1 )
/usr/share/cmake-3.13/Modules/CMakeUnixFindMake.cmake(5): find_program(CMAKE_MAKE_PROGRAM NAMES gmake make smake )
/usr/share/cmake-3.13/Modules/CMakeUnixFindMake.cmake(6): mark_as_advanced(CMAKE_MAKE_PROGRAM )
/usr/share/cmake-3.13/Modules/CMakeUnixFindMake.cmake(9): if(NOT CMAKE_MAKE_PROGRAM AND CMAKE_HOST_APPLE )
/usr/share/cmake-3.13/Modules/CMakeSystemSpecificInitialize.cmake(19): set(CMAKE_EFFECTIVE_SYSTEM_NAME Generic )
/usr/share/cmake-3.13/Modules/CMakeSystemSpecificInitialize.cmake(21): include(Platform/Generic-Initialize OPTIONAL )
/usr/share/cmake-3.13/Modules/CMakeSystemSpecificInitialize.cmake(23): set(CMAKE_SYSTEM_SPECIFIC_INITIALIZE_LOADED 1 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(24): include(/usr/share/cmake-3.13/Modules/CMakeDetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompiler.cmake(5): macro(_cmake_find_compiler lang )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompiler.cmake(92): macro(_cmake_find_compiler_path lang )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(27): include(Platform/Generic-Determine-C OPTIONAL )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(28): include(Platform/Generic-C OPTIONAL )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(29): if(NOT CMAKE_C_COMPILER_NAMES )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(30): set(CMAKE_C_COMPILER_NAMES cc )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(33): if(Unix Makefiles MATCHES Visual Studio )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(34): elseif(Unix Makefiles MATCHES Xcode )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(37): else()
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(38): if(NOT CMAKE_C_COMPILER )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(66): else()
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(67): _cmake_find_compiler_path(C )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompiler.cmake(93): if(CMAKE_C_COMPILER )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompiler.cmake(98): list(LENGTH CMAKE_C_COMPILER _CMAKE_C_COMPILER_LIST_LENGTH )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompiler.cmake(99): if(1 EQUAL 2 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompiler.cmake(103): unset(_CMAKE_C_COMPILER_LIST_LENGTH )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompiler.cmake(106): get_filename_component(_CMAKE_USER_C_COMPILER_PATH /usr/bin/arm-none-eabi-gcc PATH )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompiler.cmake(107): if(NOT _CMAKE_USER_C_COMPILER_PATH )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(69): mark_as_advanced(CMAKE_C_COMPILER )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(74): set(CMAKE_C_COMPILER_ID_TEST_FLAGS_FIRST )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(75): set(CMAKE_C_COMPILER_ID_TEST_FLAGS -c -Aa -D__CLASSIC_C__ )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(88): if(NOT CMAKE_C_COMPILER_ID_RUN )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(89): set(CMAKE_C_COMPILER_ID_RUN 1 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(92): set(CMAKE_C_COMPILER_ID )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(93): set(CMAKE_C_PLATFORM_ID )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(94): file(READ /usr/share/cmake-3.13/Modules/CMakePlatformId.h.in CMAKE_C_COMPILER_ID_PLATFORM_CONTENT )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(99): list(APPEND CMAKE_C_COMPILER_ID_VENDORS IAR )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(100): set(CMAKE_C_COMPILER_ID_VENDOR_FLAGS_IAR )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(101): set(CMAKE_C_COMPILER_ID_VENDOR_REGEX_IAR IAR .+ Compiler )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(108): set(CMAKE_C_COMPILER_ID_TOOL_MATCH_REGEX
Ld[^
]*(
[ ]+[^
]*)*
[ ]+([^
]+)[^
]*-o[^
]*CompilerIdC/(\./)?(CompilerIdC.xctest/)?CompilerIdC[
\"] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(109): set(CMAKE_C_COMPILER_ID_TOOL_MATCH_INDEX 2 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(111): include(/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(9): function(CMAKE_DETERMINE_COMPILER_ID lang flagvar src )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(136): include(CMakeCompilerIdDetection )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(5): function(_readFile file )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(14): function(compiler_id_detection outvar lang )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(140): function(CMAKE_DETERMINE_COMPILER_ID_WRITE lang src )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(158): function(CMAKE_DETERMINE_COMPILER_ID_BUILD lang testflags userflags src )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(484): function(CMAKE_DETERMINE_COMPILER_ID_MATCH_VENDOR lang output )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(495): function(CMAKE_DETERMINE_COMPILER_ID_CHECK lang file )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(698): function(CMAKE_DETERMINE_COMPILER_ID_VENDOR lang userflags )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(745): function(CMAKE_DETERMINE_MSVC_SHOWINCLUDES_PREFIX lang userflags )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(770): function(CMAKE_DIAGNOSE_UNSUPPORTED_CLANG lang envvar )
/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake(112): CMAKE_DETERMINE_COMPILER_ID(C CFLAGS CMakeCCompilerId.c )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(11): string(STRIP CMAKE_C_COMPILER_ID_ARG1 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(12): string(REGEX REPLACE + ; CMAKE_C_COMPILER_ID_ARG1 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(15): if(CMAKE_C_FLAGS )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(17): else()
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(18): set(CMAKE_C_COMPILER_ID_FLAGS )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(20): string(REPLACE ; CMAKE_C_COMPILER_ID_FLAGS_LIST )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(23): set(CMAKE_C_COMPILER_ID_DIR /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CompilerIdC )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(27): foreach(userflags )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(28): foreach(testflags -c;-Aa;-D__CLASSIC_C__ )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(31): CMAKE_DETERMINE_COMPILER_ID_BUILD(C CMakeCCompilerId.c )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(160): file(REMOVE_RECURSE /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CompilerIdC )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(161): file(MAKE_DIRECTORY /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CompilerIdC )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(162): file(MAKE_DIRECTORY /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CompilerIdC/tmp )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(163): CMAKE_DETERMINE_COMPILER_ID_WRITE(C CMakeCCompilerId.c )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(141): find_file(src_in CMakeCCompilerId.c.in PATHS /usr/share/cmake-3.13/Modules NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(142): file(READ /usr/share/cmake-3.13/Modules/CMakeCCompilerId.c.in ID_CONTENT_IN )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(144): compiler_id_detection(CMAKE_C_COMPILER_ID_CONTENT C ID_STRING VERSION_STRINGS PLATFORM_DEFAULT_COMPILER )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(16): if(NOT lang STREQUAL Fortran AND NOT lang STREQUAL CSharp )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(17): file(GLOB lang_files /usr/share/cmake-3.13/Modules/Compiler/*-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(19): set(nonlang CXX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(20): if(lang STREQUAL CXX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(24): file(GLOB nonlang_files /usr/share/cmake-3.13/Modules/Compiler/*-CXX-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(26): list(REMOVE_ITEM lang_files /usr/share/cmake-3.13/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/HP-CXX-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/XL-CXX-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(29): set(files /usr/share/cmake-3.13/Modules/Compiler/ADSP-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/ARMCC-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/AppleClang-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Borland-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Bruce-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Compaq-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Cray-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Embarcadero-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Fujitsu-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/GHS-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/GNU-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/HP-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/IAR-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Intel-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/MIPSpro-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/MSVC-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/NVIDIA-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/PGI-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/PathScale-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/SCO-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/SDCC-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/SunPro-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/TI-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Watcom-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/XL-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/zOS-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(30): if(files )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(31): foreach(file /usr/share/cmake-3.13/Modules/Compiler/ADSP-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/ARMCC-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/AppleClang-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Borland-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Bruce-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Compaq-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Cray-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Embarcadero-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Fujitsu-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/GHS-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/GNU-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/HP-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/IAR-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Intel-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/MIPSpro-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/MSVC-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/NVIDIA-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/PGI-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/PathScale-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/SCO-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/SDCC-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/SunPro-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/TI-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Watcom-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/XL-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/zOS-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/ADSP-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/ADSP-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/ADSP-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) )
/usr/share/cmake-3.13/Modules/Compiler/ADSP-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF)
#endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/ADSP-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId ADSP-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_ADSP
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF)
#endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_ADSP PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_ADSP defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/ARMCC-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/ARMCC-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/ARMCC-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__ARMCC_VERSION) )
/usr/share/cmake-3.13/Modules/Compiler/ARMCC-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/ARMCC-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId ARMCC-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_ARMCC
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#endif
PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_ARMCC PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_ARMCC defined(__ARMCC_VERSION) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/AppleClang-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/AppleClang-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/AppleClang-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__clang__) && defined(__apple_build_version__) )
/usr/share/cmake-3.13/Modules/Compiler/AppleClang-DetermineCompiler.cmake(4): include(/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompilerInternal.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(2): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif )
/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(12): set(_compiler_id_simulate
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif )
/usr/share/cmake-3.13/Modules/Compiler/AppleClang-DetermineCompiler.cmake(6): string(APPEND _compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/AppleClang-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId AppleClang-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_AppleClang
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_AppleClang
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_AppleClang defined(__clang__) && defined(__apple_build_version__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/Borland-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/Borland-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Borland-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__BORLANDC__) )
/usr/share/cmake-3.13/Modules/Compiler/Borland-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __BORLANDC__ = 0xVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/Borland-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Borland-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Borland
/* __BORLANDC__ = 0xVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Borland PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Borland defined(__BORLANDC__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/Bruce-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/Bruce-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Bruce-C-DetermineCompiler.cmake(1): set(_compiler_id_pp_test defined(__BCC__) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/Bruce-C-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Bruce-C-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Bruce PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Bruce PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Bruce defined(__BCC__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__clang__) )
/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompiler.cmake(4): include(/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompilerInternal.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(2): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif )
/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(12): set(_compiler_id_simulate
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Clang-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Clang
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Clang
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Clang defined(__clang__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/Compaq-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/Compaq-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Compaq-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__DECC) )
/usr/share/cmake-3.13/Modules/Compiler/Compaq-C-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __DECC_VER = VVRRTPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/Compaq-C-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Compaq-C-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Compaq
/* __DECC_VER = VVRRTPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Compaq PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Compaq defined(__DECC) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/Cray-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/Cray-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Cray-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(_CRAYC) )
/usr/share/cmake-3.13/Modules/Compiler/Cray-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/Cray-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Cray-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Cray
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Cray PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Cray defined(_CRAYC) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/Embarcadero-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/Embarcadero-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Embarcadero-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) )
/usr/share/cmake-3.13/Modules/Compiler/Embarcadero-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/Embarcadero-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Embarcadero-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Embarcadero
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Embarcadero PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Embarcadero defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/Fujitsu-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/Fujitsu-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Fujitsu-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/Fujitsu-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Fujitsu-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Fujitsu PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Fujitsu PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Fujitsu defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/GHS-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/GHS-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/GHS-DetermineCompiler.cmake(1): set(_compiler_id_pp_test defined(__INTEGRITY) )
/usr/share/cmake-3.13/Modules/Compiler/GHS-DetermineCompiler.cmake(3): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/GHS-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId GHS-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_GHS
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_GHS PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_GHS defined(__INTEGRITY) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/GNU-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/GNU-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/GNU-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__GNUC__) )
/usr/share/cmake-3.13/Modules/Compiler/GNU-C-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# if defined(__GNUC_MINOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/GNU-C-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId GNU-C-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_GNU
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# if defined(__GNUC_MINOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_GNU PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_GNU defined(__GNUC__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/HP-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/HP-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/HP-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__HP_cc) )
/usr/share/cmake-3.13/Modules/Compiler/HP-C-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __HP_cc = VVRRPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/HP-C-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId HP-C-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_HP
/* __HP_cc = VVRRPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_HP PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_HP defined(__HP_cc) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/IAR-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/IAR-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/IAR-DetermineCompiler.cmake(13): set(_compiler_id_pp_test defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) )
/usr/share/cmake-3.13/Modules/Compiler/IAR-DetermineCompiler.cmake(15): set(_compiler_id_version_compute
# if defined(__VER__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__)
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/IAR-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId IAR-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_IAR
# if defined(__VER__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_IAR PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_IAR defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/Intel-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/Intel-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Intel-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__INTEL_COMPILER) || defined(__ICC) )
/usr/share/cmake-3.13/Modules/Compiler/Intel-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __INTEL_COMPILER = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE)
# else
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif )
/usr/share/cmake-3.13/Modules/Compiler/Intel-DetermineCompiler.cmake(23): set(_compiler_id_simulate
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/Intel-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Intel-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Intel
/* __INTEL_COMPILER = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE)
# else
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Intel
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Intel defined(__INTEL_COMPILER) || defined(__ICC) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/MIPSpro-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/MIPSpro-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/MIPSpro-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) )
/usr/share/cmake-3.13/Modules/Compiler/MIPSpro-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10)
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/MIPSpro-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId MIPSpro-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_MIPSpro
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_MIPSpro PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_MIPSpro defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/MSVC-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/MSVC-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/MSVC-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(_MSC_VER) )
/usr/share/cmake-3.13/Modules/Compiler/MSVC-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* _MSC_VER = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD)
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/MSVC-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId MSVC-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_MSVC
/* _MSC_VER = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_MSVC PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_MSVC defined(_MSC_VER) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/NVIDIA-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/NVIDIA-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/NVIDIA-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__NVCC__) )
/usr/share/cmake-3.13/Modules/Compiler/NVIDIA-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# if defined(__CUDACC_VER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif )
/usr/share/cmake-3.13/Modules/Compiler/NVIDIA-DetermineCompiler.cmake(16): set(_compiler_id_simulate
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/NVIDIA-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId NVIDIA-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_NVIDIA
# if defined(__CUDACC_VER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_NVIDIA
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_NVIDIA defined(__NVCC__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__WATCOMC__) )
/usr/share/cmake-3.13/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __WATCOMC__ = VVRP + 1100 */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId OpenWatcom-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_OpenWatcom
/* __WATCOMC__ = VVRP + 1100 */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_OpenWatcom PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_OpenWatcom defined(__WATCOMC__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/PGI-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/PGI-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/PGI-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__PGI) )
/usr/share/cmake-3.13/Modules/Compiler/PGI-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__)
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/PGI-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId PGI-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_PGI
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_PGI PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_PGI defined(__PGI) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/PathScale-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/PathScale-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/PathScale-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__PATHCC__) )
/usr/share/cmake-3.13/Modules/Compiler/PathScale-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__)
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/PathScale-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId PathScale-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_PathScale
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_PathScale PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_PathScale defined(__PATHCC__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/SCO-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/SCO-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/SCO-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__SCO_VERSION__) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/SCO-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId SCO-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_SCO PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_SCO PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_SCO defined(__SCO_VERSION__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/SDCC-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/SDCC-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/SDCC-C-DetermineCompiler.cmake(4): set(_compiler_id_pp_test defined(__SDCC_VERSION_MAJOR) || defined(SDCC) )
/usr/share/cmake-3.13/Modules/Compiler/SDCC-C-DetermineCompiler.cmake(6): set(_compiler_id_version_compute
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR @MACRO_DEC@(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR @MACRO_DEC@(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH @MACRO_DEC@(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR @MACRO_DEC@(SDCC/100)
# define COMPILER_VERSION_MINOR @MACRO_DEC@(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH @MACRO_DEC@(SDCC % 10)
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/SDCC-C-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId SDCC-C-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_SDCC
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR @MACRO_DEC@(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR @MACRO_DEC@(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH @MACRO_DEC@(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR @MACRO_DEC@(SDCC/100)
# define COMPILER_VERSION_MINOR @MACRO_DEC@(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH @MACRO_DEC@(SDCC % 10)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_SDCC PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_SDCC defined(__SDCC_VERSION_MAJOR) || defined(SDCC) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/SunPro-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/SunPro-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/SunPro-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__SUNPRO_C) )
/usr/share/cmake-3.13/Modules/Compiler/SunPro-C-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF)
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/SunPro-C-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId SunPro-C-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_SunPro
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_SunPro PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_SunPro defined(__SUNPRO_C) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/TI-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/TI-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/TI-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__TI_COMPILER_VERSION__) )
/usr/share/cmake-3.13/Modules/Compiler/TI-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/TI-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId TI-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_TI
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_TI PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_TI defined(__TI_COMPILER_VERSION__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__TINYC__) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId TinyCC-C-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_TinyCC PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_TinyCC PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_TinyCC defined(__TINYC__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 )
/usr/share/cmake-3.13/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake(4): include(/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake )
/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake(2): set(_compiler_id_version_compute
# if defined(__ibmxl__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId VisualAge-C-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_VisualAge
# if defined(__ibmxl__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)
# endif
PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_VisualAge PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_VisualAge defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/Watcom-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/Watcom-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Watcom-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__WATCOMC__) && __WATCOMC__ < 1200 )
/usr/share/cmake-3.13/Modules/Compiler/Watcom-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __WATCOMC__ = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/Watcom-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Watcom-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Watcom
/* __WATCOMC__ = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Watcom PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Watcom defined(__WATCOMC__) && __WATCOMC__ < 1200 PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/XL-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/XL-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/XL-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__ibmxl__) || (defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800) )
/usr/share/cmake-3.13/Modules/Compiler/XL-C-DetermineCompiler.cmake(4): include(/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake )
/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake(2): set(_compiler_id_version_compute
# if defined(__ibmxl__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/XL-C-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId XL-C-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_XL
# if defined(__ibmxl__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)
# endif
PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_XL PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_XL defined(__ibmxl__) || (defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/zOS-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/zOS-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/zOS-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__IBMC__) && defined(__COMPILER_VER__) )
/usr/share/cmake-3.13/Modules/Compiler/zOS-C-DetermineCompiler.cmake(4): include(/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake )
/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake(2): set(_compiler_id_version_compute
# if defined(__ibmxl__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/zOS-C-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId zOS-C-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_zOS
# if defined(__ibmxl__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)
# endif
PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_zOS PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_zOS defined(__IBMC__) && defined(__COMPILER_VER__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(35): set(options ID_STRING VERSION_STRINGS ID_DEFINE PLATFORM_DEFAULT_COMPILER )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(36): set(oneValueArgs PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(37): cmake_parse_arguments(CID ID_STRING;VERSION_STRINGS;ID_DEFINE;PLATFORM_DEFAULT_COMPILER PREFIX ID_STRING;VERSION_STRINGS;PLATFORM_DEFAULT_COMPILER )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(38): if(CID_UNPARSED_ARGUMENTS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(44): if(lang STREQUAL CXX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(49): list(APPEND ordered_compilers Intel PathScale Embarcadero Borland Watcom OpenWatcom SunPro HP Compaq zOS XL VisualAge PGI Cray TI Fujitsu )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(67): if(lang STREQUAL C )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(68): list(APPEND ordered_compilers TinyCC Bruce )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(73): list(APPEND ordered_compilers SCO AppleClang Clang GNU MSVC ADSP IAR ARMCC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(83): if(lang STREQUAL C )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(84): list(APPEND ordered_compilers SDCC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(88): list(APPEND ordered_compilers MIPSpro )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(92): if(lang STREQUAL CUDA )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(96): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(102): set(pp_if #if )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(103): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(104): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(108): foreach(Id Intel;PathScale;Embarcadero;Borland;Watcom;OpenWatcom;SunPro;HP;Compaq;zOS;XL;VisualAge;PGI;Cray;TI;Fujitsu;TinyCC;Bruce;SCO;AppleClang;Clang;GNU;MSVC;ADSP;IAR;ARMCC;SDCC;MIPSpro )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_Intel )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #if defined(__INTEL_COMPILER) || defined(__ICC)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
/* __INTEL_COMPILER = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE)
# else
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
/* __INTEL_COMPILER = VRP */
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
/* __INTEL_COMPILER = VRP */
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_PathScale )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__PATHCC__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "PathScale" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_Embarcadero )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "Embarcadero" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF) VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_Borland )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__BORLANDC__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "Borland" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
/* __BORLANDC__ = 0xVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF) VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_Watcom )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__WATCOMC__) && __WATCOMC__ < 1200
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "Watcom" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
/* __WATCOMC__ = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_OpenWatcom )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__WATCOMC__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "OpenWatcom" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
/* __WATCOMC__ = VVRP + 1100 */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_SunPro )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__SUNPRO_C)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "SunPro" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__SUNPRO_C)
# define COMPILER_ID "SunPro"
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_HP )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__HP_cc)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "HP" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
/* __HP_cc = VVRRPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100) VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
/* __HP_cc = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__HP_cc)
# define COMPILER_ID "HP"
/* __HP_cc = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_Compaq )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__DECC)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "Compaq" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
/* __DECC_VER = VVRRTPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000) VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
/* __DECC_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__DECC)
# define COMPILER_ID "Compaq"
/* __DECC_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_zOS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__IBMC__) && defined(__COMPILER_VER__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "zOS" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# if defined(__ibmxl__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)
# endif
VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_XL )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__ibmxl__) || (defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "XL" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# if defined(__ibmxl__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)
# endif
VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__ibmxl__) || (defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800)
# define COMPILER_ID "XL"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_VisualAge )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "VisualAge" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# if defined(__ibmxl__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)
# endif
VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
# define COMPILER_ID "VisualAge"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_PGI )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__PGI)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "PGI" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_Cray )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(_CRAYC)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "Cray" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR) VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_TI )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__TI_COMPILER_VERSION__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "TI" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000) VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_Fujitsu )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "Fujitsu" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
# define COMPILER_ID "Fujitsu"
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_TinyCC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__TINYC__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "TinyCC" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__TINYC__)
# define COMPILER_ID "TinyCC"
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_Bruce )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__BCC__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "Bruce" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__BCC__)
# define COMPILER_ID "Bruce"
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_SCO )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__SCO_VERSION__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "SCO" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_AppleClang )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__clang__) && defined(__apple_build_version__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__) VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_Clang )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__clang__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_GNU )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__GNUC__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "GNU" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# if defined(__GNUC_MINOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_MSVC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(_MSC_VER)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "MSVC" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
/* _MSC_VER = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_ADSP )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "ADSP" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF)
#endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
#endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
# define COMPILER_ID "ADSP"
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
#endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_IAR )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "IAR" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# if defined(__VER__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# if defined(__VER__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_ARMCC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__ARMCC_VERSION)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "ARMCC" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#endif
VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__ARMCC_VERSION)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_SDCC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "SDCC" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR @MACRO_DEC@(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR @MACRO_DEC@(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH @MACRO_DEC@(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR @MACRO_DEC@(SDCC/100)
# define COMPILER_VERSION_MINOR @MACRO_DEC@(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH @MACRO_DEC@(SDCC % 10)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
# define COMPILER_ID "SDCC"
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_MIPSpro )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "MIPSpro" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
# define COMPILER_ID "MIPSpro"
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(133): if(CID_PLATFORM_DEFAULT_COMPILER )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(134): set(platform_compiler_detection
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__sgi)
# define COMPILER_ID "MIPSpro"
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID "" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(148): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__sgi)
# define COMPILER_ID "MIPSpro"
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(151): set(CMAKE_C_COMPILER_ID_CONTENT
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
/* __INTEL_COMPILER = VRP */
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__SUNPRO_C)
# define COMPILER_ID "SunPro"
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# endif
#elif defined(__HP_cc)
# define COMPILER_ID "HP"
/* __HP_cc = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
#elif defined(__DECC)
# define COMPILER_ID "Compaq"
/* __DECC_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
#elif defined(__ibmxl__) || (defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800)
# define COMPILER_ID "XL"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
# define COMPILER_ID "VisualAge"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
# define COMPILER_ID "Fujitsu"
#elif defined(__TINYC__)
# define COMPILER_ID "TinyCC"
#elif defined(__BCC__)
# define COMPILER_ID "Bruce"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
# define COMPILER_ID "ADSP"
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
#endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
#elif defined(__ARMCC_VERSION)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
# define COMPILER_ID "SDCC"
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
# endif
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
# define COMPILER_ID "MIPSpro"
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
# endif
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__sgi)
# define COMPILER_ID "MIPSpro"
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(150): unset(src_in CACHE )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(151): string(CONFIGURE #ifdef __cplusplus
# error "A C++ compiler has been selected for C."
#endif
#if defined(__18CXX)
# define ID_VOID_MAIN
#endif
#if defined(__CLASSIC_C__)
/* cv-qualifiers did not exist in K&R C */
# define const
# define volatile
#endif
@CMAKE_C_COMPILER_ID_CONTENT@
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
#ifdef SIMULATE_ID
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
#endif
#ifdef __QNXNTO__
char const* qnxnto = "INFO" ":" "qnxnto[]";
#endif
#if defined(__CRAYXE) || defined(__CRAYXC)
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
#endif
@CMAKE_C_COMPILER_ID_PLATFORM_CONTENT@
@CMAKE_C_COMPILER_ID_ERROR_FOR_TEST@
#if !defined(__STDC__)
# if (defined(_MSC_VER) && !defined(__clang__)) \
|| (defined(__ibmxl__) || defined(__IBMC__))
# define C_DIALECT "90"
# else
# define C_DIALECT
# endif
#elif __STDC_VERSION__ >= 201000L
# define C_DIALECT "11"
#elif __STDC_VERSION__ >= 199901L
# define C_DIALECT "99"
#else
# define C_DIALECT "90"
#endif
const char* info_language_dialect_default =
"INFO" ":" "dialect_default[" C_DIALECT "]";
/*--------------------------------------------------------------------------*/
#ifdef ID_VOID_MAIN
void main() {}
#else
# if defined(__CLASSIC_C__)
int main(argc, argv) int argc; char *argv[];
# else
int main(int argc, char* argv[])
# endif
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
require += info_arch[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
#ifdef COMPILER_VERSION_INTERNAL
require += info_version_internal[argc];
#endif
#ifdef SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXE) || defined(__CRAYXC)
require += info_cray[argc];
#endif
require += info_language_dialect_default[argc];
(void)argv;
return require;
}
#endif
ID_CONTENT_OUT @ONLY )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(152): file(WRITE /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CompilerIdC/CMakeCCompilerId.c #ifdef __cplusplus
# error "A C++ compiler has been selected for C."
#endif
#if defined(__18CXX)
# define ID_VOID_MAIN
#endif
#if defined(__CLASSIC_C__)
/* cv-qualifiers did not exist in K&R C */
# define const
# define volatile
#endif
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
/* __INTEL_COMPILER = VRP */
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__SUNPRO_C)
# define COMPILER_ID "SunPro"
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# endif
#elif defined(__HP_cc)
# define COMPILER_ID "HP"
/* __HP_cc = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
#elif defined(__DECC)
# define COMPILER_ID "Compaq"
/* __DECC_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
#elif defined(__ibmxl__) || (defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800)
# define COMPILER_ID "XL"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
# define COMPILER_ID "VisualAge"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
# define COMPILER_ID "Fujitsu"
#elif defined(__TINYC__)
# define COMPILER_ID "TinyCC"
#elif defined(__BCC__)
# define COMPILER_ID "Bruce"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
# define COMPILER_ID "ADSP"
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
#endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
#elif defined(__ARMCC_VERSION)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
# define COMPILER_ID "SDCC"
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
# endif
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
# define COMPILER_ID "MIPSpro"
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
# endif
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__sgi)
# define COMPILER_ID "MIPSpro"
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
#ifdef SIMULATE_ID
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
#endif
#ifdef __QNXNTO__
char const* qnxnto = "INFO" ":" "qnxnto[]";
#endif
#if defined(__CRAYXE) || defined(__CRAYXC)
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
#endif
#define STRINGIFY_HELPER(X) #X
#define STRINGIFY(X) STRINGIFY_HELPER(X)
/* Identify known platforms by name. */
#if defined(__linux) || defined(__linux__) || defined(linux)
# define PLATFORM_ID "Linux"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
# define PLATFORM_ID "IRIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU__)
# define PLATFORM_ID "Haiku"
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)
# define PLATFORM_ID "MP-RAS"
#elif defined(__osf) || defined(__osf__)
# define PLATFORM_ID "OSF1"
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
# define PLATFORM_ID "SCO_SV"
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
# define PLATFORM_ID "ULTRIX"
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
# define PLATFORM_ID "Xenix"
#elif defined(__WATCOMC__)
# if defined(__LINUX__)
# define PLATFORM_ID "Linux"
# elif defined(__DOS__)
# define PLATFORM_ID "DOS"
# elif defined(__OS2__)
# define PLATFORM_ID "OS2"
# elif defined(__WINDOWS__)
# define PLATFORM_ID "Windows3x"
# else /* unknown platform */
# define PLATFORM_ID
# endif
#else /* unknown platform */
# define PLATFORM_ID
#endif
/* For windows compilers MSVC and Intel we can determine
the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/
#if defined(_WIN32) && defined(_MSC_VER)
# if defined(_M_IA64)
# define ARCHITECTURE_ID "IA64"
# elif defined(_M_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# elif defined(_M_ARM64)
# define ARCHITECTURE_ID "ARM64"
# elif defined(_M_ARM)
# if _M_ARM == 4
# define ARCHITECTURE_ID "ARMV4I"
# elif _M_ARM == 5
# define ARCHITECTURE_ID "ARMV5I"
# else
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
# endif
# elif defined(_M_MIPS)
# define ARCHITECTURE_ID "MIPS"
# elif defined(_M_SH)
# define ARCHITECTURE_ID "SHx"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__WATCOMC__)
# if defined(_M_I86)
# define ARCHITECTURE_ID "I86"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# if defined(__ICCARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__ICCAVR__)
# define ARCHITECTURE_ID "AVR"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#else
# define ARCHITECTURE_ID
#endif
/* Convert integer to decimal digit literals. */
#define DEC(n) \
('0' + (((n) / 10000000)%10)), \
('0' + (((n) / 1000000)%10)), \
('0' + (((n) / 100000)%10)), \
('0' + (((n) / 10000)%10)), \
('0' + (((n) / 1000)%10)), \
('0' + (((n) / 100)%10)), \
('0' + (((n) / 10)%10)), \
('0' + ((n) % 10))
/* Convert integer to hex digit literals. */
#define HEX(n) \
('0' + ((n)>>28 & 0xF)), \
('0' + ((n)>>24 & 0xF)), \
('0' + ((n)>>20 & 0xF)), \
('0' + ((n)>>16 & 0xF)), \
('0' + ((n)>>12 & 0xF)), \
('0' + ((n)>>8 & 0xF)), \
('0' + ((n)>>4 & 0xF)), \
('0' + ((n) & 0xF))
/* Construct a string literal encoding the version number components. */
#ifdef COMPILER_VERSION_MAJOR
char const info_version[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
COMPILER_VERSION_MAJOR,
# ifdef COMPILER_VERSION_MINOR
'.', COMPILER_VERSION_MINOR,
# ifdef COMPILER_VERSION_PATCH
'.', COMPILER_VERSION_PATCH,
# ifdef COMPILER_VERSION_TWEAK
'.', COMPILER_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct a string literal encoding the internal version number. */
#ifdef COMPILER_VERSION_INTERNAL
char const info_version_internal[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
'i','n','t','e','r','n','a','l','[',
COMPILER_VERSION_INTERNAL,']','\0'};
#endif
/* Construct a string literal encoding the version number components. */
#ifdef SIMULATE_VERSION_MAJOR
char const info_simulate_version[] = {
'I', 'N', 'F', 'O', ':',
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
SIMULATE_VERSION_MAJOR,
# ifdef SIMULATE_VERSION_MINOR
'.', SIMULATE_VERSION_MINOR,
# ifdef SIMULATE_VERSION_PATCH
'.', SIMULATE_VERSION_PATCH,
# ifdef SIMULATE_VERSION_TWEAK
'.', SIMULATE_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
#if !defined(__STDC__)
# if (defined(_MSC_VER) && !defined(__clang__)) \
|| (defined(__ibmxl__) || defined(__IBMC__))
# define C_DIALECT "90"
# else
# define C_DIALECT
# endif
#elif __STDC_VERSION__ >= 201000L
# define C_DIALECT "11"
#elif __STDC_VERSION__ >= 199901L
# define C_DIALECT "99"
#else
# define C_DIALECT "90"
#endif
const char* info_language_dialect_default =
"INFO" ":" "dialect_default[" C_DIALECT "]";
/*--------------------------------------------------------------------------*/
#ifdef ID_VOID_MAIN
void main() {}
#else
# if defined(__CLASSIC_C__)
int main(argc, argv) int argc; char *argv[];
# else
int main(int argc, char* argv[])
# endif
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
require += info_arch[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
#ifdef COMPILER_VERSION_INTERNAL
require += info_version_internal[argc];
#endif
#ifdef SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXE) || defined(__CRAYXC)
require += info_cray[argc];
#endif
require += info_language_dialect_default[argc];
(void)argv;
return require;
}
#endif
)
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(166): set(COMPILER_DESCRIPTION Compiler: /usr/bin/arm-none-eabi-gcc
Build flags:
Id flags:
)
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(173): if(Unix Makefiles MATCHES Visual Studio ([0-9]+) )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(315): elseif(Unix Makefiles MATCHES Xcode )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(394): else()
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(395): execute_process(COMMAND /usr/bin/arm-none-eabi-gcc CMakeCCompilerId.c WORKING_DIRECTORY /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CompilerIdC OUTPUT_VARIABLE CMAKE_C_COMPILER_ID_OUTPUT ERROR_VARIABLE CMAKE_C_COMPILER_ID_OUTPUT RESULT_VARIABLE CMAKE_C_COMPILER_ID_RESULT )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(410): if(CMAKE_C_COMPILER_ID_RESULT OR CMAKE_C_COMPILER_ID_OUTPUT MATCHES Bad # preprocessor line )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(415): set(MSG Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /usr/bin/arm-none-eabi-gcc
Build flags:
Id flags:
The output was:
1
/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/ld: /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/libc.a(lib_a-exit.o): in function `exit':
/build/newlib-hTUQk9/newlib-3.1.0.20181231/build/arm-none-eabi/newlib/libc/stdlib/../../../../../newlib/libc/stdlib/exit.c:64: undefined reference to `_exit'
collect2: error: ld returned 1 exit status
)
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(423): file(APPEND /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/CMakeError.log Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /usr/bin/arm-none-eabi-gcc
Build flags:
Id flags:
The output was:
1
/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/ld: /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/libc.a(lib_a-exit.o): in function `exit':
/build/newlib-hTUQk9/newlib-3.1.0.20181231/build/arm-none-eabi/newlib/libc/stdlib/../../../../../newlib/libc/stdlib/exit.c:64: undefined reference to `_exit'
collect2: error: ld returned 1 exit status
)
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(429): set(COMPILER_C_PRODUCED_FILES )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(430): set(COMPILER_C_PRODUCED_OUTPUT )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(477): set(COMPILER_C_PRODUCED_FILES PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(478): set(COMPILER_C_PRODUCED_OUTPUT PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(32): CMAKE_DETERMINE_COMPILER_ID_MATCH_VENDOR(C )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(485): foreach(vendor )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(490): set(CMAKE_C_COMPILER_ID PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(33): if(CMAKE_C_COMPILER_ID )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(36): foreach(file )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(39): if(CMAKE_C_COMPILER_ID )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(31): CMAKE_DETERMINE_COMPILER_ID_BUILD(C -c CMakeCCompilerId.c )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(160): file(REMOVE_RECURSE /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CompilerIdC )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(161): file(MAKE_DIRECTORY /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CompilerIdC )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(162): file(MAKE_DIRECTORY /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CompilerIdC/tmp )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(163): CMAKE_DETERMINE_COMPILER_ID_WRITE(C CMakeCCompilerId.c )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(141): find_file(src_in CMakeCCompilerId.c.in PATHS /usr/share/cmake-3.13/Modules NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(142): file(READ /usr/share/cmake-3.13/Modules/CMakeCCompilerId.c.in ID_CONTENT_IN )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(144): compiler_id_detection(CMAKE_C_COMPILER_ID_CONTENT C ID_STRING VERSION_STRINGS PLATFORM_DEFAULT_COMPILER )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(16): if(NOT lang STREQUAL Fortran AND NOT lang STREQUAL CSharp )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(17): file(GLOB lang_files /usr/share/cmake-3.13/Modules/Compiler/*-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(19): set(nonlang CXX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(20): if(lang STREQUAL CXX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(24): file(GLOB nonlang_files /usr/share/cmake-3.13/Modules/Compiler/*-CXX-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(26): list(REMOVE_ITEM lang_files /usr/share/cmake-3.13/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/HP-CXX-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/XL-CXX-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(29): set(files /usr/share/cmake-3.13/Modules/Compiler/ADSP-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/ARMCC-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/AppleClang-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Borland-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Bruce-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Compaq-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Cray-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Embarcadero-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Fujitsu-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/GHS-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/GNU-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/HP-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/IAR-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Intel-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/MIPSpro-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/MSVC-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/NVIDIA-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/PGI-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/PathScale-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/SCO-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/SDCC-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/SunPro-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/TI-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Watcom-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/XL-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/zOS-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(30): if(files )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(31): foreach(file /usr/share/cmake-3.13/Modules/Compiler/ADSP-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/ARMCC-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/AppleClang-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Borland-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Bruce-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Compaq-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Cray-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Embarcadero-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Fujitsu-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/GHS-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/GNU-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/HP-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/IAR-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Intel-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/MIPSpro-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/MSVC-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/NVIDIA-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/PGI-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/PathScale-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/SCO-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/SDCC-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/SunPro-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/TI-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/Watcom-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/XL-C-DetermineCompiler.cmake;/usr/share/cmake-3.13/Modules/Compiler/zOS-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/ADSP-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/ADSP-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/ADSP-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) )
/usr/share/cmake-3.13/Modules/Compiler/ADSP-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF)
#endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/ADSP-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId ADSP-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_ADSP
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF)
#endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_ADSP PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_ADSP defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/ARMCC-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/ARMCC-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/ARMCC-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__ARMCC_VERSION) )
/usr/share/cmake-3.13/Modules/Compiler/ARMCC-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/ARMCC-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId ARMCC-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_ARMCC
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#endif
PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_ARMCC PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_ARMCC defined(__ARMCC_VERSION) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/AppleClang-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/AppleClang-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/AppleClang-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__clang__) && defined(__apple_build_version__) )
/usr/share/cmake-3.13/Modules/Compiler/AppleClang-DetermineCompiler.cmake(4): include(/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompilerInternal.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(2): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif )
/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(12): set(_compiler_id_simulate
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif )
/usr/share/cmake-3.13/Modules/Compiler/AppleClang-DetermineCompiler.cmake(6): string(APPEND _compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/AppleClang-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId AppleClang-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_AppleClang
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_AppleClang
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_AppleClang defined(__clang__) && defined(__apple_build_version__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/Borland-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/Borland-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Borland-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__BORLANDC__) )
/usr/share/cmake-3.13/Modules/Compiler/Borland-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __BORLANDC__ = 0xVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/Borland-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Borland-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Borland
/* __BORLANDC__ = 0xVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Borland PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Borland defined(__BORLANDC__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/Bruce-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/Bruce-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Bruce-C-DetermineCompiler.cmake(1): set(_compiler_id_pp_test defined(__BCC__) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/Bruce-C-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Bruce-C-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Bruce PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Bruce PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Bruce defined(__BCC__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__clang__) )
/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompiler.cmake(4): include(/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompilerInternal.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(2): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif )
/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(12): set(_compiler_id_simulate
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Clang-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Clang
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Clang
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Clang defined(__clang__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/Compaq-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/Compaq-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Compaq-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__DECC) )
/usr/share/cmake-3.13/Modules/Compiler/Compaq-C-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __DECC_VER = VVRRTPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/Compaq-C-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Compaq-C-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Compaq
/* __DECC_VER = VVRRTPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Compaq PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Compaq defined(__DECC) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/Cray-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/Cray-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Cray-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(_CRAYC) )
/usr/share/cmake-3.13/Modules/Compiler/Cray-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/Cray-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Cray-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Cray
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Cray PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Cray defined(_CRAYC) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/Embarcadero-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/Embarcadero-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Embarcadero-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) )
/usr/share/cmake-3.13/Modules/Compiler/Embarcadero-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/Embarcadero-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Embarcadero-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Embarcadero
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Embarcadero PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Embarcadero defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/Fujitsu-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/Fujitsu-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Fujitsu-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/Fujitsu-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Fujitsu-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Fujitsu PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Fujitsu PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Fujitsu defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/GHS-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/GHS-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/GHS-DetermineCompiler.cmake(1): set(_compiler_id_pp_test defined(__INTEGRITY) )
/usr/share/cmake-3.13/Modules/Compiler/GHS-DetermineCompiler.cmake(3): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/GHS-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId GHS-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_GHS
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_GHS PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_GHS defined(__INTEGRITY) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/GNU-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/GNU-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/GNU-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__GNUC__) )
/usr/share/cmake-3.13/Modules/Compiler/GNU-C-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# if defined(__GNUC_MINOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/GNU-C-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId GNU-C-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_GNU
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# if defined(__GNUC_MINOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_GNU PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_GNU defined(__GNUC__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/HP-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/HP-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/HP-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__HP_cc) )
/usr/share/cmake-3.13/Modules/Compiler/HP-C-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __HP_cc = VVRRPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/HP-C-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId HP-C-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_HP
/* __HP_cc = VVRRPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_HP PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_HP defined(__HP_cc) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/IAR-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/IAR-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/IAR-DetermineCompiler.cmake(13): set(_compiler_id_pp_test defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) )
/usr/share/cmake-3.13/Modules/Compiler/IAR-DetermineCompiler.cmake(15): set(_compiler_id_version_compute
# if defined(__VER__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__)
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/IAR-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId IAR-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_IAR
# if defined(__VER__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_IAR PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_IAR defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/Intel-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/Intel-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Intel-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__INTEL_COMPILER) || defined(__ICC) )
/usr/share/cmake-3.13/Modules/Compiler/Intel-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __INTEL_COMPILER = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE)
# else
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif )
/usr/share/cmake-3.13/Modules/Compiler/Intel-DetermineCompiler.cmake(23): set(_compiler_id_simulate
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/Intel-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Intel-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Intel
/* __INTEL_COMPILER = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE)
# else
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Intel
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Intel defined(__INTEL_COMPILER) || defined(__ICC) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/MIPSpro-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/MIPSpro-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/MIPSpro-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) )
/usr/share/cmake-3.13/Modules/Compiler/MIPSpro-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10)
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/MIPSpro-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId MIPSpro-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_MIPSpro
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_MIPSpro PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_MIPSpro defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/MSVC-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/MSVC-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/MSVC-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(_MSC_VER) )
/usr/share/cmake-3.13/Modules/Compiler/MSVC-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* _MSC_VER = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD)
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/MSVC-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId MSVC-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_MSVC
/* _MSC_VER = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_MSVC PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_MSVC defined(_MSC_VER) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/NVIDIA-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/NVIDIA-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/NVIDIA-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__NVCC__) )
/usr/share/cmake-3.13/Modules/Compiler/NVIDIA-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# if defined(__CUDACC_VER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif )
/usr/share/cmake-3.13/Modules/Compiler/NVIDIA-DetermineCompiler.cmake(16): set(_compiler_id_simulate
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/NVIDIA-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId NVIDIA-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_NVIDIA
# if defined(__CUDACC_VER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_NVIDIA
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_NVIDIA defined(__NVCC__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__WATCOMC__) )
/usr/share/cmake-3.13/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __WATCOMC__ = VVRP + 1100 */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId OpenWatcom-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_OpenWatcom
/* __WATCOMC__ = VVRP + 1100 */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_OpenWatcom PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_OpenWatcom defined(__WATCOMC__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/PGI-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/PGI-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/PGI-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__PGI) )
/usr/share/cmake-3.13/Modules/Compiler/PGI-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__)
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/PGI-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId PGI-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_PGI
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_PGI PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_PGI defined(__PGI) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/PathScale-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/PathScale-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/PathScale-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__PATHCC__) )
/usr/share/cmake-3.13/Modules/Compiler/PathScale-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__)
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/PathScale-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId PathScale-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_PathScale
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_PathScale PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_PathScale defined(__PATHCC__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/SCO-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/SCO-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/SCO-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__SCO_VERSION__) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/SCO-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId SCO-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_SCO PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_SCO PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_SCO defined(__SCO_VERSION__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/SDCC-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/SDCC-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/SDCC-C-DetermineCompiler.cmake(4): set(_compiler_id_pp_test defined(__SDCC_VERSION_MAJOR) || defined(SDCC) )
/usr/share/cmake-3.13/Modules/Compiler/SDCC-C-DetermineCompiler.cmake(6): set(_compiler_id_version_compute
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR @MACRO_DEC@(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR @MACRO_DEC@(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH @MACRO_DEC@(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR @MACRO_DEC@(SDCC/100)
# define COMPILER_VERSION_MINOR @MACRO_DEC@(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH @MACRO_DEC@(SDCC % 10)
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/SDCC-C-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId SDCC-C-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_SDCC
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR @MACRO_DEC@(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR @MACRO_DEC@(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH @MACRO_DEC@(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR @MACRO_DEC@(SDCC/100)
# define COMPILER_VERSION_MINOR @MACRO_DEC@(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH @MACRO_DEC@(SDCC % 10)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_SDCC PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_SDCC defined(__SDCC_VERSION_MAJOR) || defined(SDCC) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/SunPro-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/SunPro-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/SunPro-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__SUNPRO_C) )
/usr/share/cmake-3.13/Modules/Compiler/SunPro-C-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF)
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/SunPro-C-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId SunPro-C-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_SunPro
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_SunPro PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_SunPro defined(__SUNPRO_C) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/TI-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/TI-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/TI-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__TI_COMPILER_VERSION__) )
/usr/share/cmake-3.13/Modules/Compiler/TI-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/TI-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId TI-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_TI
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_TI PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_TI defined(__TI_COMPILER_VERSION__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__TINYC__) )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId TinyCC-C-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_TinyCC PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_TinyCC PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_TinyCC defined(__TINYC__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 )
/usr/share/cmake-3.13/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake(4): include(/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake )
/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake(2): set(_compiler_id_version_compute
# if defined(__ibmxl__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId VisualAge-C-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_VisualAge
# if defined(__ibmxl__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)
# endif
PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_VisualAge PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_VisualAge defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/Watcom-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/Watcom-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/Watcom-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__WATCOMC__) && __WATCOMC__ < 1200 )
/usr/share/cmake-3.13/Modules/Compiler/Watcom-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __WATCOMC__ = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/Watcom-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Watcom-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Watcom
/* __WATCOMC__ = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Watcom PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Watcom defined(__WATCOMC__) && __WATCOMC__ < 1200 PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/XL-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/XL-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/XL-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__ibmxl__) || (defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800) )
/usr/share/cmake-3.13/Modules/Compiler/XL-C-DetermineCompiler.cmake(4): include(/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake )
/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake(2): set(_compiler_id_version_compute
# if defined(__ibmxl__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/XL-C-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId XL-C-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_XL
# if defined(__ibmxl__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)
# endif
PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_XL PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_XL defined(__ibmxl__) || (defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(32): _readFile(/usr/share/cmake-3.13/Modules/Compiler/zOS-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(6): include(/usr/share/cmake-3.13/Modules/Compiler/zOS-C-DetermineCompiler.cmake )
/usr/share/cmake-3.13/Modules/Compiler/zOS-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__IBMC__) && defined(__COMPILER_VER__) )
/usr/share/cmake-3.13/Modules/Compiler/zOS-C-DetermineCompiler.cmake(4): include(/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake )
/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake(2): set(_compiler_id_version_compute
# if defined(__ibmxl__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /usr/share/cmake-3.13/Modules/Compiler/zOS-C-DetermineCompiler.cmake NAME_WE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId zOS-C-DetermineCompiler )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_zOS
# if defined(__ibmxl__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)
# endif
PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_zOS PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_zOS defined(__IBMC__) && defined(__COMPILER_VER__) PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(35): set(options ID_STRING VERSION_STRINGS ID_DEFINE PLATFORM_DEFAULT_COMPILER )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(36): set(oneValueArgs PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(37): cmake_parse_arguments(CID ID_STRING;VERSION_STRINGS;ID_DEFINE;PLATFORM_DEFAULT_COMPILER PREFIX ID_STRING;VERSION_STRINGS;PLATFORM_DEFAULT_COMPILER )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(38): if(CID_UNPARSED_ARGUMENTS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(44): if(lang STREQUAL CXX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(49): list(APPEND ordered_compilers Intel PathScale Embarcadero Borland Watcom OpenWatcom SunPro HP Compaq zOS XL VisualAge PGI Cray TI Fujitsu )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(67): if(lang STREQUAL C )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(68): list(APPEND ordered_compilers TinyCC Bruce )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(73): list(APPEND ordered_compilers SCO AppleClang Clang GNU MSVC ADSP IAR ARMCC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(83): if(lang STREQUAL C )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(84): list(APPEND ordered_compilers SDCC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(88): list(APPEND ordered_compilers MIPSpro )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(92): if(lang STREQUAL CUDA )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(96): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(102): set(pp_if #if )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(103): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(104): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(108): foreach(Id Intel;PathScale;Embarcadero;Borland;Watcom;OpenWatcom;SunPro;HP;Compaq;zOS;XL;VisualAge;PGI;Cray;TI;Fujitsu;TinyCC;Bruce;SCO;AppleClang;Clang;GNU;MSVC;ADSP;IAR;ARMCC;SDCC;MIPSpro )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_Intel )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #if defined(__INTEL_COMPILER) || defined(__ICC)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
/* __INTEL_COMPILER = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE)
# else
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
/* __INTEL_COMPILER = VRP */
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
/* __INTEL_COMPILER = VRP */
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_PathScale )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__PATHCC__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "PathScale" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_Embarcadero )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "Embarcadero" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF) VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_Borland )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__BORLANDC__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "Borland" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
/* __BORLANDC__ = 0xVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF) VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_Watcom )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__WATCOMC__) && __WATCOMC__ < 1200
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "Watcom" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
/* __WATCOMC__ = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_OpenWatcom )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__WATCOMC__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "OpenWatcom" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
/* __WATCOMC__ = VVRP + 1100 */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_SunPro )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__SUNPRO_C)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "SunPro" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__SUNPRO_C)
# define COMPILER_ID "SunPro"
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_HP )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__HP_cc)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "HP" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
/* __HP_cc = VVRRPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100) VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
/* __HP_cc = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__HP_cc)
# define COMPILER_ID "HP"
/* __HP_cc = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_Compaq )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__DECC)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "Compaq" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
/* __DECC_VER = VVRRTPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000) VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
/* __DECC_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__DECC)
# define COMPILER_ID "Compaq"
/* __DECC_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_zOS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__IBMC__) && defined(__COMPILER_VER__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "zOS" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# if defined(__ibmxl__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)
# endif
VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_XL )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__ibmxl__) || (defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "XL" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# if defined(__ibmxl__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)
# endif
VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__ibmxl__) || (defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800)
# define COMPILER_ID "XL"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_VisualAge )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "VisualAge" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# if defined(__ibmxl__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)
# endif
VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
# define COMPILER_ID "VisualAge"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_PGI )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__PGI)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "PGI" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_Cray )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(_CRAYC)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "Cray" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR) VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_TI )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__TI_COMPILER_VERSION__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "TI" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000) VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_Fujitsu )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "Fujitsu" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
# define COMPILER_ID "Fujitsu"
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_TinyCC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__TINYC__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "TinyCC" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__TINYC__)
# define COMPILER_ID "TinyCC"
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_Bruce )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__BCC__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "Bruce" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__BCC__)
# define COMPILER_ID "Bruce"
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_SCO )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__SCO_VERSION__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "SCO" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_AppleClang )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__clang__) && defined(__apple_build_version__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__) VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_Clang )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__clang__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_GNU )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__GNUC__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "GNU" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# if defined(__GNUC_MINOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_MSVC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(_MSC_VER)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "MSVC" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
/* _MSC_VER = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_ADSP )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "ADSP" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF)
#endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
#endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
# define COMPILER_ID "ADSP"
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
#endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_IAR )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "IAR" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# if defined(__VER__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# if defined(__VER__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_ARMCC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__ARMCC_VERSION)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "ARMCC" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#endif
VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__ARMCC_VERSION)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_SDCC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "SDCC" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR @MACRO_DEC@(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR @MACRO_DEC@(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH @MACRO_DEC@(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR @MACRO_DEC@(SDCC/100)
# define COMPILER_VERSION_MINOR @MACRO_DEC@(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH @MACRO_DEC@(SDCC % 10)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
# define COMPILER_ID "SDCC"
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(109): if(NOT _compiler_id_pp_test_MIPSpro )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(112): set(id_content #elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_ID_STRING )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(114): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(115): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(116): string(APPEND id_content # define COMPILER_ID "MIPSpro" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(118): if(CID_ID_DEFINE )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(122): if(CID_VERSION_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(123): set(PREFIX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(124): set(MACRO_DEC DEC )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(125): set(MACRO_HEX HEX )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(126): string(CONFIGURE
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10)
# endif VERSION_BLOCK @ONLY )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(127): string(APPEND id_content
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(129): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
# define COMPILER_ID "MIPSpro"
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
# endif
)
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(130): set(pp_if #elif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(133): if(CID_PLATFORM_DEFAULT_COMPILER )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(134): set(platform_compiler_detection
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__sgi)
# define COMPILER_ID "MIPSpro"
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID "" )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(148): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__sgi)
# define COMPILER_ID "MIPSpro"
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif )
/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake(151): set(CMAKE_C_COMPILER_ID_CONTENT
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
/* __INTEL_COMPILER = VRP */
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__SUNPRO_C)
# define COMPILER_ID "SunPro"
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# endif
#elif defined(__HP_cc)
# define COMPILER_ID "HP"
/* __HP_cc = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
#elif defined(__DECC)
# define COMPILER_ID "Compaq"
/* __DECC_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
#elif defined(__ibmxl__) || (defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800)
# define COMPILER_ID "XL"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
# define COMPILER_ID "VisualAge"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
# define COMPILER_ID "Fujitsu"
#elif defined(__TINYC__)
# define COMPILER_ID "TinyCC"
#elif defined(__BCC__)
# define COMPILER_ID "Bruce"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
# define COMPILER_ID "ADSP"
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
#endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
#elif defined(__ARMCC_VERSION)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
# define COMPILER_ID "SDCC"
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
# endif
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
# define COMPILER_ID "MIPSpro"
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
# endif
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__sgi)
# define COMPILER_ID "MIPSpro"
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(150): unset(src_in CACHE )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(151): string(CONFIGURE #ifdef __cplusplus
# error "A C++ compiler has been selected for C."
#endif
#if defined(__18CXX)
# define ID_VOID_MAIN
#endif
#if defined(__CLASSIC_C__)
/* cv-qualifiers did not exist in K&R C */
# define const
# define volatile
#endif
@CMAKE_C_COMPILER_ID_CONTENT@
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
#ifdef SIMULATE_ID
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
#endif
#ifdef __QNXNTO__
char const* qnxnto = "INFO" ":" "qnxnto[]";
#endif
#if defined(__CRAYXE) || defined(__CRAYXC)
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
#endif
@CMAKE_C_COMPILER_ID_PLATFORM_CONTENT@
@CMAKE_C_COMPILER_ID_ERROR_FOR_TEST@
#if !defined(__STDC__)
# if (defined(_MSC_VER) && !defined(__clang__)) \
|| (defined(__ibmxl__) || defined(__IBMC__))
# define C_DIALECT "90"
# else
# define C_DIALECT
# endif
#elif __STDC_VERSION__ >= 201000L
# define C_DIALECT "11"
#elif __STDC_VERSION__ >= 199901L
# define C_DIALECT "99"
#else
# define C_DIALECT "90"
#endif
const char* info_language_dialect_default =
"INFO" ":" "dialect_default[" C_DIALECT "]";
/*--------------------------------------------------------------------------*/
#ifdef ID_VOID_MAIN
void main() {}
#else
# if defined(__CLASSIC_C__)
int main(argc, argv) int argc; char *argv[];
# else
int main(int argc, char* argv[])
# endif
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
require += info_arch[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
#ifdef COMPILER_VERSION_INTERNAL
require += info_version_internal[argc];
#endif
#ifdef SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXE) || defined(__CRAYXC)
require += info_cray[argc];
#endif
require += info_language_dialect_default[argc];
(void)argv;
return require;
}
#endif
ID_CONTENT_OUT @ONLY )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(152): file(WRITE /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CompilerIdC/CMakeCCompilerId.c #ifdef __cplusplus
# error "A C++ compiler has been selected for C."
#endif
#if defined(__18CXX)
# define ID_VOID_MAIN
#endif
#if defined(__CLASSIC_C__)
/* cv-qualifiers did not exist in K&R C */
# define const
# define volatile
#endif
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
/* __INTEL_COMPILER = VRP */
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__SUNPRO_C)
# define COMPILER_ID "SunPro"
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# endif
#elif defined(__HP_cc)
# define COMPILER_ID "HP"
/* __HP_cc = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
#elif defined(__DECC)
# define COMPILER_ID "Compaq"
/* __DECC_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
#elif defined(__ibmxl__) || (defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800)
# define COMPILER_ID "XL"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
# define COMPILER_ID "VisualAge"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
# define COMPILER_ID "Fujitsu"
#elif defined(__TINYC__)
# define COMPILER_ID "TinyCC"
#elif defined(__BCC__)
# define COMPILER_ID "Bruce"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
# define COMPILER_ID "ADSP"
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
#endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
#elif defined(__ARMCC_VERSION)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
# define COMPILER_ID "SDCC"
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
# endif
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
# define COMPILER_ID "MIPSpro"
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
# endif
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__sgi)
# define COMPILER_ID "MIPSpro"
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
#ifdef SIMULATE_ID
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
#endif
#ifdef __QNXNTO__
char const* qnxnto = "INFO" ":" "qnxnto[]";
#endif
#if defined(__CRAYXE) || defined(__CRAYXC)
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
#endif
#define STRINGIFY_HELPER(X) #X
#define STRINGIFY(X) STRINGIFY_HELPER(X)
/* Identify known platforms by name. */
#if defined(__linux) || defined(__linux__) || defined(linux)
# define PLATFORM_ID "Linux"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
# define PLATFORM_ID "IRIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU__)
# define PLATFORM_ID "Haiku"
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)
# define PLATFORM_ID "MP-RAS"
#elif defined(__osf) || defined(__osf__)
# define PLATFORM_ID "OSF1"
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
# define PLATFORM_ID "SCO_SV"
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
# define PLATFORM_ID "ULTRIX"
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
# define PLATFORM_ID "Xenix"
#elif defined(__WATCOMC__)
# if defined(__LINUX__)
# define PLATFORM_ID "Linux"
# elif defined(__DOS__)
# define PLATFORM_ID "DOS"
# elif defined(__OS2__)
# define PLATFORM_ID "OS2"
# elif defined(__WINDOWS__)
# define PLATFORM_ID "Windows3x"
# else /* unknown platform */
# define PLATFORM_ID
# endif
#else /* unknown platform */
# define PLATFORM_ID
#endif
/* For windows compilers MSVC and Intel we can determine
the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/
#if defined(_WIN32) && defined(_MSC_VER)
# if defined(_M_IA64)
# define ARCHITECTURE_ID "IA64"
# elif defined(_M_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# elif defined(_M_ARM64)
# define ARCHITECTURE_ID "ARM64"
# elif defined(_M_ARM)
# if _M_ARM == 4
# define ARCHITECTURE_ID "ARMV4I"
# elif _M_ARM == 5
# define ARCHITECTURE_ID "ARMV5I"
# else
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
# endif
# elif defined(_M_MIPS)
# define ARCHITECTURE_ID "MIPS"
# elif defined(_M_SH)
# define ARCHITECTURE_ID "SHx"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__WATCOMC__)
# if defined(_M_I86)
# define ARCHITECTURE_ID "I86"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# if defined(__ICCARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__ICCAVR__)
# define ARCHITECTURE_ID "AVR"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#else
# define ARCHITECTURE_ID
#endif
/* Convert integer to decimal digit literals. */
#define DEC(n) \
('0' + (((n) / 10000000)%10)), \
('0' + (((n) / 1000000)%10)), \
('0' + (((n) / 100000)%10)), \
('0' + (((n) / 10000)%10)), \
('0' + (((n) / 1000)%10)), \
('0' + (((n) / 100)%10)), \
('0' + (((n) / 10)%10)), \
('0' + ((n) % 10))
/* Convert integer to hex digit literals. */
#define HEX(n) \
('0' + ((n)>>28 & 0xF)), \
('0' + ((n)>>24 & 0xF)), \
('0' + ((n)>>20 & 0xF)), \
('0' + ((n)>>16 & 0xF)), \
('0' + ((n)>>12 & 0xF)), \
('0' + ((n)>>8 & 0xF)), \
('0' + ((n)>>4 & 0xF)), \
('0' + ((n) & 0xF))
/* Construct a string literal encoding the version number components. */
#ifdef COMPILER_VERSION_MAJOR
char const info_version[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
COMPILER_VERSION_MAJOR,
# ifdef COMPILER_VERSION_MINOR
'.', COMPILER_VERSION_MINOR,
# ifdef COMPILER_VERSION_PATCH
'.', COMPILER_VERSION_PATCH,
# ifdef COMPILER_VERSION_TWEAK
'.', COMPILER_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct a string literal encoding the internal version number. */
#ifdef COMPILER_VERSION_INTERNAL
char const info_version_internal[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
'i','n','t','e','r','n','a','l','[',
COMPILER_VERSION_INTERNAL,']','\0'};
#endif
/* Construct a string literal encoding the version number components. */
#ifdef SIMULATE_VERSION_MAJOR
char const info_simulate_version[] = {
'I', 'N', 'F', 'O', ':',
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
SIMULATE_VERSION_MAJOR,
# ifdef SIMULATE_VERSION_MINOR
'.', SIMULATE_VERSION_MINOR,
# ifdef SIMULATE_VERSION_PATCH
'.', SIMULATE_VERSION_PATCH,
# ifdef SIMULATE_VERSION_TWEAK
'.', SIMULATE_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
#if !defined(__STDC__)
# if (defined(_MSC_VER) && !defined(__clang__)) \
|| (defined(__ibmxl__) || defined(__IBMC__))
# define C_DIALECT "90"
# else
# define C_DIALECT
# endif
#elif __STDC_VERSION__ >= 201000L
# define C_DIALECT "11"
#elif __STDC_VERSION__ >= 199901L
# define C_DIALECT "99"
#else
# define C_DIALECT "90"
#endif
const char* info_language_dialect_default =
"INFO" ":" "dialect_default[" C_DIALECT "]";
/*--------------------------------------------------------------------------*/
#ifdef ID_VOID_MAIN
void main() {}
#else
# if defined(__CLASSIC_C__)
int main(argc, argv) int argc; char *argv[];
# else
int main(int argc, char* argv[])
# endif
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
require += info_arch[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
#ifdef COMPILER_VERSION_INTERNAL
require += info_version_internal[argc];
#endif
#ifdef SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXE) || defined(__CRAYXC)
require += info_cray[argc];
#endif
require += info_language_dialect_default[argc];
(void)argv;
return require;
}
#endif
)
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(166): set(COMPILER_DESCRIPTION Compiler: /usr/bin/arm-none-eabi-gcc
Build flags:
Id flags: -c
)
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(173): if(Unix Makefiles MATCHES Visual Studio ([0-9]+) )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(315): elseif(Unix Makefiles MATCHES Xcode )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(394): else()
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(395): execute_process(COMMAND /usr/bin/arm-none-eabi-gcc -c CMakeCCompilerId.c WORKING_DIRECTORY /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CompilerIdC OUTPUT_VARIABLE CMAKE_C_COMPILER_ID_OUTPUT ERROR_VARIABLE CMAKE_C_COMPILER_ID_OUTPUT RESULT_VARIABLE CMAKE_C_COMPILER_ID_RESULT )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(410): if(CMAKE_C_COMPILER_ID_RESULT OR CMAKE_C_COMPILER_ID_OUTPUT MATCHES Bad # preprocessor line )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(431): else()
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(433): file(APPEND /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/CMakeOutput.log Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/arm-none-eabi-gcc
Build flags:
Id flags: -c
The output was:
0
)
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(444): string(REGEX REPLACE ([][]) [\1] _glob_id_dir /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CompilerIdC )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(445): file(GLOB files RELATIVE /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CompilerIdC /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CompilerIdC/* /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CompilerIdC/*.xctest/* )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(454): list(REMOVE_ITEM files CMakeCCompilerId.c )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(455): set(COMPILER_C_PRODUCED_FILES )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(456): foreach(file CMakeCCompilerId.o;tmp )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(457): if(NOT IS_DIRECTORY /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CompilerIdC/CMakeCCompilerId.o )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(458): list(APPEND COMPILER_C_PRODUCED_FILES CMakeCCompilerId.o )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(459): file(APPEND /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/CMakeOutput.log Compilation of the C compiler identification source " CMakeCCompilerId.c" produced "CMakeCCompilerId.o"
)
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(457): if(NOT IS_DIRECTORY /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CompilerIdC/tmp )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(465): if(NOT COMPILER_C_PRODUCED_FILES )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(473): set(COMPILER_C_PRODUCED_OUTPUT )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(477): set(COMPILER_C_PRODUCED_FILES CMakeCCompilerId.o PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(478): set(COMPILER_C_PRODUCED_OUTPUT PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(32): CMAKE_DETERMINE_COMPILER_ID_MATCH_VENDOR(C )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(485): foreach(vendor )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(490): set(CMAKE_C_COMPILER_ID PARENT_SCOPE )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(33): if(CMAKE_C_COMPILER_ID )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(36): foreach(file CMakeCCompilerId.o )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(37): CMAKE_DETERMINE_COMPILER_ID_CHECK(C /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CompilerIdC/CMakeCCompilerId.o CMakeCCompilerId.c )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(497): if(NOT CMAKE_C_COMPILER_ID )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(499): set(COMPILER_ID )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(500): set(COMPILER_VERSION )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(501): set(COMPILER_VERSION_MAJOR 0 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(502): set(COMPILER_VERSION_MINOR 0 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(503): set(COMPILER_VERSION_PATCH 0 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(504): set(COMPILER_VERSION_TWEAK 0 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(505): set(COMPILER_VERSION_INTERNAL )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(506): set(HAVE_COMPILER_VERSION_MAJOR 0 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(507): set(HAVE_COMPILER_VERSION_MINOR 0 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(508): set(HAVE_COMPILER_VERSION_PATCH 0 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(509): set(HAVE_COMPILER_VERSION_TWEAK 0 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(510): set(COMPILER_WRAPPER )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(511): set(DIGIT_VALUE_1 1 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(512): set(DIGIT_VALUE_2 10 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(513): set(DIGIT_VALUE_3 100 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(514): set(DIGIT_VALUE_4 1000 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(515): set(DIGIT_VALUE_5 10000 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(516): set(DIGIT_VALUE_6 100000 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(517): set(DIGIT_VALUE_7 1000000 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(518): set(DIGIT_VALUE_8 10000000 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(519): set(PLATFORM_ID )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(520): set(ARCHITECTURE_ID )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(521): set(SIMULATE_ID )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(522): set(SIMULATE_VERSION )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(523): file(STRINGS /home/benpicco/dev/zeph-stable/zephyr/samples/hello_world/amd21/CMakeFiles/3.13.4/CompilerIdC/CMakeCCompilerId.o CMAKE_C_COMPILER_ID_STRINGS LIMIT_COUNT 38 REGEX INFO:[A-Za-z0-9_]+\[[^]]*\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(527): set(COMPILER_ID_TWICE )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(530): list(FILTER CMAKE_C_COMPILER_ID_STRINGS EXCLUDE REGEX \?<Constant \" )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(532): list(REMOVE_DUPLICATES CMAKE_C_COMPILER_ID_STRINGS )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(533): foreach(info INFO:compiler[GNU];INFO:compiler_version[00000007.00000003.00000001];INFO:platform[];INFO:arch[];INFO:dialect_default[11] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(534): if(INFO:compiler[GNU] MATCHES INFO:compiler\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(535): if(COMPILER_ID )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(538): set(COMPILER_ID GNU )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(540): if(INFO:compiler[GNU] MATCHES INFO:platform\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(543): if(INFO:compiler[GNU] MATCHES INFO:arch\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(546): if(INFO:compiler[GNU] MATCHES INFO:compiler_version\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(550): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_internal\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(554): foreach(comp MAJOR MINOR PATCH TWEAK )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(555): foreach(digit 1 2 3 4 5 6 7 8 9 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(555): foreach(digit 1 2 3 4 5 6 7 8 9 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(555): foreach(digit 1 2 3 4 5 6 7 8 9 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(555): foreach(digit 1 2 3 4 5 6 7 8 9 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(563): if(INFO:compiler[GNU] MATCHES INFO:compiler_wrapper\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(566): if(INFO:compiler[GNU] MATCHES INFO:simulate\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(569): if(INFO:compiler[GNU] MATCHES INFO:simulate_version\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(573): if(INFO:compiler[GNU] MATCHES INFO:qnxnto\[\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(576): if(INFO:compiler[GNU] MATCHES INFO:dialect_default\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(534): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(540): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:platform\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(543): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:arch\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(546): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(547): string(REGEX REPLACE ^0+([0-9]) \1 COMPILER_VERSION 00000007.00000003.00000001 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(548): string(REGEX REPLACE \.0+([0-9]) .\1 COMPILER_VERSION 7.00000003.00000001 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(550): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_internal\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(554): foreach(comp MAJOR MINOR PATCH TWEAK )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(555): foreach(digit 1 2 3 4 5 6 7 8 9 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(555): foreach(digit 1 2 3 4 5 6 7 8 9 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(555): foreach(digit 1 2 3 4 5 6 7 8 9 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(555): foreach(digit 1 2 3 4 5 6 7 8 9 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(563): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:compiler_wrapper\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(566): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:simulate\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(569): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:simulate_version\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(573): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:qnxnto\[\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(576): if(INFO:compiler_version[00000007.00000003.00000001] MATCHES INFO:dialect_default\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(534): if(INFO:platform[] MATCHES INFO:compiler\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(540): if(INFO:platform[] MATCHES INFO:platform\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(541): set(PLATFORM_ID )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(543): if(INFO:platform[] MATCHES INFO:arch\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(546): if(INFO:platform[] MATCHES INFO:compiler_version\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(550): if(INFO:platform[] MATCHES INFO:compiler_version_internal\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(554): foreach(comp MAJOR MINOR PATCH TWEAK )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(555): foreach(digit 1 2 3 4 5 6 7 8 9 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(555): foreach(digit 1 2 3 4 5 6 7 8 9 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(555): foreach(digit 1 2 3 4 5 6 7 8 9 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(555): foreach(digit 1 2 3 4 5 6 7 8 9 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:platform[] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(563): if(INFO:platform[] MATCHES INFO:compiler_wrapper\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(566): if(INFO:platform[] MATCHES INFO:simulate\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(569): if(INFO:platform[] MATCHES INFO:simulate_version\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(573): if(INFO:platform[] MATCHES INFO:qnxnto\[\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(576): if(INFO:platform[] MATCHES INFO:dialect_default\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(534): if(INFO:arch[] MATCHES INFO:compiler\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(540): if(INFO:arch[] MATCHES INFO:platform\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(543): if(INFO:arch[] MATCHES INFO:arch\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(544): set(ARCHITECTURE_ID )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(546): if(INFO:arch[] MATCHES INFO:compiler_version\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(550): if(INFO:arch[] MATCHES INFO:compiler_version_internal\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(554): foreach(comp MAJOR MINOR PATCH TWEAK )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(555): foreach(digit 1 2 3 4 5 6 7 8 9 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(555): foreach(digit 1 2 3 4 5 6 7 8 9 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(555): foreach(digit 1 2 3 4 5 6 7 8 9 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(555): foreach(digit 1 2 3 4 5 6 7 8 9 )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(556): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(563): if(INFO:arch[] MATCHES INFO:compiler_wrapper\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(566): if(INFO:arch[] MATCHES INFO:simulate\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(569): if(INFO:arch[] MATCHES INFO:simulate_version\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(573): if(INFO:arch[] MATCHES INFO:qnxnto\[\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(576): if(INFO:arch[] MATCHES INFO:dialect_default\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(534): if(INFO:dialect_default[11] MATCHES INFO:compiler\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(540): if(INFO:dialect_default[11] MATCHES INFO:platform\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(543): if(INFO:dialect_default[11] MATCHES INFO:arch\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(546): if(INFO:dialect_default[11] MATCHES INFO:compiler_version\[([^]"]*)\] )
/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake(550): if(INFO:dialect_default[11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment