updated .gitignore

interrupts
polymurph 4 years ago
parent 1721d6c291
commit 14babaf4df

3
.gitignore vendored

@ -93,3 +93,6 @@ $GIT_DIR/build
# cmake stuff
build/
# vscode stuff
.vscode/

@ -1,5 +1,5 @@
# This is the CMakeCache file.
# For build in directory: /home/key/git/ked/build
# For build in directory: /home/ed/github/KED/build
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
@ -14,9 +14,6 @@
# EXTERNAL cache entries
########################
//Path to a program.
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/arm-none-eabi-addr2line
//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/arm-none-eabi-ar
@ -96,9 +93,6 @@ CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Path to a program.
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=
@ -115,7 +109,7 @@ CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local
@ -124,7 +118,7 @@ CMAKE_INSTALL_PREFIX:PATH=/usr/local
CMAKE_LINKER:FILEPATH=/usr/bin/arm-none-eabi-ld
//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
//Flags used by the linker during the creation of modules during
// all build types.
@ -164,9 +158,6 @@ CMAKE_PROJECT_NAME:STATIC=refOvenTest
//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/arm-none-eabi-ranlib
//Path to a program.
CMAKE_READELF:FILEPATH=/usr/bin/arm-none-eabi-readelf
//Flags used by the linker during the creation of shared libraries
// during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=
@ -224,28 +215,28 @@ CMAKE_STRIP:FILEPATH=/usr/bin/arm-none-eabi-strip
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
//Value Computed by CMake
Csl_Stm32f0xx_BINARY_DIR:STATIC=/home/key/git/ked/build/bsl/csl/stm32f042
Csl_Stm32f0xx_BINARY_DIR:STATIC=/home/ed/github/KED/build/bsl/csl/stm32f042
//Value Computed by CMake
Csl_Stm32f0xx_SOURCE_DIR:STATIC=/home/key/git/ked/bsl/csl/stm32f042
Csl_Stm32f0xx_SOURCE_DIR:STATIC=/home/ed/github/KED/bsl/csl/stm32f042
//Value Computed by CMake
Csl_Stm_BINARY_DIR:STATIC=/home/key/git/ked/build/bsl/csl
Csl_Stm_BINARY_DIR:STATIC=/home/ed/github/KED/build/bsl/csl
//Value Computed by CMake
Csl_Stm_SOURCE_DIR:STATIC=/home/key/git/ked/bsl/csl
Csl_Stm_SOURCE_DIR:STATIC=/home/ed/github/KED/bsl/csl
//Value Computed by CMake
Startup_BINARY_DIR:STATIC=/home/key/git/ked/build/bsl/csl/stm32f042/startup
Startup_BINARY_DIR:STATIC=/home/ed/github/KED/build/bsl/csl/stm32f042/startup
//Value Computed by CMake
Startup_SOURCE_DIR:STATIC=/home/key/git/ked/bsl/csl/stm32f042/startup
Startup_SOURCE_DIR:STATIC=/home/ed/github/KED/bsl/csl/stm32f042/startup
//Value Computed by CMake
refOvenTest_BINARY_DIR:STATIC=/home/key/git/ked/build
refOvenTest_BINARY_DIR:STATIC=/home/ed/github/KED/build
//Value Computed by CMake
refOvenTest_SOURCE_DIR:STATIC=/home/key/git/ked
refOvenTest_SOURCE_DIR:STATIC=/home/ed/github/KED
//Dependencies for the target
stmSources_LIB_DEPENDS:STATIC=general;sub::drivers;
@ -255,8 +246,6 @@ stmSources_LIB_DEPENDS:STATIC=general;sub::drivers;
# INTERNAL cache entries
########################
//ADVANCED property for variable: CMAKE_ADDR2LINE
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_ASM_COMPILER_AR
@ -275,11 +264,11 @@ CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO
CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/key/git/ked/build
CMAKE_CACHEFILE_DIR:INTERNAL=/home/ed/github/KED/build
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=18
CMAKE_CACHE_MINOR_VERSION:INTERNAL=13
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=4
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
@ -318,8 +307,6 @@ CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_DLLTOOL
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
@ -346,7 +333,7 @@ CMAKE_GENERATOR_PLATFORM:INTERNAL=
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/home/key/git/ked
CMAKE_HOME_DIRECTORY:INTERNAL=/home/ed/github/KED
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
@ -373,10 +360,8 @@ CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_READELF
CMAKE_READELF-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.18
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.13
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
@ -404,7 +389,7 @@ CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/bin/uname
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1

@ -1,20 +0,0 @@
set(CMAKE_ASM_COMPILER "/usr/bin/arm-none-eabi-gcc")
set(CMAKE_ASM_COMPILER_ARG1 "")
set(CMAKE_AR "/usr/bin/arm-none-eabi-ar")
set(CMAKE_ASM_COMPILER_AR "/usr/bin/arm-none-eabi-gcc-ar")
set(CMAKE_RANLIB "/usr/bin/arm-none-eabi-ranlib")
set(CMAKE_ASM_COMPILER_RANLIB "/usr/bin/arm-none-eabi-gcc-ranlib")
set(CMAKE_LINKER "/usr/bin/arm-none-eabi-ld")
set(CMAKE_MT "")
set(CMAKE_ASM_COMPILER_LOADED 1)
set(CMAKE_ASM_COMPILER_ID "GNU")
set(CMAKE_ASM_COMPILER_VERSION "")
set(CMAKE_ASM_COMPILER_ENV_VAR "ASM")
set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
set(CMAKE_ASM_LINKER_PREFERENCE 0)

@ -1,77 +0,0 @@
set(CMAKE_C_COMPILER "/usr/bin/arm-none-eabi-gcc")
set(CMAKE_C_COMPILER_ARG1 "")
set(CMAKE_C_COMPILER_ID "GNU")
set(CMAKE_C_COMPILER_VERSION "8.3.1")
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
set(CMAKE_C_COMPILER_WRAPPER "")
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11")
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert")
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
set(CMAKE_C_PLATFORM_ID "")
set(CMAKE_C_SIMULATE_ID "")
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "")
set(CMAKE_C_SIMULATE_VERSION "")
set(CMAKE_AR "/usr/bin/arm-none-eabi-ar")
set(CMAKE_C_COMPILER_AR "/usr/bin/arm-none-eabi-gcc-ar")
set(CMAKE_RANLIB "/usr/bin/arm-none-eabi-ranlib")
set(CMAKE_C_COMPILER_RANLIB "/usr/bin/arm-none-eabi-gcc-ranlib")
set(CMAKE_LINKER "/usr/bin/arm-none-eabi-ld")
set(CMAKE_MT "")
set(CMAKE_COMPILER_IS_GNUCC 1)
set(CMAKE_C_COMPILER_LOADED 1)
set(CMAKE_C_COMPILER_WORKS TRUE)
set(CMAKE_C_ABI_COMPILED TRUE)
set(CMAKE_COMPILER_IS_MINGW )
set(CMAKE_COMPILER_IS_CYGWIN )
if(CMAKE_COMPILER_IS_CYGWIN)
set(CYGWIN 1)
set(UNIX 1)
endif()
set(CMAKE_C_COMPILER_ENV_VAR "CC")
if(CMAKE_COMPILER_IS_MINGW)
set(MINGW 1)
endif()
set(CMAKE_C_COMPILER_ID_RUN 1)
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
set(CMAKE_C_LINKER_PREFERENCE 10)
# Save compiler ABI information.
set(CMAKE_C_SIZEOF_DATA_PTR "4")
set(CMAKE_C_COMPILER_ABI "ELF")
set(CMAKE_C_LIBRARY_ARCHITECTURE "")
if(CMAKE_C_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
endif()
if(CMAKE_C_COMPILER_ABI)
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
endif()
if(CMAKE_C_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "")
endif()
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
endif()
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/arm-none-eabi/8.3.1/include;/usr/lib/gcc/arm-none-eabi/8.3.1/include-fixed;/usr/lib/arm-none-eabi/include")
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;c;gcc;c;nosys")
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/arm-none-eabi/8.3.1;/usr/lib/arm-none-eabi/lib")
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")

@ -1,89 +0,0 @@
set(CMAKE_CXX_COMPILER "/usr/bin/arm-none-eabi-g++")
set(CMAKE_CXX_COMPILER_ARG1 "")
set(CMAKE_CXX_COMPILER_ID "GNU")
set(CMAKE_CXX_COMPILER_VERSION "8.3.1")
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
set(CMAKE_CXX_COMPILER_WRAPPER "")
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14")
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20")
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20")
set(CMAKE_CXX_PLATFORM_ID "")
set(CMAKE_CXX_SIMULATE_ID "")
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "")
set(CMAKE_CXX_SIMULATE_VERSION "")
set(CMAKE_AR "/usr/bin/arm-none-eabi-ar")
set(CMAKE_CXX_COMPILER_AR "/usr/bin/arm-none-eabi-gcc-ar")
set(CMAKE_RANLIB "/usr/bin/arm-none-eabi-ranlib")
set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/arm-none-eabi-gcc-ranlib")
set(CMAKE_LINKER "/usr/bin/arm-none-eabi-ld")
set(CMAKE_MT "")
set(CMAKE_COMPILER_IS_GNUCXX 1)
set(CMAKE_CXX_COMPILER_LOADED 1)
set(CMAKE_CXX_COMPILER_WORKS TRUE)
set(CMAKE_CXX_ABI_COMPILED TRUE)
set(CMAKE_COMPILER_IS_MINGW )
set(CMAKE_COMPILER_IS_CYGWIN )
if(CMAKE_COMPILER_IS_CYGWIN)
set(CYGWIN 1)
set(UNIX 1)
endif()
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
if(CMAKE_COMPILER_IS_MINGW)
set(MINGW 1)
endif()
set(CMAKE_CXX_COMPILER_ID_RUN 1)
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP)
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
foreach (lang C OBJC OBJCXX)
if (CMAKE_${lang}_COMPILER_ID_RUN)
foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
endforeach()
endif()
endforeach()
set(CMAKE_CXX_LINKER_PREFERENCE 30)
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
# Save compiler ABI information.
set(CMAKE_CXX_SIZEOF_DATA_PTR "4")
set(CMAKE_CXX_COMPILER_ABI "ELF")
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
if(CMAKE_CXX_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
endif()
if(CMAKE_CXX_COMPILER_ABI)
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
endif()
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "")
endif()
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
endif()
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/arm-none-eabi/include/c++/8.3.1;/usr/lib/arm-none-eabi/include/c++/8.3.1/arm-none-eabi;/usr/lib/arm-none-eabi/include/c++/8.3.1/backward;/usr/lib/gcc/arm-none-eabi/8.3.1/include;/usr/lib/gcc/arm-none-eabi/8.3.1/include-fixed;/usr/lib/arm-none-eabi/include")
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc;c;gcc;c;nosys")
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/arm-none-eabi/8.3.1;/usr/lib/arm-none-eabi/lib")
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")

@ -1,15 +0,0 @@
set(CMAKE_HOST_SYSTEM "Linux-4.4.0-19041-Microsoft")
set(CMAKE_HOST_SYSTEM_NAME "Linux")
set(CMAKE_HOST_SYSTEM_VERSION "4.4.0-19041-Microsoft")
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_SYSTEM "Linux-4.4.0-19041-Microsoft")
set(CMAKE_SYSTEM_NAME "Linux")
set(CMAKE_SYSTEM_VERSION "4.4.0-19041-Microsoft")
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_CROSSCOMPILING "FALSE")
set(CMAKE_SYSTEM_LOADED 1)

@ -1,674 +0,0 @@
#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
# if defined(__GNUC__)
# define SIMULATE_ID "GNU"
# 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
# if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# 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"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__ibmxl__) && defined(__clang__)
# define COMPILER_ID "XLClang"
# 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__)
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
# define COMPILER_ID "XL"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
# define COMPILER_ID "VisualAge"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#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(__ghs__)
# define COMPILER_ID "GHS"
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
# endif
#elif defined(__TINYC__)
# define COMPILER_ID "TinyCC"
#elif defined(__BCC__)
# define COMPILER_ID "Bruce"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
# 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(__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__) && defined(__ARMCOMPILER_VERSION)
# define COMPILER_ID "ARMClang"
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_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__) && defined(__ICCARM__)
# 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__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__))
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# 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
/* 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(__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(__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"
# elif defined(__VXWORKS__)
# define PLATFORM_ID "VxWorks"
# else /* unknown platform */
# define PLATFORM_ID
# endif
#elif defined(__INTEGRITY)
# if defined(INT_178B)
# define PLATFORM_ID "Integrity178"
# else /* regular Integrity */
# define PLATFORM_ID "Integrity"
# 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(__ICCRX__)
# define ARCHITECTURE_ID "RX"
# elif defined(__ICCRH850__)
# define ARCHITECTURE_ID "RH850"
# elif defined(__ICCRL78__)
# define ARCHITECTURE_ID "RL78"
# elif defined(__ICCRISCV__)
# define ARCHITECTURE_ID "RISCV"
# elif defined(__ICCAVR__)
# define ARCHITECTURE_ID "AVR"
# elif defined(__ICC430__)
# define ARCHITECTURE_ID "MSP430"
# elif defined(__ICCV850__)
# define ARCHITECTURE_ID "V850"
# elif defined(__ICC8051__)
# define ARCHITECTURE_ID "8051"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__ghs__)
# if defined(__PPC64__)
# define ARCHITECTURE_ID "PPC64"
# elif defined(__ppc__)
# define ARCHITECTURE_ID "PPC"
# elif defined(__ARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__x86_64__)
# define ARCHITECTURE_ID "x64"
# elif defined(__i386__)
# define ARCHITECTURE_ID "X86"
# 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

@ -1,663 +0,0 @@
/* This source file must have a .cpp extension so that all C++ compilers
recognize the extension without flags. Borland does not know .cxx for
example. */
#ifndef __cplusplus
# error "A C compiler has been selected for C++."
#endif
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__COMO__)
# define COMPILER_ID "Comeau"
/* __COMO_VERSION__ = VRR */
# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
#elif defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# if defined(__GNUC__)
# define SIMULATE_ID "GNU"
# 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
# if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# 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_CC)
# define COMPILER_ID "SunPro"
# if __SUNPRO_CC >= 0x5100
/* __SUNPRO_CC = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# endif
#elif defined(__HP_aCC)
# define COMPILER_ID "HP"
/* __HP_aCC = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
#elif defined(__DECCXX)
# define COMPILER_ID "Compaq"
/* __DECCXX_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
#elif defined(__ibmxl__) && defined(__clang__)
# define COMPILER_ID "XLClang"
# 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__)
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
# define COMPILER_ID "XL"
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
# define COMPILER_ID "VisualAge"
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
#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(__ghs__)
# define COMPILER_ID "GHS"
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
# endif
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
# 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(__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__) && defined(__ARMCOMPILER_VERSION)
# define COMPILER_ID "ARMClang"
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_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__) || defined(__GNUG__)
# define COMPILER_ID "GNU"
# if defined(__GNUC__)
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# else
# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
# endif
# 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__) && defined(__ICCARM__)
# 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__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__))
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# 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(__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(__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"
# elif defined(__VXWORKS__)
# define PLATFORM_ID "VxWorks"
# else /* unknown platform */
# define PLATFORM_ID
# endif
#elif defined(__INTEGRITY)
# if defined(INT_178B)
# define PLATFORM_ID "Integrity178"
# else /* regular Integrity */
# define PLATFORM_ID "Integrity"
# 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(__ICCRX__)
# define ARCHITECTURE_ID "RX"
# elif defined(__ICCRH850__)
# define ARCHITECTURE_ID "RH850"
# elif defined(__ICCRL78__)
# define ARCHITECTURE_ID "RL78"
# elif defined(__ICCRISCV__)
# define ARCHITECTURE_ID "RISCV"
# elif defined(__ICCAVR__)
# define ARCHITECTURE_ID "AVR"
# elif defined(__ICC430__)
# define ARCHITECTURE_ID "MSP430"
# elif defined(__ICCV850__)
# define ARCHITECTURE_ID "V850"
# elif defined(__ICC8051__)
# define ARCHITECTURE_ID "8051"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__ghs__)
# if defined(__PPC64__)
# define ARCHITECTURE_ID "PPC64"
# elif defined(__ppc__)
# define ARCHITECTURE_ID "PPC"
# elif defined(__ARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__x86_64__)
# define ARCHITECTURE_ID "x64"
# elif defined(__i386__)
# define ARCHITECTURE_ID "X86"
# 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(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L
# if defined(__INTEL_CXX11_MODE__)
# if defined(__cpp_aggregate_nsdmi)
# define CXX_STD 201402L
# else
# define CXX_STD 201103L
# endif
# else
# define CXX_STD 199711L
# endif
#elif defined(_MSC_VER) && defined(_MSVC_LANG)
# define CXX_STD _MSVC_LANG
#else
# define CXX_STD __cplusplus
#endif
const char* info_language_dialect_default = "INFO" ":" "dialect_default["
#if CXX_STD > 201703L
"20"
#elif CXX_STD >= 201703L
"17"
#elif CXX_STD >= 201402L
"14"
#elif CXX_STD >= 201103L
"11"
#else
"98"
#endif
"]";
/*--------------------------------------------------------------------------*/
int main(int argc, char* argv[])
{
int require = 0;
require += info_compiler[argc];
require += info_platform[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;
}

@ -1,9 +1,9 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/git/ked")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/git/ked/build")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ed/github/KED")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ed/github/KED/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)

@ -5,8 +5,8 @@ Id flags:
The output was:
1
/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib/libc.a(lib_a-exit.o): in function `exit':
/build/newlib-kGgvwE/newlib-3.3.0/build/arm-none-eabi/newlib/libc/stdlib/../../../../../newlib/libc/stdlib/exit.c:64: undefined reference to `_exit'
/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':
/tmp/building/package/build/arm-none-eabi/newlib/libc/stdlib/../../../../../newlib/libc/stdlib/exit.c:64: undefined reference to `_exit'
collect2: error: ld returned 1 exit status
@ -17,8 +17,8 @@ Id flags:
The output was:
1
/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib/libc.a(lib_a-exit.o): in function `exit':
/build/newlib-kGgvwE/newlib-3.3.0/build/arm-none-eabi/newlib/libc/stdlib/../../../../../newlib/libc/stdlib/exit.c:64: undefined reference to `_exit'
/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':
/tmp/building/package/build/arm-none-eabi/newlib/libc/stdlib/../../../../../newlib/libc/stdlib/exit.c:64: undefined reference to `_exit'
collect2: error: ld returned 1 exit status

@ -1,7 +1,7 @@
The system is: Linux - 4.4.0-19041-Microsoft - x86_64
The system is: Linux - 4.19.0-17-amd64 - x86_64
Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)":
arm-none-eabi-gcc (15:8-2019-q3-1+b1) 8.3.1 20190703 (release) [gcc-8-branch revision 273027]
Copyright (C) 2018 Free Software Foundation, Inc.
arm-none-eabi-gcc (15:7-2018-q2-6) 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907]
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
@ -16,7 +16,7 @@ The output was:
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.o"
The C compiler identification is GNU, found in "/home/key/git/ked/build/CMakeFiles/3.18.4/CompilerIdC/CMakeCCompilerId.o"
The C compiler identification is GNU, found in "/home/ed/github/KED/build/CMakeFiles/3.13.4/CompilerIdC/CMakeCCompilerId.o"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/arm-none-eabi-g++
@ -29,138 +29,80 @@ The output was:
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.o"
The CXX compiler identification is GNU, found in "/home/key/git/ked/build/CMakeFiles/3.18.4/CompilerIdCXX/CMakeCXXCompilerId.o"
The CXX compiler identification is GNU, found in "/home/ed/github/KED/build/CMakeFiles/3.13.4/CompilerIdCXX/CMakeCXXCompilerId.o"
Determining if the C compiler works passed with the following output:
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b0e49/fast"
/usr/bin/make -f CMakeFiles/cmTC_b0e49.dir/build.make CMakeFiles/cmTC_b0e49.dir/build
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b0e49.dir/testCCompiler.c.o
/usr/bin/arm-none-eabi-gcc -o CMakeFiles/cmTC_b0e49.dir/testCCompiler.c.o -c /home/ed/github/KED/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_b0e49
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b0e49.dir/link.txt --verbose=1
/usr/bin/arm-none-eabi-gcc --specs=nosys.specs CMakeFiles/cmTC_b0e49.dir/testCCompiler.c.o -o cmTC_b0e49
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/key/git/ked/build/CMakeFiles/CMakeTmp
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake cmTC_9251d/fast && /usr/bin/gmake -f CMakeFiles/cmTC_9251d.dir/build.make CMakeFiles/cmTC_9251d.dir/build
gmake[1]: Entering directory '/home/key/git/ked/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_9251d.dir/CMakeCCompilerABI.c.o
/usr/bin/arm-none-eabi-gcc -v -o CMakeFiles/cmTC_9251d.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c
Using built-in specs.
COLLECT_GCC=/usr/bin/arm-none-eabi-gcc
Target: arm-none-eabi
Configured with: ../configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/lib/include' --mandir='/usr/lib/share/man' --infodir='/usr/lib/share/info' --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir='/usr/lib/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --mandir=/usr/share/man --enable-languages=c,c++,lto --enable-multilib --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --enable-tls --build=x86_64-linux-gnu --target=arm-none-eabi --with-system-zlib --with-gnu-as --with-gnu-ld --with-pkgversion=15:8-2019-q3-1+b1 --without-included-gettext --prefix=/usr/lib --infodir=/usr/share/doc/gcc-arm-none-eabi/info --htmldir=/usr/share/doc/gcc-arm-none-eabi/html --pdfdir=/usr/share/doc/gcc-arm-none-eabi/pdf --bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib --disable-libstdc++-v3 --host=x86_64-linux-gnu --with-headers=no --without-newlib --with-multilib-list=rmprofile CFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' CXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' FCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' FFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' GCJFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' LDFLAGS=-Wl,-z,relro OBJCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' OBJCXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' INHIBIT_LIBC_CFLAGS=-DUSE_TM_CLONE_REGISTRY=0 AR_FOR_TARGET=arm-none-eabi-ar AS_FOR_TARGET=arm-none-eabi-as LD_FOR_TARGET=arm-none-eabi-ld NM_FOR_TARGET=arm-none-eabi-nm OBJDUMP_FOR_TARGET=arm-none-eabi-objdump RANLIB_FOR_TARGET=arm-none-eabi-ranlib READELF_FOR_TARGET=arm-none-eabi-readelf STRIP_FOR_TARGET=arm-none-eabi-strip
Thread model: single
gcc version 8.3.1 20190703 (release) [gcc-8-branch revision 273027] (15:8-2019-q3-1+b1)
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9251d.dir/CMakeCCompilerABI.c.o' '-c' '-mcpu=arm7tdmi' '-mfloat-abi=soft' '-marm' '-march=armv4t'
/usr/lib/gcc/arm-none-eabi/8.3.1/cc1 -quiet -v -D__USES_INITFINI__ /usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mcpu=arm7tdmi -mfloat-abi=soft -marm -march=armv4t -auxbase-strip CMakeFiles/cmTC_9251d.dir/CMakeCCompilerABI.c.o -version -o /tmp/cc8epNNj.s
GNU C17 (15:8-2019-q3-1+b1) version 8.3.1 20190703 (release) [gcc-8-branch revision 273027] (arm-none-eabi)
compiled by GNU C version 10.2.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.0, isl version isl-0.23-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/sys-include"
#include "..." search starts here:
#include <...> search starts here:
/usr/lib/gcc/arm-none-eabi/8.3.1/include
/usr/lib/gcc/arm-none-eabi/8.3.1/include-fixed
/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/include
End of search list.
GNU C17 (15:8-2019-q3-1+b1) version 8.3.1 20190703 (release) [gcc-8-branch revision 273027] (arm-none-eabi)
compiled by GNU C version 10.2.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.0, isl version isl-0.23-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 540051d21a901f95ab937f0fc815eb0d
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9251d.dir/CMakeCCompilerABI.c.o' '-c' '-mcpu=arm7tdmi' '-mfloat-abi=soft' '-marm' '-march=armv4t'
/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/as -v -march=armv4t -mfloat-abi=soft -meabi=5 -o CMakeFiles/cmTC_9251d.dir/CMakeCCompilerABI.c.o /tmp/cc8epNNj.s
GNU assembler version 2.35.2 (arm-none-eabi) using BFD version (2.35.2-2+14+b2) 2.35.2
COMPILER_PATH=/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/
LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9251d.dir/CMakeCCompilerABI.c.o' '-c' '-mcpu=arm7tdmi' '-mfloat-abi=soft' '-marm' '-march=armv4t'
Linking C executable cmTC_9251d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9251d.dir/link.txt --verbose=1
/usr/bin/arm-none-eabi-gcc --specs=nosys.specs -v CMakeFiles/cmTC_9251d.dir/CMakeCCompilerABI.c.o -o cmTC_9251d
Run Build Command:"/usr/bin/make" "cmTC_7c2b0/fast"
/usr/bin/make -f CMakeFiles/cmTC_7c2b0.dir/build.make CMakeFiles/cmTC_7c2b0.dir/build
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7c2b0.dir/CMakeCCompilerABI.c.o
/usr/bin/arm-none-eabi-gcc -o CMakeFiles/cmTC_7c2b0.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.13/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_7c2b0
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7c2b0.dir/link.txt --verbose=1
/usr/bin/arm-none-eabi-gcc --specs=nosys.specs -v CMakeFiles/cmTC_7c2b0.dir/CMakeCCompilerABI.c.o -o cmTC_7c2b0
Using built-in specs.
Reading specs from /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib/nosys.specs
Reading specs from /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/nosys.specs
rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence
COLLECT_GCC=/usr/bin/arm-none-eabi-gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-none-eabi/8.3.1/lto-wrapper
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-none-eabi/7.3.1/lto-wrapper
Target: arm-none-eabi
Configured with: ../configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/lib/include' --mandir='/usr/lib/share/man' --infodir='/usr/lib/share/info' --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir='/usr/lib/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --mandir=/usr/share/man --enable-languages=c,c++,lto --enable-multilib --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --enable-tls --build=x86_64-linux-gnu --target=arm-none-eabi --with-system-zlib --with-gnu-as --with-gnu-ld --with-pkgversion=15:8-2019-q3-1+b1 --without-included-gettext --prefix=/usr/lib --infodir=/usr/share/doc/gcc-arm-none-eabi/info --htmldir=/usr/share/doc/gcc-arm-none-eabi/html --pdfdir=/usr/share/doc/gcc-arm-none-eabi/pdf --bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib --disable-libstdc++-v3 --host=x86_64-linux-gnu --with-headers=no --without-newlib --with-multilib-list=rmprofile CFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' CXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' FCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' FFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' GCJFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' LDFLAGS=-Wl,-z,relro OBJCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' OBJCXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' INHIBIT_LIBC_CFLAGS=-DUSE_TM_CLONE_REGISTRY=0 AR_FOR_TARGET=arm-none-eabi-ar AS_FOR_TARGET=arm-none-eabi-as LD_FOR_TARGET=arm-none-eabi-ld NM_FOR_TARGET=arm-none-eabi-nm OBJDUMP_FOR_TARGET=arm-none-eabi-objdump RANLIB_FOR_TARGET=arm-none-eabi-ranlib READELF_FOR_TARGET=arm-none-eabi-readelf STRIP_FOR_TARGET=arm-none-eabi-strip
Configured with: ../configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/lib/include' --mandir='/usr/lib/share/man' --infodir='/usr/lib/share/info' --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir='/usr/lib/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --mandir=/usr/share/man --enable-languages=c,c++,lto --enable-multilib --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --build=x86_64-linux-gnu --target=arm-none-eabi --with-system-zlib --with-gnu-as --with-gnu-ld --with-pkgversion=15:7-2018-q2-6 --without-included-gettext --prefix=/usr/lib --infodir=/usr/share/doc/gcc-arm-none-eabi/info --htmldir=/usr/share/doc/gcc-arm-none-eabi/html --pdfdir=/usr/share/doc/gcc-arm-none-eabi/pdf --bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib --disable-libstdc++-v3 --host=x86_64-linux-gnu --with-headers=no --without-newlib --with-multilib-list=rmprofile CFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' CXXFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' FCFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' FFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' GCJFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' LDFLAGS=-Wl,-z,relro OBJCFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' OBJCXXFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' INHIBIT_LIBC_CFLAGS=-DUSE_TM_CLONE_REGISTRY=0 AR_FOR_TARGET=arm-none-eabi-ar AS_FOR_TARGET=arm-none-eabi-as LD_FOR_TARGET=arm-none-eabi-ld NM_FOR_TARGET=arm-none-eabi-nm OBJDUMP_FOR_TARGET=arm-none-eabi-objdump RANLIB_FOR_TARGET=arm-none-eabi-ranlib READELF_FOR_TARGET=arm-none-eabi-readelf STRIP_FOR_TARGET=arm-none-eabi-strip
Thread model: single
gcc version 8.3.1 20190703 (release) [gcc-8-branch revision 273027] (15:8-2019-q3-1+b1)
COMPILER_PATH=/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/
LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib/
COLLECT_GCC_OPTIONS='-specs=nosys.specs' '-v' '-o' 'cmTC_9251d' '-mcpu=arm7tdmi' '-mfloat-abi=soft' '-marm' '-march=armv4t'
/usr/lib/gcc/arm-none-eabi/8.3.1/collect2 -plugin /usr/lib/gcc/arm-none-eabi/8.3.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-none-eabi/8.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc62ErLP.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -X -o cmTC_9251d /usr/lib/gcc/arm-none-eabi/8.3.1/crti.o /usr/lib/gcc/arm-none-eabi/8.3.1/crtbegin.o /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib/crt0.o -L/usr/lib/gcc/arm-none-eabi/8.3.1 -L/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib CMakeFiles/cmTC_9251d.dir/CMakeCCompilerABI.c.o --start-group -lgcc -lc --end-group --start-group -lgcc -lc -lnosys --end-group /usr/lib/gcc/arm-none-eabi/8.3.1/crtend.o /usr/lib/gcc/arm-none-eabi/8.3.1/crtn.o
COLLECT_GCC_OPTIONS='-specs=nosys.specs' '-v' '-o' 'cmTC_9251d' '-mcpu=arm7tdmi' '-mfloat-abi=soft' '-marm' '-march=armv4t'
gmake[1]: Leaving directory '/home/key/git/ked/build/CMakeFiles/CMakeTmp'
Parsed C implicit include dir info from above output: rv=done
found start of include info
found start of implicit include info
add: [/usr/lib/gcc/arm-none-eabi/8.3.1/include]
add: [/usr/lib/gcc/arm-none-eabi/8.3.1/include-fixed]
add: [/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/include]
end of search list found
collapse include dir [/usr/lib/gcc/arm-none-eabi/8.3.1/include] ==> [/usr/lib/gcc/arm-none-eabi/8.3.1/include]
collapse include dir [/usr/lib/gcc/arm-none-eabi/8.3.1/include-fixed] ==> [/usr/lib/gcc/arm-none-eabi/8.3.1/include-fixed]
collapse include dir [/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/include] ==> [/usr/lib/arm-none-eabi/include]
implicit include dirs: [/usr/lib/gcc/arm-none-eabi/8.3.1/include;/usr/lib/gcc/arm-none-eabi/8.3.1/include-fixed;/usr/lib/arm-none-eabi/include]
gcc version 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907] (15:7-2018-q2-6)
COMPILER_PATH=/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/
LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/
COLLECT_GCC_OPTIONS='-specs=nosys.specs' '-v' '-o' 'cmTC_7c2b0'
/usr/lib/gcc/arm-none-eabi/7.3.1/collect2 -plugin /usr/lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-none-eabi/7.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cctEEbe8.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -X -o cmTC_7c2b0 /usr/lib/gcc/arm-none-eabi/7.3.1/crti.o /usr/lib/gcc/arm-none-eabi/7.3.1/crtbegin.o /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/crt0.o -L/usr/lib/gcc/arm-none-eabi/7.3.1 -L/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib CMakeFiles/cmTC_7c2b0.dir/CMakeCCompilerABI.c.o --start-group -lgcc -lc --end-group --start-group -lgcc -lc -lnosys --end-group /usr/lib/gcc/arm-none-eabi/7.3.1/crtend.o /usr/lib/gcc/arm-none-eabi/7.3.1/crtn.o
COLLECT_GCC_OPTIONS='-specs=nosys.specs' '-v' '-o' 'cmTC_7c2b0'
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(arm-none-eabi-ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/key/git/ked/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_9251d/fast && /usr/bin/gmake -f CMakeFiles/cmTC_9251d.dir/build.make CMakeFiles/cmTC_9251d.dir/build]
ignore line: [gmake[1]: Entering directory '/home/key/git/ked/build/CMakeFiles/CMakeTmp']
ignore line: [Building C object CMakeFiles/cmTC_9251d.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/bin/arm-none-eabi-gcc -v -o CMakeFiles/cmTC_9251d.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/arm-none-eabi-gcc]
ignore line: [Target: arm-none-eabi]
ignore line: [Configured with: ../configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/lib/include' --mandir='/usr/lib/share/man' --infodir='/usr/lib/share/info' --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir='/usr/lib/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --mandir=/usr/share/man --enable-languages=c,c++,lto --enable-multilib --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --enable-tls --build=x86_64-linux-gnu --target=arm-none-eabi --with-system-zlib --with-gnu-as --with-gnu-ld --with-pkgversion=15:8-2019-q3-1+b1 --without-included-gettext --prefix=/usr/lib --infodir=/usr/share/doc/gcc-arm-none-eabi/info --htmldir=/usr/share/doc/gcc-arm-none-eabi/html --pdfdir=/usr/share/doc/gcc-arm-none-eabi/pdf --bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib --disable-libstdc++-v3 --host=x86_64-linux-gnu --with-headers=no --without-newlib --with-multilib-list=rmprofile CFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' CXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' FCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' FFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' GCJFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' LDFLAGS=-Wl,-z,relro OBJCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' OBJCXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' INHIBIT_LIBC_CFLAGS=-DUSE_TM_CLONE_REGISTRY=0 AR_FOR_TARGET=arm-none-eabi-ar AS_FOR_TARGET=arm-none-eabi-as LD_FOR_TARGET=arm-none-eabi-ld NM_FOR_TARGET=arm-none-eabi-nm OBJDUMP_FOR_TARGET=arm-none-eabi-objdump RANLIB_FOR_TARGET=arm-none-eabi-ranlib READELF_FOR_TARGET=arm-none-eabi-readelf STRIP_FOR_TARGET=arm-none-eabi-strip]
ignore line: [Thread model: single]
ignore line: [gcc version 8.3.1 20190703 (release) [gcc-8-branch revision 273027] (15:8-2019-q3-1+b1) ]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9251d.dir/CMakeCCompilerABI.c.o' '-c' '-mcpu=arm7tdmi' '-mfloat-abi=soft' '-marm' '-march=armv4t']
ignore line: [ /usr/lib/gcc/arm-none-eabi/8.3.1/cc1 -quiet -v -D__USES_INITFINI__ /usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mcpu=arm7tdmi -mfloat-abi=soft -marm -march=armv4t -auxbase-strip CMakeFiles/cmTC_9251d.dir/CMakeCCompilerABI.c.o -version -o /tmp/cc8epNNj.s]
ignore line: [GNU C17 (15:8-2019-q3-1+b1) version 8.3.1 20190703 (release) [gcc-8-branch revision 273027] (arm-none-eabi)]
ignore line: [ compiled by GNU C version 10.2.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.0 isl version isl-0.23-GMP]
ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/sys-include"]
ignore line: [#include "..." search starts here:]
ignore line: [#include <...> search starts here:]
ignore line: [ /usr/lib/gcc/arm-none-eabi/8.3.1/include]
ignore line: [ /usr/lib/gcc/arm-none-eabi/8.3.1/include-fixed]
ignore line: [ /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/include]
ignore line: [End of search list.]
ignore line: [GNU C17 (15:8-2019-q3-1+b1) version 8.3.1 20190703 (release) [gcc-8-branch revision 273027] (arm-none-eabi)]
ignore line: [ compiled by GNU C version 10.2.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.0 isl version isl-0.23-GMP]
ignore line: [Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [Compiler executable checksum: 540051d21a901f95ab937f0fc815eb0d]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9251d.dir/CMakeCCompilerABI.c.o' '-c' '-mcpu=arm7tdmi' '-mfloat-abi=soft' '-marm' '-march=armv4t']
ignore line: [ /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/as -v -march=armv4t -mfloat-abi=soft -meabi=5 -o CMakeFiles/cmTC_9251d.dir/CMakeCCompilerABI.c.o /tmp/cc8epNNj.s]
ignore line: [GNU assembler version 2.35.2 (arm-none-eabi) using BFD version (2.35.2-2+14+b2) 2.35.2]
ignore line: [COMPILER_PATH=/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9251d.dir/CMakeCCompilerABI.c.o' '-c' '-mcpu=arm7tdmi' '-mfloat-abi=soft' '-marm' '-march=armv4t']
ignore line: [Linking C executable cmTC_9251d]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9251d.dir/link.txt --verbose=1]
ignore line: [/usr/bin/arm-none-eabi-gcc --specs=nosys.specs -v CMakeFiles/cmTC_9251d.dir/CMakeCCompilerABI.c.o -o cmTC_9251d ]
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_7c2b0/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_7c2b0.dir/build.make CMakeFiles/cmTC_7c2b0.dir/build]
ignore line: [make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp']
ignore line: [Building C object CMakeFiles/cmTC_7c2b0.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/bin/arm-none-eabi-gcc -o CMakeFiles/cmTC_7c2b0.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.13/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTC_7c2b0]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7c2b0.dir/link.txt --verbose=1]
ignore line: [/usr/bin/arm-none-eabi-gcc --specs=nosys.specs -v CMakeFiles/cmTC_7c2b0.dir/CMakeCCompilerABI.c.o -o cmTC_7c2b0 ]
ignore line: [Using built-in specs.]
ignore line: [Reading specs from /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib/nosys.specs]
ignore line: [Reading specs from /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/nosys.specs]
ignore line: [rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence]
ignore line: [COLLECT_GCC=/usr/bin/arm-none-eabi-gcc]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-none-eabi/8.3.1/lto-wrapper]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-none-eabi/7.3.1/lto-wrapper]
ignore line: [Target: arm-none-eabi]
ignore line: [Configured with: ../configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/lib/include' --mandir='/usr/lib/share/man' --infodir='/usr/lib/share/info' --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir='/usr/lib/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --mandir=/usr/share/man --enable-languages=c,c++,lto --enable-multilib --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --enable-tls --build=x86_64-linux-gnu --target=arm-none-eabi --with-system-zlib --with-gnu-as --with-gnu-ld --with-pkgversion=15:8-2019-q3-1+b1 --without-included-gettext --prefix=/usr/lib --infodir=/usr/share/doc/gcc-arm-none-eabi/info --htmldir=/usr/share/doc/gcc-arm-none-eabi/html --pdfdir=/usr/share/doc/gcc-arm-none-eabi/pdf --bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib --disable-libstdc++-v3 --host=x86_64-linux-gnu --with-headers=no --without-newlib --with-multilib-list=rmprofile CFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' CXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' FCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' FFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' GCJFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' LDFLAGS=-Wl,-z,relro OBJCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' OBJCXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' INHIBIT_LIBC_CFLAGS=-DUSE_TM_CLONE_REGISTRY=0 AR_FOR_TARGET=arm-none-eabi-ar AS_FOR_TARGET=arm-none-eabi-as LD_FOR_TARGET=arm-none-eabi-ld NM_FOR_TARGET=arm-none-eabi-nm OBJDUMP_FOR_TARGET=arm-none-eabi-objdump RANLIB_FOR_TARGET=arm-none-eabi-ranlib READELF_FOR_TARGET=arm-none-eabi-readelf STRIP_FOR_TARGET=arm-none-eabi-strip]
ignore line: [Configured with: ../configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/lib/include' --mandir='/usr/lib/share/man' --infodir='/usr/lib/share/info' --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir='/usr/lib/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --mandir=/usr/share/man --enable-languages=c,c++,lto --enable-multilib --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --build=x86_64-linux-gnu --target=arm-none-eabi --with-system-zlib --with-gnu-as --with-gnu-ld --with-pkgversion=15:7-2018-q2-6 --without-included-gettext --prefix=/usr/lib --infodir=/usr/share/doc/gcc-arm-none-eabi/info --htmldir=/usr/share/doc/gcc-arm-none-eabi/html --pdfdir=/usr/share/doc/gcc-arm-none-eabi/pdf --bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib --disable-libstdc++-v3 --host=x86_64-linux-gnu --with-headers=no --without-newlib --with-multilib-list=rmprofile CFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' CXXFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' FCFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' FFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' GCJFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' LDFLAGS=-Wl,-z,relro OBJCFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' OBJCXXFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' INHIBIT_LIBC_CFLAGS=-DUSE_TM_CLONE_REGISTRY=0 AR_FOR_TARGET=arm-none-eabi-ar AS_FOR_TARGET=arm-none-eabi-as LD_FOR_TARGET=arm-none-eabi-ld NM_FOR_TARGET=arm-none-eabi-nm OBJDUMP_FOR_TARGET=arm-none-eabi-objdump RANLIB_FOR_TARGET=arm-none-eabi-ranlib READELF_FOR_TARGET=arm-none-eabi-readelf STRIP_FOR_TARGET=arm-none-eabi-strip]
ignore line: [Thread model: single]
ignore line: [gcc version 8.3.1 20190703 (release) [gcc-8-branch revision 273027] (15:8-2019-q3-1+b1) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-specs=nosys.specs' '-v' '-o' 'cmTC_9251d' '-mcpu=arm7tdmi' '-mfloat-abi=soft' '-marm' '-march=armv4t']
link line: [ /usr/lib/gcc/arm-none-eabi/8.3.1/collect2 -plugin /usr/lib/gcc/arm-none-eabi/8.3.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-none-eabi/8.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc62ErLP.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -X -o cmTC_9251d /usr/lib/gcc/arm-none-eabi/8.3.1/crti.o /usr/lib/gcc/arm-none-eabi/8.3.1/crtbegin.o /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib/crt0.o -L/usr/lib/gcc/arm-none-eabi/8.3.1 -L/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib CMakeFiles/cmTC_9251d.dir/CMakeCCompilerABI.c.o --start-group -lgcc -lc --end-group --start-group -lgcc -lc -lnosys --end-group /usr/lib/gcc/arm-none-eabi/8.3.1/crtend.o /usr/lib/gcc/arm-none-eabi/8.3.1/crtn.o]
arg [/usr/lib/gcc/arm-none-eabi/8.3.1/collect2] ==> ignore
ignore line: [gcc version 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907] (15:7-2018-q2-6) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-specs=nosys.specs' '-v' '-o' 'cmTC_7c2b0']
link line: [ /usr/lib/gcc/arm-none-eabi/7.3.1/collect2 -plugin /usr/lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-none-eabi/7.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cctEEbe8.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -X -o cmTC_7c2b0 /usr/lib/gcc/arm-none-eabi/7.3.1/crti.o /usr/lib/gcc/arm-none-eabi/7.3.1/crtbegin.o /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/crt0.o -L/usr/lib/gcc/arm-none-eabi/7.3.1 -L/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib CMakeFiles/cmTC_7c2b0.dir/CMakeCCompilerABI.c.o --start-group -lgcc -lc --end-group --start-group -lgcc -lc -lnosys --end-group /usr/lib/gcc/arm-none-eabi/7.3.1/crtend.o /usr/lib/gcc/arm-none-eabi/7.3.1/crtn.o]
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/8.3.1/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/arm-none-eabi/8.3.1/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/cc62ErLP.res] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/arm-none-eabi/7.3.1/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/cctEEbe8.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
@ -168,13 +110,13 @@ Parsed C implicit link information from above output:
arg [-plugin-opt=-pass-through=-lnosys] ==> ignore
arg [-X] ==> ignore
arg [-o] ==> ignore
arg [cmTC_9251d] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/8.3.1/crti.o] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/8.3.1/crtbegin.o] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib/crt0.o] ==> ignore
arg [-L/usr/lib/gcc/arm-none-eabi/8.3.1] ==> dir [/usr/lib/gcc/arm-none-eabi/8.3.1]
arg [-L/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib] ==> dir [/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib]
arg [CMakeFiles/cmTC_9251d.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [cmTC_7c2b0] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/crti.o] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/crtbegin.o] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/crt0.o] ==> ignore
arg [-L/usr/lib/gcc/arm-none-eabi/7.3.1] ==> dir [/usr/lib/gcc/arm-none-eabi/7.3.1]
arg [-L/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib] ==> dir [/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib]
arg [CMakeFiles/cmTC_7c2b0.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [--start-group] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [-lc] ==> lib [c]
@ -184,157 +126,147 @@ Parsed C implicit link information from above output:
arg [-lc] ==> lib [c]
arg [-lnosys] ==> lib [nosys]
arg [--end-group] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/8.3.1/crtend.o] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/8.3.1/crtn.o] ==> ignore
collapse library dir [/usr/lib/gcc/arm-none-eabi/8.3.1] ==> [/usr/lib/gcc/arm-none-eabi/8.3.1]
collapse library dir [/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib] ==> [/usr/lib/arm-none-eabi/lib]
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/crtend.o] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/crtn.o] ==> ignore
collapse library dir [/usr/lib/gcc/arm-none-eabi/7.3.1] ==> [/usr/lib/gcc/arm-none-eabi/7.3.1]
collapse library dir [/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib] ==> [/usr/lib/arm-none-eabi/lib]
implicit libs: [gcc;c;gcc;c;nosys]
implicit dirs: [/usr/lib/gcc/arm-none-eabi/8.3.1;/usr/lib/arm-none-eabi/lib]
implicit dirs: [/usr/lib/gcc/arm-none-eabi/7.3.1;/usr/lib/arm-none-eabi/lib]
implicit fwks: []
Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a4dd6/fast"
/usr/bin/make -f CMakeFiles/cmTC_a4dd6.dir/build.make CMakeFiles/cmTC_a4dd6.dir/build
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a4dd6.dir/feature_tests.c.o
/usr/bin/arm-none-eabi-gcc -std=c11 -o CMakeFiles/cmTC_a4dd6.dir/feature_tests.c.o -c /home/ed/github/KED/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_a4dd6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a4dd6.dir/link.txt --verbose=1
/usr/bin/arm-none-eabi-gcc --specs=nosys.specs CMakeFiles/cmTC_a4dd6.dir/feature_tests.c.o -o cmTC_a4dd6
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:1c_static_assert
Feature record: C_FEATURE:1c_variadic_macros
Detecting C [-std=c99] compiler features compiled with the following output:
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_4140d/fast"
/usr/bin/make -f CMakeFiles/cmTC_4140d.dir/build.make CMakeFiles/cmTC_4140d.dir/build
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4140d.dir/feature_tests.c.o
/usr/bin/arm-none-eabi-gcc -std=c99 -o CMakeFiles/cmTC_4140d.dir/feature_tests.c.o -c /home/ed/github/KED/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_4140d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4140d.dir/link.txt --verbose=1
/usr/bin/arm-none-eabi-gcc --specs=nosys.specs CMakeFiles/cmTC_4140d.dir/feature_tests.c.o -o cmTC_4140d
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:1c_variadic_macros
Detecting C [-std=c90] compiler features compiled with the following output:
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2f707/fast"
/usr/bin/make -f CMakeFiles/cmTC_2f707.dir/build.make CMakeFiles/cmTC_2f707.dir/build
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2f707.dir/feature_tests.c.o
/usr/bin/arm-none-eabi-gcc -std=c90 -o CMakeFiles/cmTC_2f707.dir/feature_tests.c.o -c /home/ed/github/KED/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_2f707
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2f707.dir/link.txt --verbose=1
/usr/bin/arm-none-eabi-gcc --specs=nosys.specs CMakeFiles/cmTC_2f707.dir/feature_tests.c.o -o cmTC_2f707
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:0c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:0c_variadic_macros
Determining if the CXX compiler works passed with the following output:
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f6653/fast"
/usr/bin/make -f CMakeFiles/cmTC_f6653.dir/build.make CMakeFiles/cmTC_f6653.dir/build
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_f6653.dir/testCXXCompiler.cxx.o
/usr/bin/arm-none-eabi-g++ -o CMakeFiles/cmTC_f6653.dir/testCXXCompiler.cxx.o -c /home/ed/github/KED/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_f6653
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f6653.dir/link.txt --verbose=1
/usr/bin/arm-none-eabi-g++ --specs=nosys.specs CMakeFiles/cmTC_f6653.dir/testCXXCompiler.cxx.o -o cmTC_f6653
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/key/git/ked/build/CMakeFiles/CMakeTmp
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake cmTC_8e5d6/fast && /usr/bin/gmake -f CMakeFiles/cmTC_8e5d6.dir/build.make CMakeFiles/cmTC_8e5d6.dir/build
gmake[1]: Entering directory '/home/key/git/ked/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_8e5d6.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/arm-none-eabi-g++ -v -o CMakeFiles/cmTC_8e5d6.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp
Using built-in specs.
COLLECT_GCC=/usr/bin/arm-none-eabi-g++
Target: arm-none-eabi
Configured with: ../configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/lib/include' --mandir='/usr/lib/share/man' --infodir='/usr/lib/share/info' --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir='/usr/lib/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --mandir=/usr/share/man --enable-languages=c,c++,lto --enable-multilib --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --enable-tls --build=x86_64-linux-gnu --target=arm-none-eabi --with-system-zlib --with-gnu-as --with-gnu-ld --with-pkgversion=15:8-2019-q3-1+b1 --without-included-gettext --prefix=/usr/lib --infodir=/usr/share/doc/gcc-arm-none-eabi/info --htmldir=/usr/share/doc/gcc-arm-none-eabi/html --pdfdir=/usr/share/doc/gcc-arm-none-eabi/pdf --bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib --disable-libstdc++-v3 --host=x86_64-linux-gnu --with-headers=no --without-newlib --with-multilib-list=rmprofile CFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' CXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' FCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' FFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' GCJFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' LDFLAGS=-Wl,-z,relro OBJCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' OBJCXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' INHIBIT_LIBC_CFLAGS=-DUSE_TM_CLONE_REGISTRY=0 AR_FOR_TARGET=arm-none-eabi-ar AS_FOR_TARGET=arm-none-eabi-as LD_FOR_TARGET=arm-none-eabi-ld NM_FOR_TARGET=arm-none-eabi-nm OBJDUMP_FOR_TARGET=arm-none-eabi-objdump RANLIB_FOR_TARGET=arm-none-eabi-ranlib READELF_FOR_TARGET=arm-none-eabi-readelf STRIP_FOR_TARGET=arm-none-eabi-strip
Thread model: single
gcc version 8.3.1 20190703 (release) [gcc-8-branch revision 273027] (15:8-2019-q3-1+b1)
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_8e5d6.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-mcpu=arm7tdmi' '-mfloat-abi=soft' '-marm' '-march=armv4t'
/usr/lib/gcc/arm-none-eabi/8.3.1/cc1plus -quiet -v -D__USES_INITFINI__ /usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mcpu=arm7tdmi -mfloat-abi=soft -marm -march=armv4t -auxbase-strip CMakeFiles/cmTC_8e5d6.dir/CMakeCXXCompilerABI.cpp.o -version -o /tmp/ccbiZoKj.s
GNU C++14 (15:8-2019-q3-1+b1) version 8.3.1 20190703 (release) [gcc-8-branch revision 273027] (arm-none-eabi)
compiled by GNU C version 10.2.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.0, isl version isl-0.23-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/sys-include"
#include "..." search starts here:
#include <...> search starts here:
/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/include/c++/8.3.1
/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/include/c++/8.3.1/arm-none-eabi
/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/include/c++/8.3.1/backward
/usr/lib/gcc/arm-none-eabi/8.3.1/include
/usr/lib/gcc/arm-none-eabi/8.3.1/include-fixed
/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/include
End of search list.
GNU C++14 (15:8-2019-q3-1+b1) version 8.3.1 20190703 (release) [gcc-8-branch revision 273027] (arm-none-eabi)
compiled by GNU C version 10.2.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.0, isl version isl-0.23-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 2997647168e1093b6d37ca7192a93286
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_8e5d6.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-mcpu=arm7tdmi' '-mfloat-abi=soft' '-marm' '-march=armv4t'
/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/as -v -march=armv4t -mfloat-abi=soft -meabi=5 -o CMakeFiles/cmTC_8e5d6.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccbiZoKj.s
GNU assembler version 2.35.2 (arm-none-eabi) using BFD version (2.35.2-2+14+b2) 2.35.2
COMPILER_PATH=/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/
LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_8e5d6.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-mcpu=arm7tdmi' '-mfloat-abi=soft' '-marm' '-march=armv4t'
Linking CXX executable cmTC_8e5d6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8e5d6.dir/link.txt --verbose=1
/usr/bin/arm-none-eabi-g++ --specs=nosys.specs -v CMakeFiles/cmTC_8e5d6.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_8e5d6
Run Build Command:"/usr/bin/make" "cmTC_e8e03/fast"
/usr/bin/make -f CMakeFiles/cmTC_e8e03.dir/build.make CMakeFiles/cmTC_e8e03.dir/build
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e8e03.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/arm-none-eabi-g++ -o CMakeFiles/cmTC_e8e03.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_e8e03
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e8e03.dir/link.txt --verbose=1
/usr/bin/arm-none-eabi-g++ --specs=nosys.specs -v CMakeFiles/cmTC_e8e03.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_e8e03
Using built-in specs.
Reading specs from /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib/nosys.specs
Reading specs from /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/nosys.specs
rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence
COLLECT_GCC=/usr/bin/arm-none-eabi-g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-none-eabi/8.3.1/lto-wrapper
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-none-eabi/7.3.1/lto-wrapper
Target: arm-none-eabi
Configured with: ../configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/lib/include' --mandir='/usr/lib/share/man' --infodir='/usr/lib/share/info' --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir='/usr/lib/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --mandir=/usr/share/man --enable-languages=c,c++,lto --enable-multilib --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --enable-tls --build=x86_64-linux-gnu --target=arm-none-eabi --with-system-zlib --with-gnu-as --with-gnu-ld --with-pkgversion=15:8-2019-q3-1+b1 --without-included-gettext --prefix=/usr/lib --infodir=/usr/share/doc/gcc-arm-none-eabi/info --htmldir=/usr/share/doc/gcc-arm-none-eabi/html --pdfdir=/usr/share/doc/gcc-arm-none-eabi/pdf --bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib --disable-libstdc++-v3 --host=x86_64-linux-gnu --with-headers=no --without-newlib --with-multilib-list=rmprofile CFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' CXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' FCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' FFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' GCJFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' LDFLAGS=-Wl,-z,relro OBJCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' OBJCXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' INHIBIT_LIBC_CFLAGS=-DUSE_TM_CLONE_REGISTRY=0 AR_FOR_TARGET=arm-none-eabi-ar AS_FOR_TARGET=arm-none-eabi-as LD_FOR_TARGET=arm-none-eabi-ld NM_FOR_TARGET=arm-none-eabi-nm OBJDUMP_FOR_TARGET=arm-none-eabi-objdump RANLIB_FOR_TARGET=arm-none-eabi-ranlib READELF_FOR_TARGET=arm-none-eabi-readelf STRIP_FOR_TARGET=arm-none-eabi-strip
Configured with: ../configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/lib/include' --mandir='/usr/lib/share/man' --infodir='/usr/lib/share/info' --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir='/usr/lib/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --mandir=/usr/share/man --enable-languages=c,c++,lto --enable-multilib --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --build=x86_64-linux-gnu --target=arm-none-eabi --with-system-zlib --with-gnu-as --with-gnu-ld --with-pkgversion=15:7-2018-q2-6 --without-included-gettext --prefix=/usr/lib --infodir=/usr/share/doc/gcc-arm-none-eabi/info --htmldir=/usr/share/doc/gcc-arm-none-eabi/html --pdfdir=/usr/share/doc/gcc-arm-none-eabi/pdf --bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib --disable-libstdc++-v3 --host=x86_64-linux-gnu --with-headers=no --without-newlib --with-multilib-list=rmprofile CFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' CXXFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' FCFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' FFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' GCJFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' LDFLAGS=-Wl,-z,relro OBJCFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' OBJCXXFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' INHIBIT_LIBC_CFLAGS=-DUSE_TM_CLONE_REGISTRY=0 AR_FOR_TARGET=arm-none-eabi-ar AS_FOR_TARGET=arm-none-eabi-as LD_FOR_TARGET=arm-none-eabi-ld NM_FOR_TARGET=arm-none-eabi-nm OBJDUMP_FOR_TARGET=arm-none-eabi-objdump RANLIB_FOR_TARGET=arm-none-eabi-ranlib READELF_FOR_TARGET=arm-none-eabi-readelf STRIP_FOR_TARGET=arm-none-eabi-strip
Thread model: single
gcc version 8.3.1 20190703 (release) [gcc-8-branch revision 273027] (15:8-2019-q3-1+b1)
COMPILER_PATH=/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/
LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib/
COLLECT_GCC_OPTIONS='-specs=nosys.specs' '-v' '-o' 'cmTC_8e5d6' '-mcpu=arm7tdmi' '-mfloat-abi=soft' '-marm' '-march=armv4t'
/usr/lib/gcc/arm-none-eabi/8.3.1/collect2 -plugin /usr/lib/gcc/arm-none-eabi/8.3.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-none-eabi/8.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccEFpTJN.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -X -o cmTC_8e5d6 /usr/lib/gcc/arm-none-eabi/8.3.1/crti.o /usr/lib/gcc/arm-none-eabi/8.3.1/crtbegin.o /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib/crt0.o -L/usr/lib/gcc/arm-none-eabi/8.3.1 -L/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib CMakeFiles/cmTC_8e5d6.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm --start-group -lgcc -lc --end-group --start-group -lgcc -lc -lnosys --end-group /usr/lib/gcc/arm-none-eabi/8.3.1/crtend.o /usr/lib/gcc/arm-none-eabi/8.3.1/crtn.o
COLLECT_GCC_OPTIONS='-specs=nosys.specs' '-v' '-o' 'cmTC_8e5d6' '-mcpu=arm7tdmi' '-mfloat-abi=soft' '-marm' '-march=armv4t'
gmake[1]: Leaving directory '/home/key/git/ked/build/CMakeFiles/CMakeTmp'
Parsed CXX implicit include dir info from above output: rv=done
found start of include info
found start of implicit include info
add: [/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/include/c++/8.3.1]
add: [/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/include/c++/8.3.1/arm-none-eabi]
add: [/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/include/c++/8.3.1/backward]
add: [/usr/lib/gcc/arm-none-eabi/8.3.1/include]
add: [/usr/lib/gcc/arm-none-eabi/8.3.1/include-fixed]
add: [/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/include]
end of search list found
collapse include dir [/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/include/c++/8.3.1] ==> [/usr/lib/arm-none-eabi/include/c++/8.3.1]
collapse include dir [/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/include/c++/8.3.1/arm-none-eabi] ==> [/usr/lib/arm-none-eabi/include/c++/8.3.1/arm-none-eabi]
collapse include dir [/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/include/c++/8.3.1/backward] ==> [/usr/lib/arm-none-eabi/include/c++/8.3.1/backward]
collapse include dir [/usr/lib/gcc/arm-none-eabi/8.3.1/include] ==> [/usr/lib/gcc/arm-none-eabi/8.3.1/include]
collapse include dir [/usr/lib/gcc/arm-none-eabi/8.3.1/include-fixed] ==> [/usr/lib/gcc/arm-none-eabi/8.3.1/include-fixed]
collapse include dir [/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/include] ==> [/usr/lib/arm-none-eabi/include]
implicit include dirs: [/usr/lib/arm-none-eabi/include/c++/8.3.1;/usr/lib/arm-none-eabi/include/c++/8.3.1/arm-none-eabi;/usr/lib/arm-none-eabi/include/c++/8.3.1/backward;/usr/lib/gcc/arm-none-eabi/8.3.1/include;/usr/lib/gcc/arm-none-eabi/8.3.1/include-fixed;/usr/lib/arm-none-eabi/include]
gcc version 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907] (15:7-2018-q2-6)
COMPILER_PATH=/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/
LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/
COLLECT_GCC_OPTIONS='-specs=nosys.specs' '-v' '-o' 'cmTC_e8e03'
/usr/lib/gcc/arm-none-eabi/7.3.1/collect2 -plugin /usr/lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-none-eabi/7.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc9xMv1I.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -X -o cmTC_e8e03 /usr/lib/gcc/arm-none-eabi/7.3.1/crti.o /usr/lib/gcc/arm-none-eabi/7.3.1/crtbegin.o /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/crt0.o -L/usr/lib/gcc/arm-none-eabi/7.3.1 -L/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib CMakeFiles/cmTC_e8e03.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm --start-group -lgcc -lc --end-group --start-group -lgcc -lc -lnosys --end-group /usr/lib/gcc/arm-none-eabi/7.3.1/crtend.o /usr/lib/gcc/arm-none-eabi/7.3.1/crtn.o
COLLECT_GCC_OPTIONS='-specs=nosys.specs' '-v' '-o' 'cmTC_e8e03'
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(arm-none-eabi-ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/key/git/ked/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_8e5d6/fast && /usr/bin/gmake -f CMakeFiles/cmTC_8e5d6.dir/build.make CMakeFiles/cmTC_8e5d6.dir/build]
ignore line: [gmake[1]: Entering directory '/home/key/git/ked/build/CMakeFiles/CMakeTmp']
ignore line: [Building CXX object CMakeFiles/cmTC_8e5d6.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/bin/arm-none-eabi-g++ -v -o CMakeFiles/cmTC_8e5d6.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/arm-none-eabi-g++]
ignore line: [Target: arm-none-eabi]
ignore line: [Configured with: ../configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/lib/include' --mandir='/usr/lib/share/man' --infodir='/usr/lib/share/info' --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir='/usr/lib/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --mandir=/usr/share/man --enable-languages=c,c++,lto --enable-multilib --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --enable-tls --build=x86_64-linux-gnu --target=arm-none-eabi --with-system-zlib --with-gnu-as --with-gnu-ld --with-pkgversion=15:8-2019-q3-1+b1 --without-included-gettext --prefix=/usr/lib --infodir=/usr/share/doc/gcc-arm-none-eabi/info --htmldir=/usr/share/doc/gcc-arm-none-eabi/html --pdfdir=/usr/share/doc/gcc-arm-none-eabi/pdf --bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib --disable-libstdc++-v3 --host=x86_64-linux-gnu --with-headers=no --without-newlib --with-multilib-list=rmprofile CFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' CXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' FCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' FFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' GCJFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' LDFLAGS=-Wl,-z,relro OBJCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' OBJCXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' INHIBIT_LIBC_CFLAGS=-DUSE_TM_CLONE_REGISTRY=0 AR_FOR_TARGET=arm-none-eabi-ar AS_FOR_TARGET=arm-none-eabi-as LD_FOR_TARGET=arm-none-eabi-ld NM_FOR_TARGET=arm-none-eabi-nm OBJDUMP_FOR_TARGET=arm-none-eabi-objdump RANLIB_FOR_TARGET=arm-none-eabi-ranlib READELF_FOR_TARGET=arm-none-eabi-readelf STRIP_FOR_TARGET=arm-none-eabi-strip]
ignore line: [Thread model: single]
ignore line: [gcc version 8.3.1 20190703 (release) [gcc-8-branch revision 273027] (15:8-2019-q3-1+b1) ]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_8e5d6.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-mcpu=arm7tdmi' '-mfloat-abi=soft' '-marm' '-march=armv4t']
ignore line: [ /usr/lib/gcc/arm-none-eabi/8.3.1/cc1plus -quiet -v -D__USES_INITFINI__ /usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mcpu=arm7tdmi -mfloat-abi=soft -marm -march=armv4t -auxbase-strip CMakeFiles/cmTC_8e5d6.dir/CMakeCXXCompilerABI.cpp.o -version -o /tmp/ccbiZoKj.s]
ignore line: [GNU C++14 (15:8-2019-q3-1+b1) version 8.3.1 20190703 (release) [gcc-8-branch revision 273027] (arm-none-eabi)]
ignore line: [ compiled by GNU C version 10.2.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.0 isl version isl-0.23-GMP]
ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/sys-include"]
ignore line: [#include "..." search starts here:]
ignore line: [#include <...> search starts here:]
ignore line: [ /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/include/c++/8.3.1]
ignore line: [ /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/include/c++/8.3.1/arm-none-eabi]
ignore line: [ /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/include/c++/8.3.1/backward]
ignore line: [ /usr/lib/gcc/arm-none-eabi/8.3.1/include]
ignore line: [ /usr/lib/gcc/arm-none-eabi/8.3.1/include-fixed]
ignore line: [ /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/include]
ignore line: [End of search list.]
ignore line: [GNU C++14 (15:8-2019-q3-1+b1) version 8.3.1 20190703 (release) [gcc-8-branch revision 273027] (arm-none-eabi)]
ignore line: [ compiled by GNU C version 10.2.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.0 isl version isl-0.23-GMP]
ignore line: [Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [Compiler executable checksum: 2997647168e1093b6d37ca7192a93286]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_8e5d6.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-mcpu=arm7tdmi' '-mfloat-abi=soft' '-marm' '-march=armv4t']
ignore line: [ /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/as -v -march=armv4t -mfloat-abi=soft -meabi=5 -o CMakeFiles/cmTC_8e5d6.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccbiZoKj.s]
ignore line: [GNU assembler version 2.35.2 (arm-none-eabi) using BFD version (2.35.2-2+14+b2) 2.35.2]
ignore line: [COMPILER_PATH=/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_8e5d6.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-mcpu=arm7tdmi' '-mfloat-abi=soft' '-marm' '-march=armv4t']
ignore line: [Linking CXX executable cmTC_8e5d6]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8e5d6.dir/link.txt --verbose=1]
ignore line: [/usr/bin/arm-none-eabi-g++ --specs=nosys.specs -v CMakeFiles/cmTC_8e5d6.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_8e5d6 ]
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_e8e03/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_e8e03.dir/build.make CMakeFiles/cmTC_e8e03.dir/build]
ignore line: [make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp']
ignore line: [Building CXX object CMakeFiles/cmTC_e8e03.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/bin/arm-none-eabi-g++ -o CMakeFiles/cmTC_e8e03.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTC_e8e03]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e8e03.dir/link.txt --verbose=1]
ignore line: [/usr/bin/arm-none-eabi-g++ --specs=nosys.specs -v CMakeFiles/cmTC_e8e03.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_e8e03 ]
ignore line: [Using built-in specs.]
ignore line: [Reading specs from /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib/nosys.specs]
ignore line: [Reading specs from /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/nosys.specs]
ignore line: [rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence]
ignore line: [COLLECT_GCC=/usr/bin/arm-none-eabi-g++]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-none-eabi/8.3.1/lto-wrapper]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-none-eabi/7.3.1/lto-wrapper]
ignore line: [Target: arm-none-eabi]
ignore line: [Configured with: ../configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/lib/include' --mandir='/usr/lib/share/man' --infodir='/usr/lib/share/info' --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir='/usr/lib/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --mandir=/usr/share/man --enable-languages=c,c++,lto --enable-multilib --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --enable-tls --build=x86_64-linux-gnu --target=arm-none-eabi --with-system-zlib --with-gnu-as --with-gnu-ld --with-pkgversion=15:8-2019-q3-1+b1 --without-included-gettext --prefix=/usr/lib --infodir=/usr/share/doc/gcc-arm-none-eabi/info --htmldir=/usr/share/doc/gcc-arm-none-eabi/html --pdfdir=/usr/share/doc/gcc-arm-none-eabi/pdf --bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib --disable-libstdc++-v3 --host=x86_64-linux-gnu --with-headers=no --without-newlib --with-multilib-list=rmprofile CFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' CXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' FCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' FFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' GCJFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' LDFLAGS=-Wl,-z,relro OBJCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' OBJCXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-zSbVfn/gcc-arm-none-eabi-8-2019-q3=. -fstack-protector-strong' INHIBIT_LIBC_CFLAGS=-DUSE_TM_CLONE_REGISTRY=0 AR_FOR_TARGET=arm-none-eabi-ar AS_FOR_TARGET=arm-none-eabi-as LD_FOR_TARGET=arm-none-eabi-ld NM_FOR_TARGET=arm-none-eabi-nm OBJDUMP_FOR_TARGET=arm-none-eabi-objdump RANLIB_FOR_TARGET=arm-none-eabi-ranlib READELF_FOR_TARGET=arm-none-eabi-readelf STRIP_FOR_TARGET=arm-none-eabi-strip]
ignore line: [Configured with: ../configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/lib/include' --mandir='/usr/lib/share/man' --infodir='/usr/lib/share/info' --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir='/usr/lib/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --mandir=/usr/share/man --enable-languages=c,c++,lto --enable-multilib --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --build=x86_64-linux-gnu --target=arm-none-eabi --with-system-zlib --with-gnu-as --with-gnu-ld --with-pkgversion=15:7-2018-q2-6 --without-included-gettext --prefix=/usr/lib --infodir=/usr/share/doc/gcc-arm-none-eabi/info --htmldir=/usr/share/doc/gcc-arm-none-eabi/html --pdfdir=/usr/share/doc/gcc-arm-none-eabi/pdf --bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib --disable-libstdc++-v3 --host=x86_64-linux-gnu --with-headers=no --without-newlib --with-multilib-list=rmprofile CFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' CXXFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' FCFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' FFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' GCJFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' LDFLAGS=-Wl,-z,relro OBJCFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' OBJCXXFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' INHIBIT_LIBC_CFLAGS=-DUSE_TM_CLONE_REGISTRY=0 AR_FOR_TARGET=arm-none-eabi-ar AS_FOR_TARGET=arm-none-eabi-as LD_FOR_TARGET=arm-none-eabi-ld NM_FOR_TARGET=arm-none-eabi-nm OBJDUMP_FOR_TARGET=arm-none-eabi-objdump RANLIB_FOR_TARGET=arm-none-eabi-ranlib READELF_FOR_TARGET=arm-none-eabi-readelf STRIP_FOR_TARGET=arm-none-eabi-strip]
ignore line: [Thread model: single]
ignore line: [gcc version 8.3.1 20190703 (release) [gcc-8-branch revision 273027] (15:8-2019-q3-1+b1) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/8.3.1/:/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-specs=nosys.specs' '-v' '-o' 'cmTC_8e5d6' '-mcpu=arm7tdmi' '-mfloat-abi=soft' '-marm' '-march=armv4t']
link line: [ /usr/lib/gcc/arm-none-eabi/8.3.1/collect2 -plugin /usr/lib/gcc/arm-none-eabi/8.3.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-none-eabi/8.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccEFpTJN.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -X -o cmTC_8e5d6 /usr/lib/gcc/arm-none-eabi/8.3.1/crti.o /usr/lib/gcc/arm-none-eabi/8.3.1/crtbegin.o /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib/crt0.o -L/usr/lib/gcc/arm-none-eabi/8.3.1 -L/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib CMakeFiles/cmTC_8e5d6.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm --start-group -lgcc -lc --end-group --start-group -lgcc -lc -lnosys --end-group /usr/lib/gcc/arm-none-eabi/8.3.1/crtend.o /usr/lib/gcc/arm-none-eabi/8.3.1/crtn.o]
arg [/usr/lib/gcc/arm-none-eabi/8.3.1/collect2] ==> ignore
ignore line: [gcc version 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907] (15:7-2018-q2-6) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-specs=nosys.specs' '-v' '-o' 'cmTC_e8e03']
link line: [ /usr/lib/gcc/arm-none-eabi/7.3.1/collect2 -plugin /usr/lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-none-eabi/7.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc9xMv1I.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -X -o cmTC_e8e03 /usr/lib/gcc/arm-none-eabi/7.3.1/crti.o /usr/lib/gcc/arm-none-eabi/7.3.1/crtbegin.o /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/crt0.o -L/usr/lib/gcc/arm-none-eabi/7.3.1 -L/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib CMakeFiles/cmTC_e8e03.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm --start-group -lgcc -lc --end-group --start-group -lgcc -lc -lnosys --end-group /usr/lib/gcc/arm-none-eabi/7.3.1/crtend.o /usr/lib/gcc/arm-none-eabi/7.3.1/crtn.o]
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/8.3.1/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/arm-none-eabi/8.3.1/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccEFpTJN.res] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/arm-none-eabi/7.3.1/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/cc9xMv1I.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
@ -342,13 +274,13 @@ Parsed CXX implicit link information from above output:
arg [-plugin-opt=-pass-through=-lnosys] ==> ignore
arg [-X] ==> ignore
arg [-o] ==> ignore
arg [cmTC_8e5d6] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/8.3.1/crti.o] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/8.3.1/crtbegin.o] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib/crt0.o] ==> ignore
arg [-L/usr/lib/gcc/arm-none-eabi/8.3.1] ==> dir [/usr/lib/gcc/arm-none-eabi/8.3.1]
arg [-L/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib] ==> dir [/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib]
arg [CMakeFiles/cmTC_8e5d6.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [cmTC_e8e03] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/crti.o] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/crtbegin.o] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/crt0.o] ==> ignore
arg [-L/usr/lib/gcc/arm-none-eabi/7.3.1] ==> dir [/usr/lib/gcc/arm-none-eabi/7.3.1]
arg [-L/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib] ==> dir [/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib]
arg [CMakeFiles/cmTC_e8e03.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lstdc++] ==> lib [stdc++]
arg [-lm] ==> lib [m]
arg [--start-group] ==> ignore
@ -360,12 +292,304 @@ Parsed CXX implicit link information from above output:
arg [-lc] ==> lib [c]
arg [-lnosys] ==> lib [nosys]
arg [--end-group] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/8.3.1/crtend.o] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/8.3.1/crtn.o] ==> ignore
collapse library dir [/usr/lib/gcc/arm-none-eabi/8.3.1] ==> [/usr/lib/gcc/arm-none-eabi/8.3.1]
collapse library dir [/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/lib] ==> [/usr/lib/arm-none-eabi/lib]
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/crtend.o] ==> ignore
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/crtn.o] ==> ignore
collapse library dir [/usr/lib/gcc/arm-none-eabi/7.3.1] ==> [/usr/lib/gcc/arm-none-eabi/7.3.1]
collapse library dir [/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib] ==> [/usr/lib/arm-none-eabi/lib]
implicit libs: [stdc++;m;gcc;c;gcc;c;nosys]
implicit dirs: [/usr/lib/gcc/arm-none-eabi/8.3.1;/usr/lib/arm-none-eabi/lib]
implicit dirs: [/usr/lib/gcc/arm-none-eabi/7.3.1;/usr/lib/arm-none-eabi/lib]
implicit fwks: []
Detecting CXX [-std=c++1z] compiler features compiled with the following output:
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c78a7/fast"
/usr/bin/make -f CMakeFiles/cmTC_c78a7.dir/build.make CMakeFiles/cmTC_c78a7.dir/build
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_c78a7.dir/feature_tests.cxx.o
/usr/bin/arm-none-eabi-g++ -std=c++1z -o CMakeFiles/cmTC_c78a7.dir/feature_tests.cxx.o -c /home/ed/github/KED/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_c78a7
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c78a7.dir/link.txt --verbose=1
/usr/bin/arm-none-eabi-g++ --specs=nosys.specs CMakeFiles/cmTC_c78a7.dir/feature_tests.cxx.o -o cmTC_c78a7
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f22e4/fast"
/usr/bin/make -f CMakeFiles/cmTC_f22e4.dir/build.make CMakeFiles/cmTC_f22e4.dir/build
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_f22e4.dir/feature_tests.cxx.o
/usr/bin/arm-none-eabi-g++ -std=c++14 -o CMakeFiles/cmTC_f22e4.dir/feature_tests.cxx.o -c /home/ed/github/KED/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_f22e4
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f22e4.dir/link.txt --verbose=1
/usr/bin/arm-none-eabi-g++ --specs=nosys.specs CMakeFiles/cmTC_f22e4.dir/feature_tests.cxx.o -o cmTC_f22e4
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++11] compiler features compiled with the following output:
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a61a8/fast"
/usr/bin/make -f CMakeFiles/cmTC_a61a8.dir/build.make CMakeFiles/cmTC_a61a8.dir/build
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_a61a8.dir/feature_tests.cxx.o
/usr/bin/arm-none-eabi-g++ -std=c++11 -o CMakeFiles/cmTC_a61a8.dir/feature_tests.cxx.o -c /home/ed/github/KED/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_a61a8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a61a8.dir/link.txt --verbose=1
/usr/bin/arm-none-eabi-g++ --specs=nosys.specs CMakeFiles/cmTC_a61a8.dir/feature_tests.cxx.o -o cmTC_a61a8
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++98] compiler features compiled with the following output:
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_fd67d/fast"
/usr/bin/make -f CMakeFiles/cmTC_fd67d.dir/build.make CMakeFiles/cmTC_fd67d.dir/build
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_fd67d.dir/feature_tests.cxx.o
/usr/bin/arm-none-eabi-g++ -std=c++98 -o CMakeFiles/cmTC_fd67d.dir/feature_tests.cxx.o -c /home/ed/github/KED/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_fd67d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fd67d.dir/link.txt --verbose=1
/usr/bin/arm-none-eabi-g++ --specs=nosys.specs CMakeFiles/cmTC_fd67d.dir/feature_tests.cxx.o -o cmTC_fd67d
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:0cxx_alias_templates
Feature record: CXX_FEATURE:0cxx_alignas
Feature record: CXX_FEATURE:0cxx_alignof
Feature record: CXX_FEATURE:0cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:0cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:0cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:0cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:0cxx_default_function_template_args
Feature record: CXX_FEATURE:0cxx_defaulted_functions
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:0cxx_delegating_constructors
Feature record: CXX_FEATURE:0cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
Feature record: CXX_FEATURE:0cxx_explicit_conversions
Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
Feature record: CXX_FEATURE:0cxx_extern_templates
Feature record: CXX_FEATURE:0cxx_final
Feature record: CXX_FEATURE:0cxx_func_identifier
Feature record: CXX_FEATURE:0cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:0cxx_inheriting_constructors
Feature record: CXX_FEATURE:0cxx_inline_namespaces
Feature record: CXX_FEATURE:0cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:0cxx_local_type_template_args
Feature record: CXX_FEATURE:0cxx_long_long_type
Feature record: CXX_FEATURE:0cxx_noexcept
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
Feature record: CXX_FEATURE:0cxx_nullptr
Feature record: CXX_FEATURE:0cxx_override
Feature record: CXX_FEATURE:0cxx_range_for
Feature record: CXX_FEATURE:0cxx_raw_string_literals
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:0cxx_right_angle_brackets
Feature record: CXX_FEATURE:0cxx_rvalue_references
Feature record: CXX_FEATURE:0cxx_sizeof_member
Feature record: CXX_FEATURE:0cxx_static_assert
Feature record: CXX_FEATURE:0cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:0cxx_thread_local
Feature record: CXX_FEATURE:0cxx_trailing_return_types
Feature record: CXX_FEATURE:0cxx_unicode_literals
Feature record: CXX_FEATURE:0cxx_uniform_initialization
Feature record: CXX_FEATURE:0cxx_unrestricted_unions
Feature record: CXX_FEATURE:0cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:0cxx_variadic_macros
Feature record: CXX_FEATURE:0cxx_variadic_templates

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# The generator used is:
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
@ -18,100 +18,99 @@ set(CMAKE_MAKEFILE_DEPENDS
"../bsl/nucleo_f042k6/bsl_nucleo_f042k6.cmake"
"../bsl/nucleo_f042k6/periferals/CMakeLists.txt"
"../bsl/nucleo_f042k6/periferals/gpio/CMakeLists.txt"
"CMakeFiles/3.18.4/CMakeASMCompiler.cmake"
"CMakeFiles/3.18.4/CMakeCCompiler.cmake"
"CMakeFiles/3.18.4/CMakeCXXCompiler.cmake"
"CMakeFiles/3.18.4/CMakeSystem.cmake"
"/usr/share/cmake-3.18/Modules/CMakeASMCompiler.cmake.in"
"/usr/share/cmake-3.18/Modules/CMakeASMInformation.cmake"
"/usr/share/cmake-3.18/Modules/CMakeCCompiler.cmake.in"
"/usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c"
"/usr/share/cmake-3.18/Modules/CMakeCInformation.cmake"
"/usr/share/cmake-3.18/Modules/CMakeCXXCompiler.cmake.in"
"/usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp"
"/usr/share/cmake-3.18/Modules/CMakeCXXInformation.cmake"
"/usr/share/cmake-3.18/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake"
"/usr/share/cmake-3.18/Modules/CMakeCommonLanguageInclude.cmake"
"/usr/share/cmake-3.18/Modules/CMakeCompilerIdDetection.cmake"
"/usr/share/cmake-3.18/Modules/CMakeDetermineASMCompiler.cmake"
"/usr/share/cmake-3.18/Modules/CMakeDetermineCCompiler.cmake"
"/usr/share/cmake-3.18/Modules/CMakeDetermineCXXCompiler.cmake"
"/usr/share/cmake-3.18/Modules/CMakeDetermineCompileFeatures.cmake"
"/usr/share/cmake-3.18/Modules/CMakeDetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/CMakeDetermineCompilerABI.cmake"
"/usr/share/cmake-3.18/Modules/CMakeDetermineCompilerId.cmake"
"/usr/share/cmake-3.18/Modules/CMakeDetermineSystem.cmake"
"/usr/share/cmake-3.18/Modules/CMakeFindBinUtils.cmake"
"/usr/share/cmake-3.18/Modules/CMakeGenericSystem.cmake"
"/usr/share/cmake-3.18/Modules/CMakeInitializeConfigs.cmake"
"/usr/share/cmake-3.18/Modules/CMakeLanguageInformation.cmake"
"/usr/share/cmake-3.18/Modules/CMakeParseImplicitIncludeInfo.cmake"
"/usr/share/cmake-3.18/Modules/CMakeParseImplicitLinkInfo.cmake"
"/usr/share/cmake-3.18/Modules/CMakeSystem.cmake.in"
"/usr/share/cmake-3.18/Modules/CMakeSystemSpecificInformation.cmake"
"/usr/share/cmake-3.18/Modules/CMakeSystemSpecificInitialize.cmake"
"/usr/share/cmake-3.18/Modules/CMakeTestASMCompiler.cmake"
"/usr/share/cmake-3.18/Modules/CMakeTestCCompiler.cmake"
"/usr/share/cmake-3.18/Modules/CMakeTestCXXCompiler.cmake"
"/usr/share/cmake-3.18/Modules/CMakeTestCompilerCommon.cmake"
"/usr/share/cmake-3.18/Modules/CMakeUnixFindMake.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/ADSP-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/Borland-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/Clang-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/Cray-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/GHS-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/GNU-ASM.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/GNU-C.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/GNU-CXX.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/GNU-FindBinUtils.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/GNU.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/HP-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/IAR-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/Intel-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/MSVC-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/PGI-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/PathScale-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/SCO-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/TI-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/Watcom-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/XL-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/XLClang-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.18/Modules/Internal/CMakeCheckCompilerFlag.cmake"
"/usr/share/cmake-3.18/Modules/Internal/FeatureTesting.cmake"
"/usr/share/cmake-3.18/Modules/Platform/Linux-Determine-CXX.cmake"
"/usr/share/cmake-3.18/Modules/Platform/Linux-GNU-C.cmake"
"/usr/share/cmake-3.18/Modules/Platform/Linux-GNU-CXX.cmake"
"/usr/share/cmake-3.18/Modules/Platform/Linux-GNU.cmake"
"/usr/share/cmake-3.18/Modules/Platform/Linux.cmake"
"/usr/share/cmake-3.18/Modules/Platform/UnixPaths.cmake"
"CMakeFiles/3.13.4/CMakeASMCompiler.cmake"
"CMakeFiles/3.13.4/CMakeCCompiler.cmake"
"CMakeFiles/3.13.4/CMakeCXXCompiler.cmake"
"CMakeFiles/3.13.4/CMakeSystem.cmake"
"CMakeFiles/feature_tests.c"
"CMakeFiles/feature_tests.cxx"
"/usr/share/cmake-3.13/Modules/CMakeASMCompiler.cmake.in"
"/usr/share/cmake-3.13/Modules/CMakeASMInformation.cmake"
"/usr/share/cmake-3.13/Modules/CMakeCCompiler.cmake.in"
"/usr/share/cmake-3.13/Modules/CMakeCCompilerABI.c"
"/usr/share/cmake-3.13/Modules/CMakeCInformation.cmake"
"/usr/share/cmake-3.13/Modules/CMakeCXXCompiler.cmake.in"
"/usr/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp"
"/usr/share/cmake-3.13/Modules/CMakeCXXInformation.cmake"
"/usr/share/cmake-3.13/Modules/CMakeCommonLanguageInclude.cmake"
"/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake"
"/usr/share/cmake-3.13/Modules/CMakeDetermineASMCompiler.cmake"
"/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake"
"/usr/share/cmake-3.13/Modules/CMakeDetermineCXXCompiler.cmake"
"/usr/share/cmake-3.13/Modules/CMakeDetermineCompileFeatures.cmake"
"/usr/share/cmake-3.13/Modules/CMakeDetermineCompiler.cmake"
"/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerABI.cmake"
"/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake"
"/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake"
"/usr/share/cmake-3.13/Modules/CMakeFindBinUtils.cmake"
"/usr/share/cmake-3.13/Modules/CMakeGenericSystem.cmake"
"/usr/share/cmake-3.13/Modules/CMakeInitializeConfigs.cmake"
"/usr/share/cmake-3.13/Modules/CMakeLanguageInformation.cmake"
"/usr/share/cmake-3.13/Modules/CMakeParseImplicitLinkInfo.cmake"
"/usr/share/cmake-3.13/Modules/CMakeSystem.cmake.in"
"/usr/share/cmake-3.13/Modules/CMakeSystemSpecificInformation.cmake"
"/usr/share/cmake-3.13/Modules/CMakeSystemSpecificInitialize.cmake"
"/usr/share/cmake-3.13/Modules/CMakeTestASMCompiler.cmake"
"/usr/share/cmake-3.13/Modules/CMakeTestCCompiler.cmake"
"/usr/share/cmake-3.13/Modules/CMakeTestCXXCompiler.cmake"
"/usr/share/cmake-3.13/Modules/CMakeTestCompilerCommon.cmake"
"/usr/share/cmake-3.13/Modules/CMakeUnixFindMake.cmake"
"/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/CMakeCommonCompilerMacros.cmake"
"/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompiler.cmake"
"/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
"/usr/share/cmake-3.13/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.13/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.13/Modules/Compiler/Compaq-CXX-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-ASM.cmake"
"/usr/share/cmake-3.13/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.13/Modules/Compiler/GNU-C-FeatureTests.cmake"
"/usr/share/cmake-3.13/Modules/Compiler/GNU-C.cmake"
"/usr/share/cmake-3.13/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.13/Modules/Compiler/GNU-CXX-FeatureTests.cmake"
"/usr/share/cmake-3.13/Modules/Compiler/GNU-CXX.cmake"
"/usr/share/cmake-3.13/Modules/Compiler/GNU-FindBinUtils.cmake"
"/usr/share/cmake-3.13/Modules/Compiler/GNU.cmake"
"/usr/share/cmake-3.13/Modules/Compiler/HP-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.13/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.13/Modules/Compiler/IAR-DetermineCompiler.cmake"
"/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
"/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.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/SunPro-CXX-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/VisualAge-CXX-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/XL-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.13/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.13/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.13/Modules/Internal/FeatureTesting.cmake"
"/usr/share/cmake-3.13/Modules/Platform/Linux-Determine-CXX.cmake"
"/usr/share/cmake-3.13/Modules/Platform/Linux-GNU-C.cmake"
"/usr/share/cmake-3.13/Modules/Platform/Linux-GNU-CXX.cmake"
"/usr/share/cmake-3.13/Modules/Platform/Linux-GNU.cmake"
"/usr/share/cmake-3.13/Modules/Platform/Linux.cmake"
"/usr/share/cmake-3.13/Modules/Platform/UnixPaths.cmake"
)
# The corresponding makefile is:
@ -122,12 +121,12 @@ set(CMAKE_MAKEFILE_OUTPUTS
# Byproducts of CMake generate step:
set(CMAKE_MAKEFILE_PRODUCTS
"CMakeFiles/3.18.4/CMakeSystem.cmake"
"CMakeFiles/3.18.4/CMakeASMCompiler.cmake"
"CMakeFiles/3.18.4/CMakeCCompiler.cmake"
"CMakeFiles/3.18.4/CMakeCXXCompiler.cmake"
"CMakeFiles/3.18.4/CMakeCCompiler.cmake"
"CMakeFiles/3.18.4/CMakeCXXCompiler.cmake"
"CMakeFiles/3.13.4/CMakeSystem.cmake"
"CMakeFiles/3.13.4/CMakeASMCompiler.cmake"
"CMakeFiles/3.13.4/CMakeCCompiler.cmake"
"CMakeFiles/3.13.4/CMakeCXXCompiler.cmake"
"CMakeFiles/3.13.4/CMakeCCompiler.cmake"
"CMakeFiles/3.13.4/CMakeCXXCompiler.cmake"
"CMakeFiles/CMakeDirectoryInformation.cmake"
"bsl/CMakeFiles/CMakeDirectoryInformation.cmake"
"bsl/csl/CMakeFiles/CMakeDirectoryInformation.cmake"

@ -1,47 +1,43 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# The main recursive all target
all:
.PHONY : all
# Disable VCS-based implicit rules.
% : RCS/%
# The main recursive preinstall target
preinstall:
.PHONY : preinstall
# Disable VCS-based implicit rules.
% : RCS/%,v
# The main recursive clean target
clean:
.PHONY : clean
# Disable VCS-based implicit rules.
% : SCCS/s.%
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : s.%
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
@ -57,310 +53,269 @@ SHELL = /bin/sh
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/key/git/ked
CMAKE_SOURCE_DIR = /home/ed/github/KED
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/key/git/ked/build
CMAKE_BINARY_DIR = /home/ed/github/KED/build
#=============================================================================
# Directory level rules for the build root directory
# Target rules for target CMakeFiles/refOvenTest.out.dir
# All Build rule for target.
CMakeFiles/refOvenTest.out.dir/all: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/all
CMakeFiles/refOvenTest.out.dir/all: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/all
CMakeFiles/refOvenTest.out.dir/all: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/all
CMakeFiles/refOvenTest.out.dir/all: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/all
CMakeFiles/refOvenTest.out.dir/all: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/all
$(MAKE) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/depend
$(MAKE) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=3,4 "Built target refOvenTest.out"
.PHONY : CMakeFiles/refOvenTest.out.dir/all
# The main recursive "all" target.
# Include target in all.
all: CMakeFiles/refOvenTest.out.dir/all
all: bsl/all
.PHONY : all
# The main recursive "preinstall" target.
preinstall: bsl/preinstall
# Build rule for subdir invocation for target.
CMakeFiles/refOvenTest.out.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 18
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/refOvenTest.out.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
.PHONY : CMakeFiles/refOvenTest.out.dir/rule
# Convenience name for target.
refOvenTest.out: CMakeFiles/refOvenTest.out.dir/rule
.PHONY : preinstall
.PHONY : refOvenTest.out
# The main recursive "clean" target.
# clean rule for target.
CMakeFiles/refOvenTest.out.dir/clean:
$(MAKE) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/clean
.PHONY : CMakeFiles/refOvenTest.out.dir/clean
# clean rule for target.
clean: CMakeFiles/refOvenTest.out.dir/clean
clean: bsl/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory bsl
# Recursive "all" directory target.
# Convenience name for "all" pass in the directory.
bsl/all: bsl/csl/all
bsl/all: bsl/nucleo_f042k6/all
.PHONY : bsl/all
# Recursive "preinstall" directory target.
bsl/preinstall: bsl/csl/preinstall
bsl/preinstall: bsl/nucleo_f042k6/preinstall
.PHONY : bsl/preinstall
# Recursive "clean" directory target.
# Convenience name for "clean" pass in the directory.
bsl/clean: bsl/csl/clean
bsl/clean: bsl/nucleo_f042k6/clean
.PHONY : bsl/clean
# Convenience name for "preinstall" pass in the directory.
bsl/preinstall: bsl/csl/preinstall
bsl/preinstall: bsl/nucleo_f042k6/preinstall
.PHONY : bsl/preinstall
#=============================================================================
# Directory level rules for directory bsl/csl
# Recursive "all" directory target.
# Convenience name for "all" pass in the directory.
bsl/csl/all: bsl/csl/stm32f042/all
.PHONY : bsl/csl/all
# Recursive "preinstall" directory target.
bsl/csl/preinstall: bsl/csl/stm32f042/preinstall
.PHONY : bsl/csl/preinstall
# Recursive "clean" directory target.
# Convenience name for "clean" pass in the directory.
bsl/csl/clean: bsl/csl/stm32f042/clean
.PHONY : bsl/csl/clean
# Convenience name for "preinstall" pass in the directory.
bsl/csl/preinstall: bsl/csl/stm32f042/preinstall
.PHONY : bsl/csl/preinstall
#=============================================================================
# Directory level rules for directory bsl/csl/stm32f042
# Recursive "all" directory target.
# Convenience name for "all" pass in the directory.
bsl/csl/stm32f042/all: bsl/csl/stm32f042/Drivers/all
bsl/csl/stm32f042/all: bsl/csl/stm32f042/startup/all
bsl/csl/stm32f042/all: bsl/csl/stm32f042/Src/all
.PHONY : bsl/csl/stm32f042/all
# Recursive "preinstall" directory target.
bsl/csl/stm32f042/preinstall: bsl/csl/stm32f042/Drivers/preinstall
bsl/csl/stm32f042/preinstall: bsl/csl/stm32f042/startup/preinstall
bsl/csl/stm32f042/preinstall: bsl/csl/stm32f042/Src/preinstall
.PHONY : bsl/csl/stm32f042/preinstall
# Recursive "clean" directory target.
# Convenience name for "clean" pass in the directory.
bsl/csl/stm32f042/clean: bsl/csl/stm32f042/Drivers/clean
bsl/csl/stm32f042/clean: bsl/csl/stm32f042/startup/clean
bsl/csl/stm32f042/clean: bsl/csl/stm32f042/Src/clean
.PHONY : bsl/csl/stm32f042/clean
# Convenience name for "preinstall" pass in the directory.
bsl/csl/stm32f042/preinstall: bsl/csl/stm32f042/Drivers/preinstall
bsl/csl/stm32f042/preinstall: bsl/csl/stm32f042/startup/preinstall
bsl/csl/stm32f042/preinstall: bsl/csl/stm32f042/Src/preinstall
.PHONY : bsl/csl/stm32f042/preinstall
#=============================================================================
# Directory level rules for directory bsl/csl/stm32f042/Drivers
# Recursive "all" directory target.
# Convenience name for "all" pass in the directory.
bsl/csl/stm32f042/Drivers/all: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/all
.PHONY : bsl/csl/stm32f042/Drivers/all
# Recursive "preinstall" directory target.
# Convenience name for "clean" pass in the directory.
bsl/csl/stm32f042/Drivers/clean: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/clean
.PHONY : bsl/csl/stm32f042/Drivers/clean
# Convenience name for "preinstall" pass in the directory.
bsl/csl/stm32f042/Drivers/preinstall:
.PHONY : bsl/csl/stm32f042/Drivers/preinstall
# Recursive "clean" directory target.
bsl/csl/stm32f042/Drivers/clean: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/clean
#=============================================================================
# Target rules for target bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir
.PHONY : bsl/csl/stm32f042/Drivers/clean
# All Build rule for target.
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/all:
$(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/depend
$(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=5,6,7,8,9,10 "Built target stmDrivers"
.PHONY : bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/all
#=============================================================================
# Directory level rules for directory bsl/csl/stm32f042/Src
# Include target in all.
all: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/all
# Recursive "all" directory target.
bsl/csl/stm32f042/Src/all: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/all
.PHONY : all
.PHONY : bsl/csl/stm32f042/Src/all
# Build rule for subdir invocation for target.
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 6
$(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
.PHONY : bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/rule
# Recursive "preinstall" directory target.
bsl/csl/stm32f042/Src/preinstall:
# Convenience name for target.
stmDrivers: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/rule
.PHONY : bsl/csl/stm32f042/Src/preinstall
.PHONY : stmDrivers
# Recursive "clean" directory target.
bsl/csl/stm32f042/Src/clean: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/clean
# clean rule for target.
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/clean:
$(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/clean
.PHONY : bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/clean
.PHONY : bsl/csl/stm32f042/Src/clean
# clean rule for target.
clean: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory bsl/csl/stm32f042/startup
# Recursive "all" directory target.
# Convenience name for "all" pass in the directory.
bsl/csl/stm32f042/startup/all: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/all
.PHONY : bsl/csl/stm32f042/startup/all
# Recursive "preinstall" directory target.
bsl/csl/stm32f042/startup/preinstall:
.PHONY : bsl/csl/stm32f042/startup/preinstall
# Recursive "clean" directory target.
# Convenience name for "clean" pass in the directory.
bsl/csl/stm32f042/startup/clean: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/clean
.PHONY : bsl/csl/stm32f042/startup/clean
#=============================================================================
# Directory level rules for directory bsl/nucleo_f042k6
# Recursive "all" directory target.
bsl/nucleo_f042k6/all: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/all
bsl/nucleo_f042k6/all: bsl/nucleo_f042k6/periferals/all
.PHONY : bsl/nucleo_f042k6/all
# Recursive "preinstall" directory target.
bsl/nucleo_f042k6/preinstall: bsl/nucleo_f042k6/periferals/preinstall
.PHONY : bsl/nucleo_f042k6/preinstall
# Recursive "clean" directory target.
bsl/nucleo_f042k6/clean: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/clean
bsl/nucleo_f042k6/clean: bsl/nucleo_f042k6/periferals/clean
.PHONY : bsl/nucleo_f042k6/clean
#=============================================================================
# Directory level rules for directory bsl/nucleo_f042k6/periferals
# Recursive "all" directory target.
bsl/nucleo_f042k6/periferals/all: bsl/nucleo_f042k6/periferals/gpio/all
.PHONY : bsl/nucleo_f042k6/periferals/all
# Recursive "preinstall" directory target.
bsl/nucleo_f042k6/periferals/preinstall: bsl/nucleo_f042k6/periferals/gpio/preinstall
.PHONY : bsl/nucleo_f042k6/periferals/preinstall
# Recursive "clean" directory target.
bsl/nucleo_f042k6/periferals/clean: bsl/nucleo_f042k6/periferals/gpio/clean
# Convenience name for "preinstall" pass in the directory.
bsl/csl/stm32f042/startup/preinstall:
.PHONY : bsl/nucleo_f042k6/periferals/clean
.PHONY : bsl/csl/stm32f042/startup/preinstall
#=============================================================================
# Directory level rules for directory bsl/nucleo_f042k6/periferals/gpio
# Recursive "all" directory target.
bsl/nucleo_f042k6/periferals/gpio/all: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/all
.PHONY : bsl/nucleo_f042k6/periferals/gpio/all
# Recursive "preinstall" directory target.
bsl/nucleo_f042k6/periferals/gpio/preinstall:
.PHONY : bsl/nucleo_f042k6/periferals/gpio/preinstall
# Recursive "clean" directory target.
bsl/nucleo_f042k6/periferals/gpio/clean: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/clean
# Target rules for target bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir
.PHONY : bsl/nucleo_f042k6/periferals/gpio/clean
# All Build rule for target.
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/all:
$(MAKE) -f bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build.make bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/depend
$(MAKE) -f bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build.make bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=1,2 "Built target Startup"
.PHONY : bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/all
#=============================================================================
# Target rules for target CMakeFiles/refOvenTest.out.dir
# Include target in all.
all: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/all
# All Build rule for target.
CMakeFiles/refOvenTest.out.dir/all: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/all
CMakeFiles/refOvenTest.out.dir/all: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/all
CMakeFiles/refOvenTest.out.dir/all: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/all
CMakeFiles/refOvenTest.out.dir/all: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/all
CMakeFiles/refOvenTest.out.dir/all: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/all
$(MAKE) $(MAKESILENT) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=3,4 "Built target refOvenTest.out"
.PHONY : CMakeFiles/refOvenTest.out.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
CMakeFiles/refOvenTest.out.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 18
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/refOvenTest.out.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 0
.PHONY : CMakeFiles/refOvenTest.out.dir/rule
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 2
$(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
.PHONY : bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/rule
# Convenience name for target.
refOvenTest.out: CMakeFiles/refOvenTest.out.dir/rule
Startup: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/rule
.PHONY : refOvenTest.out
.PHONY : Startup
# clean rule for target.
CMakeFiles/refOvenTest.out.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/clean
.PHONY : CMakeFiles/refOvenTest.out.dir/clean
#=============================================================================
# Target rules for target bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir
# All Build rule for target.
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/all:
$(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/depend
$(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=5,6,7,8,9,10 "Built target stmDrivers"
.PHONY : bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/all
# Build rule for subdir invocation for target.
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 6
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 0
.PHONY : bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/rule
# Convenience name for target.
stmDrivers: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/rule
.PHONY : stmDrivers
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/clean:
$(MAKE) -f bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build.make bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/clean
.PHONY : bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/clean
# clean rule for target.
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/clean:
$(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/clean
.PHONY : bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/clean
clean: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir
# Directory level rules for directory bsl/csl/stm32f042/Src
# All Build rule for target.
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/all:
$(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build.make bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/depend
$(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build.make bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=1,2 "Built target Startup"
.PHONY : bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/all
# Convenience name for "all" pass in the directory.
bsl/csl/stm32f042/Src/all: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/all
# Build rule for subdir invocation for target.
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 0
.PHONY : bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/rule
.PHONY : bsl/csl/stm32f042/Src/all
# Convenience name for target.
Startup: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/rule
# Convenience name for "clean" pass in the directory.
bsl/csl/stm32f042/Src/clean: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/clean
.PHONY : Startup
.PHONY : bsl/csl/stm32f042/Src/clean
# clean rule for target.
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/clean:
$(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build.make bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/clean
.PHONY : bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/clean
# Convenience name for "preinstall" pass in the directory.
bsl/csl/stm32f042/Src/preinstall:
.PHONY : bsl/csl/stm32f042/Src/preinstall
#=============================================================================
# Target rules for target bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir
# All Build rule for target.
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/all: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/all
$(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/depend
$(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=13,14,15,16 "Built target stmSources"
$(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/depend
$(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=13,14,15,16 "Built target stmSources"
.PHONY : bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/all
# Include target in all.
all: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 10
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 0
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 10
$(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
.PHONY : bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/rule
# Convenience name for target.
@ -370,24 +325,54 @@ stmSources: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/rule
# clean rule for target.
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/clean:
$(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/clean
$(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/clean
.PHONY : bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/clean
# clean rule for target.
clean: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory bsl/nucleo_f042k6
# Convenience name for "all" pass in the directory.
bsl/nucleo_f042k6/all: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/all
bsl/nucleo_f042k6/all: bsl/nucleo_f042k6/periferals/all
.PHONY : bsl/nucleo_f042k6/all
# Convenience name for "clean" pass in the directory.
bsl/nucleo_f042k6/clean: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/clean
bsl/nucleo_f042k6/clean: bsl/nucleo_f042k6/periferals/clean
.PHONY : bsl/nucleo_f042k6/clean
# Convenience name for "preinstall" pass in the directory.
bsl/nucleo_f042k6/preinstall: bsl/nucleo_f042k6/periferals/preinstall
.PHONY : bsl/nucleo_f042k6/preinstall
#=============================================================================
# Target rules for target bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir
# All Build rule for target.
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/all:
$(MAKE) $(MAKESILENT) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/depend
$(MAKE) $(MAKESILENT) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=17,18 "Built target stmTranslator"
$(MAKE) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/depend
$(MAKE) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=17,18 "Built target stmTranslator"
.PHONY : bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/all
# Include target in all.
all: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 0
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 2
$(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
.PHONY : bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/rule
# Convenience name for target.
@ -397,24 +382,70 @@ stmTranslator: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/rule
# clean rule for target.
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/clean:
$(MAKE) $(MAKESILENT) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/clean
$(MAKE) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/clean
.PHONY : bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/clean
# clean rule for target.
clean: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory bsl/nucleo_f042k6/periferals
# Convenience name for "all" pass in the directory.
bsl/nucleo_f042k6/periferals/all: bsl/nucleo_f042k6/periferals/gpio/all
.PHONY : bsl/nucleo_f042k6/periferals/all
# Convenience name for "clean" pass in the directory.
bsl/nucleo_f042k6/periferals/clean: bsl/nucleo_f042k6/periferals/gpio/clean
.PHONY : bsl/nucleo_f042k6/periferals/clean
# Convenience name for "preinstall" pass in the directory.
bsl/nucleo_f042k6/periferals/preinstall: bsl/nucleo_f042k6/periferals/gpio/preinstall
.PHONY : bsl/nucleo_f042k6/periferals/preinstall
#=============================================================================
# Directory level rules for directory bsl/nucleo_f042k6/periferals/gpio
# Convenience name for "all" pass in the directory.
bsl/nucleo_f042k6/periferals/gpio/all: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/all
.PHONY : bsl/nucleo_f042k6/periferals/gpio/all
# Convenience name for "clean" pass in the directory.
bsl/nucleo_f042k6/periferals/gpio/clean: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/clean
.PHONY : bsl/nucleo_f042k6/periferals/gpio/clean
# Convenience name for "preinstall" pass in the directory.
bsl/nucleo_f042k6/periferals/gpio/preinstall:
.PHONY : bsl/nucleo_f042k6/periferals/gpio/preinstall
#=============================================================================
# Target rules for target bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir
# All Build rule for target.
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/all:
$(MAKE) $(MAKESILENT) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/depend
$(MAKE) $(MAKESILENT) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=11,12 "Built target stmGpio"
$(MAKE) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/depend
$(MAKE) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=11,12 "Built target stmGpio"
.PHONY : bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/all
# Include target in all.
all: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 0
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 2
$(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
.PHONY : bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/rule
# Convenience name for target.
@ -424,9 +455,14 @@ stmGpio: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/rule
# clean rule for target.
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/clean:
$(MAKE) $(MAKESILENT) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/clean
$(MAKE) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/clean
.PHONY : bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/clean
# clean rule for target.
clean: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/clean
.PHONY : clean
#=============================================================================
# Special targets to cleanup operation of make.

@ -1,26 +1,26 @@
/home/key/git/ked/build/CMakeFiles/rebuild_cache.dir
/home/key/git/ked/build/CMakeFiles/edit_cache.dir
/home/key/git/ked/build/CMakeFiles/refOvenTest.out.dir
/home/key/git/ked/build/bsl/CMakeFiles/rebuild_cache.dir
/home/key/git/ked/build/bsl/CMakeFiles/edit_cache.dir
/home/key/git/ked/build/bsl/csl/CMakeFiles/rebuild_cache.dir
/home/key/git/ked/build/bsl/csl/CMakeFiles/edit_cache.dir
/home/key/git/ked/build/bsl/csl/stm32f042/CMakeFiles/rebuild_cache.dir
/home/key/git/ked/build/bsl/csl/stm32f042/CMakeFiles/edit_cache.dir
/home/key/git/ked/build/bsl/csl/stm32f042/Drivers/CMakeFiles/rebuild_cache.dir
/home/key/git/ked/build/bsl/csl/stm32f042/Drivers/CMakeFiles/edit_cache.dir
/home/key/git/ked/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir
/home/key/git/ked/build/bsl/csl/stm32f042/startup/CMakeFiles/rebuild_cache.dir
/home/key/git/ked/build/bsl/csl/stm32f042/startup/CMakeFiles/edit_cache.dir
/home/key/git/ked/build/bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir
/home/key/git/ked/build/bsl/csl/stm32f042/Src/CMakeFiles/rebuild_cache.dir
/home/key/git/ked/build/bsl/csl/stm32f042/Src/CMakeFiles/edit_cache.dir
/home/key/git/ked/build/bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir
/home/key/git/ked/build/bsl/nucleo_f042k6/CMakeFiles/rebuild_cache.dir
/home/key/git/ked/build/bsl/nucleo_f042k6/CMakeFiles/edit_cache.dir
/home/key/git/ked/build/bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir
/home/key/git/ked/build/bsl/nucleo_f042k6/periferals/CMakeFiles/rebuild_cache.dir
/home/key/git/ked/build/bsl/nucleo_f042k6/periferals/CMakeFiles/edit_cache.dir
/home/key/git/ked/build/bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/rebuild_cache.dir
/home/key/git/ked/build/bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/edit_cache.dir
/home/key/git/ked/build/bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir
/home/ed/github/KED/build/CMakeFiles/rebuild_cache.dir
/home/ed/github/KED/build/CMakeFiles/refOvenTest.out.dir
/home/ed/github/KED/build/CMakeFiles/edit_cache.dir
/home/ed/github/KED/build/bsl/CMakeFiles/rebuild_cache.dir
/home/ed/github/KED/build/bsl/CMakeFiles/edit_cache.dir
/home/ed/github/KED/build/bsl/csl/CMakeFiles/rebuild_cache.dir
/home/ed/github/KED/build/bsl/csl/CMakeFiles/edit_cache.dir
/home/ed/github/KED/build/bsl/csl/stm32f042/CMakeFiles/rebuild_cache.dir
/home/ed/github/KED/build/bsl/csl/stm32f042/CMakeFiles/edit_cache.dir
/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/rebuild_cache.dir
/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir
/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/edit_cache.dir
/home/ed/github/KED/build/bsl/csl/stm32f042/startup/CMakeFiles/rebuild_cache.dir
/home/ed/github/KED/build/bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir
/home/ed/github/KED/build/bsl/csl/stm32f042/startup/CMakeFiles/edit_cache.dir
/home/ed/github/KED/build/bsl/csl/stm32f042/Src/CMakeFiles/rebuild_cache.dir
/home/ed/github/KED/build/bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir
/home/ed/github/KED/build/bsl/csl/stm32f042/Src/CMakeFiles/edit_cache.dir
/home/ed/github/KED/build/bsl/nucleo_f042k6/CMakeFiles/rebuild_cache.dir
/home/ed/github/KED/build/bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir
/home/ed/github/KED/build/bsl/nucleo_f042k6/CMakeFiles/edit_cache.dir
/home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/CMakeFiles/rebuild_cache.dir
/home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/CMakeFiles/edit_cache.dir
/home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/rebuild_cache.dir
/home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir
/home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/edit_cache.dir

@ -1,182 +0,0 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
core_cm0.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/core_cm0.h
system_stm32f0xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
stdint.h
-
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
stm32f030x6.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x6.h
stm32f030x8.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h
stm32f031x6.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f031x6.h
stm32f038xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f038xx.h
stm32f042x6.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
stm32f048xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f048xx.h
stm32f051x8.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f051x8.h
stm32f058xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f058xx.h
stm32f070x6.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f070x6.h
stm32f070xb.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f070xb.h
stm32f071xb.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f071xb.h
stm32f072xb.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f072xb.h
stm32f078xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f078xx.h
stm32f091xc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f091xc.h
stm32f098xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f098xx.h
stm32f030xc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030xc.h
stm32f0xx_hal.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx_hal.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
arm_compat.h
-
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
stdint.h
-
cmsis_armcc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
cmsis_armclang.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
cmsis_gcc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
cmsis_iccarm.h
-
cmsis_ccs.h
-
cmsis_csm.h
-
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
iccarm_builtin.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/iccarm_builtin.h
intrinsics.h
-
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
stdint.h
-
cmsis_version.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
cmsis_compiler.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_cortex.h
stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crs.h
stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h
stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
../bsl/csl/stm32f042/Inc/stm32_assert.h
../bsl/csl/stm32f042/Inc/stm32f0xx_csl.h
stm32f0xx_ll_crs.h
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_crs.h
stm32f0xx_ll_rcc.h
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_rcc.h
stm32f0xx_ll_bus.h
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_bus.h
stm32f0xx_ll_system.h
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_system.h
stm32f0xx_ll_exti.h
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_exti.h
stm32f0xx_ll_cortex.h
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_cortex.h
stm32f0xx_ll_utils.h
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_utils.h
stm32f0xx_ll_pwr.h
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_pwr.h
stm32f0xx_ll_dma.h
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_dma.h
stm32f0xx_ll_gpio.h
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_gpio.h
stm32_assert.h
../bsl/csl/stm32f042/Inc/stm32_assert.h
../bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
stm32f0xx_csl.h
../bsl/nucleo_f042k6/stm32f0xx_csl.h
/home/key/git/ked/main.cpp
main.hpp
/home/key/git/ked/main.hpp
periferals/gpio/gpio.hpp
/home/key/git/ked/periferals/gpio/gpio.hpp
/home/key/git/ked/main.hpp
bsl_nucleo_f042k6.h
/home/key/git/ked/bsl_nucleo_f042k6.h
/home/key/git/ked/periferals/gpio/gpio.hpp
unistd.h
-
stdint.h
-
memory
-

@ -4,7 +4,7 @@ set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"/home/key/git/ked/main.cpp" "/home/key/git/ked/build/CMakeFiles/refOvenTest.out.dir/main.cpp.o"
"/home/ed/github/KED/main.cpp" "/home/ed/github/KED/build/CMakeFiles/refOvenTest.out.dir/main.cpp.o"
)
set(CMAKE_CXX_COMPILER_ID "GNU")
@ -38,11 +38,11 @@ set(CMAKE_CXX_TARGET_INCLUDE_PATH
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"/home/key/git/ked/build/bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/DependInfo.cmake"
"/home/key/git/ked/build/bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/DependInfo.cmake"
"/home/key/git/ked/build/bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/DependInfo.cmake"
"/home/key/git/ked/build/bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/DependInfo.cmake"
"/home/key/git/ked/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/DependInfo.cmake"
"/home/ed/github/KED/build/bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/DependInfo.cmake"
"/home/ed/github/KED/build/bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/DependInfo.cmake"
"/home/ed/github/KED/build/bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/DependInfo.cmake"
"/home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/DependInfo.cmake"
"/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/DependInfo.cmake"
)
# Fortran module output directory.

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
@ -12,35 +12,16 @@
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
@ -56,16 +37,16 @@ SHELL = /bin/sh
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/key/git/ked
CMAKE_SOURCE_DIR = /home/ed/github/KED
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/key/git/ked/build
CMAKE_BINARY_DIR = /home/ed/github/KED/build
# Include any dependencies generated for this target.
include CMakeFiles/refOvenTest.out.dir/depend.make
@ -78,16 +59,16 @@ include CMakeFiles/refOvenTest.out.dir/flags.make
CMakeFiles/refOvenTest.out.dir/main.cpp.o: CMakeFiles/refOvenTest.out.dir/flags.make
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../main.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/refOvenTest.out.dir/main.cpp.o"
/usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/refOvenTest.out.dir/main.cpp.o -c /home/key/git/ked/main.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/refOvenTest.out.dir/main.cpp.o"
/usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/refOvenTest.out.dir/main.cpp.o -c /home/ed/github/KED/main.cpp
CMakeFiles/refOvenTest.out.dir/main.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/refOvenTest.out.dir/main.cpp.i"
/usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/key/git/ked/main.cpp > CMakeFiles/refOvenTest.out.dir/main.cpp.i
/usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ed/github/KED/main.cpp > CMakeFiles/refOvenTest.out.dir/main.cpp.i
CMakeFiles/refOvenTest.out.dir/main.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/refOvenTest.out.dir/main.cpp.s"
/usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/key/git/ked/main.cpp -o CMakeFiles/refOvenTest.out.dir/main.cpp.s
/usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ed/github/KED/main.cpp -o CMakeFiles/refOvenTest.out.dir/main.cpp.s
# Object files for target refOvenTest.out
refOvenTest_out_OBJECTS = \
@ -104,7 +85,7 @@ refOvenTest.out: bsl/csl/stm32f042/Src/libstmSources.a
refOvenTest.out: bsl/nucleo_f042k6/periferals/gpio/libstmGpio.a
refOvenTest.out: bsl/csl/stm32f042/Drivers/libstmDrivers.a
refOvenTest.out: CMakeFiles/refOvenTest.out.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable refOvenTest.out"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable refOvenTest.out"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/refOvenTest.out.dir/link.txt --verbose=$(VERBOSE)
arm-none-eabi-size refOvenTest.out
arm-none-eabi-objcopy -O ihex refOvenTest.out refOvenTest.hex
@ -120,6 +101,6 @@ CMakeFiles/refOvenTest.out.dir/clean:
.PHONY : CMakeFiles/refOvenTest.out.dir/clean
CMakeFiles/refOvenTest.out.dir/depend:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/key/git/ked /home/key/git/ked /home/key/git/ked/build /home/key/git/ked/build /home/key/git/ked/build/CMakeFiles/refOvenTest.out.dir/DependInfo.cmake --color=$(COLOR)
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ed/github/KED /home/ed/github/KED /home/ed/github/KED/build /home/ed/github/KED/build /home/ed/github/KED/build/CMakeFiles/refOvenTest.out.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/refOvenTest.out.dir/depend

@ -1,7 +1,7 @@
file(REMOVE_RECURSE
"CMakeFiles/refOvenTest.out.dir/main.cpp.o"
"refOvenTest.out"
"refOvenTest.out.pdb"
"refOvenTest.out"
)
# Per-language clean rules from dependency scanning.

@ -1,30 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
CMakeFiles/refOvenTest.out.dir/main.cpp.o
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_cortex.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crs.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
../bsl/csl/stm32f042/Inc/stm32_assert.h
../bsl/csl/stm32f042/Inc/stm32f0xx_csl.h
../bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
/home/key/git/ked/main.cpp
/home/key/git/ked/main.hpp
/home/key/git/ked/periferals/gpio/gpio.hpp

@ -1,30 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_cortex.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crs.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Inc/stm32_assert.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/csl/stm32f042/Inc/stm32f0xx_csl.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../main.cpp
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../main.hpp
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../periferals/gpio/gpio.hpp
# Empty dependencies file for refOvenTest.out.
# This may be replaced when dependencies are built.

@ -1,10 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# compile CXX with /usr/bin/arm-none-eabi-g++
CXX_DEFINES = -DDATA_CACHE_ENABLE=0 -DHSE_STARTUP_TIMEOUT=100 -DHSE_VALUE=8000000 -DHSI_VALUE=8000000 -DINSTRUCTION_CACHE_ENABLE=0 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DLSI_VALUE=40000 -DPREFETCH_ENABLE=1 -DSTM32F042x6 -DUSE_FULL_LL_DRIVER -DVDD_VALUE=3300
CXX_FLAGS = -mcpu=cortex-m0 -mthumb -Wall -fdata-sections -fdiagnostics-color=always -ffunction-sections -std=gnu++11
CXX_INCLUDES = -I/home/key/git/ked/. -I/home/key/git/ked/bsl/nucleo_f042k6 -I/home/key/git/ked/bsl/csl/stm32f042/Inc -I/home/key/git/ked/bsl/csl/stm32f042/Drivers/CMSIS/Include -I/home/key/git/ked/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc -I/home/key/git/ked/bsl/csl/stm32f042/Src/../Inc -I/home/key/git/ked/periferals/gpio
CXX_DEFINES = -DDATA_CACHE_ENABLE=0 -DHSE_STARTUP_TIMEOUT=100 -DHSE_VALUE=8000000 -DHSI_VALUE=8000000 -DINSTRUCTION_CACHE_ENABLE=0 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DLSI_VALUE=40000 -DPREFETCH_ENABLE=1 -DSTM32F042x6 -DUSE_FULL_LL_DRIVER -DVDD_VALUE=3300
CXX_FLAGS = -mcpu=cortex-m0 -mthumb -Wall -fdata-sections -fdiagnostics-color=always -ffunction-sections -std=gnu++11
CXX_INCLUDES = -I/home/ed/github/KED/. -I/home/ed/github/KED/bsl/nucleo_f042k6 -I/home/ed/github/KED/bsl/csl/stm32f042/Inc -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/CMSIS/Include -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc -I/home/ed/github/KED/bsl/csl/stm32f042/Src/../Inc -I/home/ed/github/KED/periferals/gpio

@ -1 +1 @@
/usr/bin/arm-none-eabi-g++ --specs=nosys.specs -mcpu=cortex-m0 -mthumb -specs=nano.specs -T/home/key/git/ked/bsl/csl/stm32f042/startup/STM32F042K6Tx_FLASH.ld -lc -lm -lnosys -Wl,-Map=refOvenTest.map,--cref -Wl,--gc-sections CMakeFiles/refOvenTest.out.dir/main.cpp.o -o refOvenTest.out bsl/csl/stm32f042/startup/libStartup.a bsl/nucleo_f042k6/libstmTranslator.a bsl/csl/stm32f042/Src/libstmSources.a bsl/nucleo_f042k6/periferals/gpio/libstmGpio.a bsl/csl/stm32f042/Drivers/libstmDrivers.a
/usr/bin/arm-none-eabi-g++ --specs=nosys.specs -mcpu=cortex-m0 -mthumb -specs=nano.specs -T/home/ed/github/KED/bsl/csl/stm32f042/startup/STM32F042K6Tx_FLASH.ld -lc -lm -lnosys -Wl,-Map=refOvenTest.map,--cref -Wl,--gc-sections CMakeFiles/refOvenTest.out.dir/main.cpp.o -o refOvenTest.out bsl/csl/stm32f042/startup/libStartup.a bsl/nucleo_f042k6/libstmTranslator.a bsl/csl/stm32f042/Src/libstmSources.a bsl/nucleo_f042k6/periferals/gpio/libstmGpio.a bsl/csl/stm32f042/Drivers/libstmDrivers.a

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Default target executed when no arguments are given to make.
default_target: all
@ -17,35 +17,16 @@ default_target: all
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
@ -61,16 +42,16 @@ SHELL = /bin/sh
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/key/git/ked
CMAKE_SOURCE_DIR = /home/ed/github/KED
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/key/git/ked/build
CMAKE_BINARY_DIR = /home/ed/github/KED/build
#=============================================================================
# Targets provided globally by CMake.
@ -78,7 +59,7 @@ CMAKE_BINARY_DIR = /home/key/git/ked/build
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -99,14 +80,14 @@ edit_cache/fast: edit_cache
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles /home/key/git/ked/build//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 0
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles /home/ed/github/KED/build/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
@ -116,12 +97,12 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
@ -134,12 +115,12 @@ depend:
# Build rule for target.
refOvenTest.out: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 refOvenTest.out
$(MAKE) -f CMakeFiles/Makefile2 refOvenTest.out
.PHONY : refOvenTest.out
# fast build rule for target.
refOvenTest.out/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/build
$(MAKE) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/build
.PHONY : refOvenTest.out/fast
#=============================================================================
@ -147,12 +128,12 @@ refOvenTest.out/fast:
# Build rule for target.
stmDrivers: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 stmDrivers
$(MAKE) -f CMakeFiles/Makefile2 stmDrivers
.PHONY : stmDrivers
# fast build rule for target.
stmDrivers/fast:
$(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build
$(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build
.PHONY : stmDrivers/fast
#=============================================================================
@ -160,12 +141,12 @@ stmDrivers/fast:
# Build rule for target.
Startup: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Startup
$(MAKE) -f CMakeFiles/Makefile2 Startup
.PHONY : Startup
# fast build rule for target.
Startup/fast:
$(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build.make bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build
$(MAKE) -f bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build.make bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build
.PHONY : Startup/fast
#=============================================================================
@ -173,12 +154,12 @@ Startup/fast:
# Build rule for target.
stmSources: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 stmSources
$(MAKE) -f CMakeFiles/Makefile2 stmSources
.PHONY : stmSources
# fast build rule for target.
stmSources/fast:
$(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build
$(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build
.PHONY : stmSources/fast
#=============================================================================
@ -186,12 +167,12 @@ stmSources/fast:
# Build rule for target.
stmTranslator: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 stmTranslator
$(MAKE) -f CMakeFiles/Makefile2 stmTranslator
.PHONY : stmTranslator
# fast build rule for target.
stmTranslator/fast:
$(MAKE) $(MAKESILENT) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build
$(MAKE) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build
.PHONY : stmTranslator/fast
#=============================================================================
@ -199,12 +180,12 @@ stmTranslator/fast:
# Build rule for target.
stmGpio: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 stmGpio
$(MAKE) -f CMakeFiles/Makefile2 stmGpio
.PHONY : stmGpio
# fast build rule for target.
stmGpio/fast:
$(MAKE) $(MAKESILENT) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build
$(MAKE) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build
.PHONY : stmGpio/fast
main.o: main.cpp.o
@ -213,7 +194,7 @@ main.o: main.cpp.o
# target to build an object file
main.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/main.cpp.o
$(MAKE) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/main.cpp.o
.PHONY : main.cpp.o
main.i: main.cpp.i
@ -222,7 +203,7 @@ main.i: main.cpp.i
# target to preprocess a source file
main.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/main.cpp.i
$(MAKE) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/main.cpp.i
.PHONY : main.cpp.i
main.s: main.cpp.s
@ -231,7 +212,7 @@ main.s: main.cpp.s
# target to generate assembly for a file
main.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/main.cpp.s
$(MAKE) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/main.cpp.s
.PHONY : main.cpp.s
# Help Target
@ -240,14 +221,14 @@ help:
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... rebuild_cache"
@echo "... Startup"
@echo "... refOvenTest.out"
@echo "... edit_cache"
@echo "... stmDrivers"
@echo "... stmGpio"
@echo "... Startup"
@echo "... stmSources"
@echo "... stmTranslator"
@echo "... stmGpio"
@echo "... main.o"
@echo "... main.i"
@echo "... main.s"

@ -1,9 +1,9 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/git/ked")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/git/ked/build")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ed/github/KED")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ed/github/KED/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Default target executed when no arguments are given to make.
default_target: all
@ -17,35 +17,16 @@ default_target: all
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
@ -61,16 +42,16 @@ SHELL = /bin/sh
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/key/git/ked
CMAKE_SOURCE_DIR = /home/ed/github/KED
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/key/git/ked/build
CMAKE_BINARY_DIR = /home/ed/github/KED/build
#=============================================================================
# Targets provided globally by CMake.
@ -78,7 +59,7 @@ CMAKE_BINARY_DIR = /home/key/git/ked/build
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -99,14 +80,14 @@ edit_cache/fast: edit_cache
# The main all target
all: cmake_check_build_system
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles /home/key/git/ked/build/bsl//CMakeFiles/progress.marks
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 0
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles /home/ed/github/KED/build/bsl/CMakeFiles/progress.marks
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/clean
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/clean
.PHONY : clean
# The main clean target
@ -116,17 +97,17 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/preinstall
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/preinstall
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
@ -135,8 +116,8 @@ help:
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... rebuild_cache"
@echo "... edit_cache"
.PHONY : help
@ -148,6 +129,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

@ -1,4 +1,4 @@
# Install script for directory: /home/key/git/ked/bsl
# Install script for directory: /home/ed/github/KED/bsl
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -37,15 +37,10 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/key/git/ked/build/bsl/csl/cmake_install.cmake")
include("/home/key/git/ked/build/bsl/nucleo_f042k6/cmake_install.cmake")
include("/home/ed/github/KED/build/bsl/csl/cmake_install.cmake")
include("/home/ed/github/KED/build/bsl/nucleo_f042k6/cmake_install.cmake")
endif()

@ -1,9 +1,9 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/git/ked")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/git/ked/build")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ed/github/KED")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ed/github/KED/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Default target executed when no arguments are given to make.
default_target: all
@ -17,35 +17,16 @@ default_target: all
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
@ -61,16 +42,16 @@ SHELL = /bin/sh
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/key/git/ked
CMAKE_SOURCE_DIR = /home/ed/github/KED
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/key/git/ked/build
CMAKE_BINARY_DIR = /home/ed/github/KED/build
#=============================================================================
# Targets provided globally by CMake.
@ -78,7 +59,7 @@ CMAKE_BINARY_DIR = /home/key/git/ked/build
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -99,14 +80,14 @@ edit_cache/fast: edit_cache
# The main all target
all: cmake_check_build_system
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles /home/key/git/ked/build/bsl/csl//CMakeFiles/progress.marks
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 0
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles /home/ed/github/KED/build/bsl/csl/CMakeFiles/progress.marks
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/clean
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/clean
.PHONY : clean
# The main clean target
@ -116,17 +97,17 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/preinstall
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/preinstall
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
@ -135,8 +116,8 @@ help:
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... rebuild_cache"
@echo "... edit_cache"
.PHONY : help
@ -148,6 +129,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

@ -1,4 +1,4 @@
# Install script for directory: /home/key/git/ked/bsl/csl
# Install script for directory: /home/ed/github/KED/bsl/csl
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -37,14 +37,9 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/key/git/ked/build/bsl/csl/stm32f042/cmake_install.cmake")
include("/home/ed/github/KED/build/bsl/csl/stm32f042/cmake_install.cmake")
endif()

@ -1,9 +1,9 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/git/ked")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/git/ked/build")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ed/github/KED")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ed/github/KED/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)

@ -1,9 +1,9 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/git/ked")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/git/ked/build")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ed/github/KED")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ed/github/KED/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)

@ -120,39 +120,39 @@ stm32f0xx.h
stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c
stm32f0xx_ll_exti.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.h
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.h
stm32_assert.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32_assert.h
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32_assert.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c
stm32f0xx_ll_gpio.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.h
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.h
stm32f0xx_ll_bus.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_bus.h
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_bus.h
stm32_assert.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32_assert.h
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32_assert.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c
stm32f0xx_ll_pwr.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.h
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.h
stm32f0xx_ll_bus.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_bus.h
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_bus.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c
stm32f0xx_ll_rcc.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.h
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.h
stm32_assert.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32_assert.h
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32_assert.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c
stm32f0xx_ll_rcc.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.h
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.h
stm32f0xx_ll_utils.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.h
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.h
stm32f0xx_ll_system.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_system.h
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_system.h
stm32_assert.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32_assert.h
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32_assert.h

@ -4,11 +4,11 @@ set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c" "/home/key/git/ked/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o"
"/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c" "/home/key/git/ked/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o"
"/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c" "/home/key/git/ked/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o"
"/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c" "/home/key/git/ked/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o"
"/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c" "/home/key/git/ked/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o"
"/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c" "/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o"
"/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c" "/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o"
"/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c" "/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o"
"/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c" "/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o"
"/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c" "/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o"
)
set(CMAKE_C_COMPILER_ID "GNU")

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
@ -12,35 +12,16 @@
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
@ -56,16 +37,16 @@ SHELL = /bin/sh
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/key/git/ked
CMAKE_SOURCE_DIR = /home/ed/github/KED
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/key/git/ked/build
CMAKE_BINARY_DIR = /home/ed/github/KED/build
# Include any dependencies generated for this target.
include bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/depend.make
@ -78,68 +59,68 @@ include bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/flags.make
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/flags.make
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o -c /home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o"
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o -c /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c > CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c > CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/flags.make
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o -c /home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o"
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o -c /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c > CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c > CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/flags.make
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o -c /home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o"
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o -c /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c > CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c > CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/flags.make
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o -c /home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o"
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o -c /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c > CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c > CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/flags.make
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o -c /home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o"
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o -c /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c > CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c > CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s
# Object files for target stmDrivers
stmDrivers_OBJECTS = \
@ -159,9 +140,9 @@ bsl/csl/stm32f042/Drivers/libstmDrivers.a: bsl/csl/stm32f042/Drivers/CMakeFiles/
bsl/csl/stm32f042/Drivers/libstmDrivers.a: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o
bsl/csl/stm32f042/Drivers/libstmDrivers.a: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make
bsl/csl/stm32f042/Drivers/libstmDrivers.a: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking C static library libstmDrivers.a"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Drivers && $(CMAKE_COMMAND) -P CMakeFiles/stmDrivers.dir/cmake_clean_target.cmake
cd /home/key/git/ked/build/bsl/csl/stm32f042/Drivers && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/stmDrivers.dir/link.txt --verbose=$(VERBOSE)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking C static library libstmDrivers.a"
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && $(CMAKE_COMMAND) -P CMakeFiles/stmDrivers.dir/cmake_clean_target.cmake
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/stmDrivers.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build: bsl/csl/stm32f042/Drivers/libstmDrivers.a
@ -169,10 +150,10 @@ bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build: bsl/csl/stm32f042/Dri
.PHONY : bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/clean:
cd /home/key/git/ked/build/bsl/csl/stm32f042/Drivers && $(CMAKE_COMMAND) -P CMakeFiles/stmDrivers.dir/cmake_clean.cmake
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && $(CMAKE_COMMAND) -P CMakeFiles/stmDrivers.dir/cmake_clean.cmake
.PHONY : bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/clean
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/depend:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/key/git/ked /home/key/git/ked/bsl/csl/stm32f042/Drivers /home/key/git/ked/build /home/key/git/ked/build/bsl/csl/stm32f042/Drivers /home/key/git/ked/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/DependInfo.cmake --color=$(COLOR)
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ed/github/KED /home/ed/github/KED/bsl/csl/stm32f042/Drivers /home/ed/github/KED/build /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/depend

@ -4,8 +4,8 @@ file(REMOVE_RECURSE
"CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o"
"CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o"
"CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o"
"libstmDrivers.a"
"libstmDrivers.pdb"
"libstmDrivers.a"
)
# Per-language clean rules from dependency scanning.

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
@ -13,7 +13,7 @@ bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
@ -27,7 +27,7 @@ bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm
../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
@ -41,7 +41,7 @@ bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm
../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
@ -54,7 +54,7 @@ bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
@ -69,4 +69,4 @@ bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h

@ -1,10 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# compile C with /usr/bin/arm-none-eabi-gcc
C_DEFINES = -DDATA_CACHE_ENABLE=0 -DHSE_STARTUP_TIMEOUT=100 -DHSE_VALUE=8000000 -DHSI_VALUE=8000000 -DINSTRUCTION_CACHE_ENABLE=0 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DLSI_VALUE=40000 -DPREFETCH_ENABLE=1 -DSTM32F042x6 -DUSE_FULL_LL_DRIVER -DVDD_VALUE=3300
C_FLAGS = -mcpu=cortex-m0 -mthumb -Wall -fdata-sections -fdiagnostics-color=always -ffunction-sections
C_INCLUDES = -I/home/key/git/ked/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I/home/key/git/ked/bsl/csl/stm32f042/Drivers/CMSIS/Include -I/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc
C_DEFINES = -DDATA_CACHE_ENABLE=0 -DHSE_STARTUP_TIMEOUT=100 -DHSE_VALUE=8000000 -DHSI_VALUE=8000000 -DINSTRUCTION_CACHE_ENABLE=0 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DLSI_VALUE=40000 -DPREFETCH_ENABLE=1 -DSTM32F042x6 -DUSE_FULL_LL_DRIVER -DVDD_VALUE=3300
C_FLAGS = -mcpu=cortex-m0 -mthumb -Wall -fdata-sections -fdiagnostics-color=always -ffunction-sections
C_INCLUDES = -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/CMSIS/Include -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc

@ -1,2 +1,2 @@
/usr/bin/arm-none-eabi-ar qc libstmDrivers.a CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o
/usr/bin/arm-none-eabi-ar qc libstmDrivers.a CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o
/usr/bin/arm-none-eabi-ranlib libstmDrivers.a

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Default target executed when no arguments are given to make.
default_target: all
@ -17,35 +17,16 @@ default_target: all
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
@ -61,16 +42,16 @@ SHELL = /bin/sh
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/key/git/ked
CMAKE_SOURCE_DIR = /home/ed/github/KED
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/key/git/ked/build
CMAKE_BINARY_DIR = /home/ed/github/KED/build
#=============================================================================
# Targets provided globally by CMake.
@ -78,7 +59,7 @@ CMAKE_BINARY_DIR = /home/key/git/ked/build
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -99,14 +80,14 @@ edit_cache/fast: edit_cache
# The main all target
all: cmake_check_build_system
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles /home/key/git/ked/build/bsl/csl/stm32f042/Drivers//CMakeFiles/progress.marks
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Drivers/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 0
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/progress.marks
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Drivers/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Drivers/clean
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Drivers/clean
.PHONY : clean
# The main clean target
@ -116,22 +97,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Drivers/preinstall
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Drivers/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Drivers/preinstall
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Drivers/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/rule:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/rule
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/rule
.PHONY : bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/rule
# Convenience name for target.
@ -141,7 +122,7 @@ stmDrivers: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/rule
# fast build rule for target.
stmDrivers/fast:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build
.PHONY : stmDrivers/fast
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.o: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o
@ -150,7 +131,7 @@ STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.o: STM32F0xx_HAL_Driver/Src/stm32f0xx
# target to build an object file
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.i: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i
@ -159,7 +140,7 @@ STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.i: STM32F0xx_HAL_Driver/Src/stm32f0xx
# target to preprocess a source file
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.s: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s
@ -168,7 +149,7 @@ STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.s: STM32F0xx_HAL_Driver/Src/stm32f0xx
# target to generate assembly for a file
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.o: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o
@ -177,7 +158,7 @@ STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.o: STM32F0xx_HAL_Driver/Src/stm32f0xx
# target to build an object file
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.i: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i
@ -186,7 +167,7 @@ STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.i: STM32F0xx_HAL_Driver/Src/stm32f0xx
# target to preprocess a source file
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.s: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s
@ -195,7 +176,7 @@ STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.s: STM32F0xx_HAL_Driver/Src/stm32f0xx
# target to generate assembly for a file
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.o: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o
@ -204,7 +185,7 @@ STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.o: STM32F0xx_HAL_Driver/Src/stm32f0xx_
# target to build an object file
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.i: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i
@ -213,7 +194,7 @@ STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.i: STM32F0xx_HAL_Driver/Src/stm32f0xx_
# target to preprocess a source file
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.s: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s
@ -222,7 +203,7 @@ STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.s: STM32F0xx_HAL_Driver/Src/stm32f0xx_
# target to generate assembly for a file
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.o: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o
@ -231,7 +212,7 @@ STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.o: STM32F0xx_HAL_Driver/Src/stm32f0xx_
# target to build an object file
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.i: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i
@ -240,7 +221,7 @@ STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.i: STM32F0xx_HAL_Driver/Src/stm32f0xx_
# target to preprocess a source file
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.s: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s
@ -249,7 +230,7 @@ STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.s: STM32F0xx_HAL_Driver/Src/stm32f0xx_
# target to generate assembly for a file
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.o: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o
@ -258,7 +239,7 @@ STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.o: STM32F0xx_HAL_Driver/Src/stm32f0x
# target to build an object file
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.i: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i
@ -267,7 +248,7 @@ STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.i: STM32F0xx_HAL_Driver/Src/stm32f0x
# target to preprocess a source file
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.s: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s
@ -276,7 +257,7 @@ STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.s: STM32F0xx_HAL_Driver/Src/stm32f0x
# target to generate assembly for a file
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s
# Help Target
@ -285,9 +266,9 @@ help:
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... rebuild_cache"
@echo "... stmDrivers"
@echo "... edit_cache"
@echo "... STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.o"
@echo "... STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.i"
@echo "... STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.s"
@ -314,6 +295,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

@ -1,4 +1,4 @@
# Install script for directory: /home/key/git/ked/bsl/csl/stm32f042/Drivers
# Install script for directory: /home/ed/github/KED/bsl/csl/stm32f042/Drivers
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -37,8 +37,3 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump")
endif()

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Default target executed when no arguments are given to make.
default_target: all
@ -17,35 +17,16 @@ default_target: all
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
@ -61,16 +42,16 @@ SHELL = /bin/sh
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/key/git/ked
CMAKE_SOURCE_DIR = /home/ed/github/KED
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/key/git/ked/build
CMAKE_BINARY_DIR = /home/ed/github/KED/build
#=============================================================================
# Targets provided globally by CMake.
@ -78,7 +59,7 @@ CMAKE_BINARY_DIR = /home/key/git/ked/build
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -99,14 +80,14 @@ edit_cache/fast: edit_cache
# The main all target
all: cmake_check_build_system
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles /home/key/git/ked/build/bsl/csl/stm32f042//CMakeFiles/progress.marks
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 0
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles /home/ed/github/KED/build/bsl/csl/stm32f042/CMakeFiles/progress.marks
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/clean
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/clean
.PHONY : clean
# The main clean target
@ -116,17 +97,17 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/preinstall
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/preinstall
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
@ -135,8 +116,8 @@ help:
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... rebuild_cache"
@echo "... edit_cache"
.PHONY : help
@ -148,6 +129,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

@ -1,9 +1,9 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/git/ked")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/git/ked/build")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ed/github/KED")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ed/github/KED/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)

@ -1,176 +0,0 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
core_cm0.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/core_cm0.h
system_stm32f0xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
stdint.h
-
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
stm32f030x6.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x6.h
stm32f030x8.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h
stm32f031x6.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f031x6.h
stm32f038xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f038xx.h
stm32f042x6.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
stm32f048xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f048xx.h
stm32f051x8.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f051x8.h
stm32f058xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f058xx.h
stm32f070x6.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f070x6.h
stm32f070xb.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f070xb.h
stm32f071xb.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f071xb.h
stm32f072xb.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f072xb.h
stm32f078xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f078xx.h
stm32f091xc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f091xc.h
stm32f098xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f098xx.h
stm32f030xc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030xc.h
stm32f0xx_hal.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx_hal.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
arm_compat.h
-
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
stdint.h
-
cmsis_armcc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
cmsis_armclang.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
cmsis_gcc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
cmsis_iccarm.h
-
cmsis_ccs.h
-
cmsis_csm.h
-
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
iccarm_builtin.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/iccarm_builtin.h
intrinsics.h
-
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
stdint.h
-
cmsis_version.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
cmsis_compiler.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_cortex.h
stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crs.h
stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h
stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
stm32f0xx.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
../bsl/csl/stm32f042/Inc/stm32_assert.h
../bsl/csl/stm32f042/Inc/stm32f0xx_csl.h
stm32f0xx_ll_crs.h
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_crs.h
stm32f0xx_ll_rcc.h
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_rcc.h
stm32f0xx_ll_bus.h
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_bus.h
stm32f0xx_ll_system.h
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_system.h
stm32f0xx_ll_exti.h
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_exti.h
stm32f0xx_ll_cortex.h
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_cortex.h
stm32f0xx_ll_utils.h
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_utils.h
stm32f0xx_ll_pwr.h
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_pwr.h
stm32f0xx_ll_dma.h
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_dma.h
stm32f0xx_ll_gpio.h
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_gpio.h
stm32_assert.h
../bsl/csl/stm32f042/Inc/stm32_assert.h
../bsl/csl/stm32f042/Inc/stm32f0xx_it.h
/home/key/git/ked/bsl/csl/stm32f042/Src/stm32f0xx_csl.c
stm32f0xx_csl.h
/home/key/git/ked/bsl/csl/stm32f042/Src/stm32f0xx_csl.h
/home/key/git/ked/bsl/csl/stm32f042/Src/stm32f0xx_it.c
stm32f0xx_csl.h
/home/key/git/ked/bsl/csl/stm32f042/Src/stm32f0xx_csl.h
stm32f0xx_it.h
/home/key/git/ked/bsl/csl/stm32f042/Src/stm32f0xx_it.h
/home/key/git/ked/bsl/csl/stm32f042/Src/system_stm32f0xx.c
stm32f0xx.h
/home/key/git/ked/bsl/csl/stm32f042/Src/stm32f0xx.h

@ -4,9 +4,9 @@ set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"/home/key/git/ked/bsl/csl/stm32f042/Src/stm32f0xx_csl.c" "/home/key/git/ked/build/bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o"
"/home/key/git/ked/bsl/csl/stm32f042/Src/stm32f0xx_it.c" "/home/key/git/ked/build/bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o"
"/home/key/git/ked/bsl/csl/stm32f042/Src/system_stm32f0xx.c" "/home/key/git/ked/build/bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o"
"/home/ed/github/KED/bsl/csl/stm32f042/Src/stm32f0xx_csl.c" "/home/ed/github/KED/build/bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o"
"/home/ed/github/KED/bsl/csl/stm32f042/Src/stm32f0xx_it.c" "/home/ed/github/KED/build/bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o"
"/home/ed/github/KED/bsl/csl/stm32f042/Src/system_stm32f0xx.c" "/home/ed/github/KED/build/bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o"
)
set(CMAKE_C_COMPILER_ID "GNU")
@ -36,7 +36,7 @@ set(CMAKE_C_TARGET_INCLUDE_PATH
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"/home/key/git/ked/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/DependInfo.cmake"
"/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/DependInfo.cmake"
)
# Fortran module output directory.

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
@ -12,35 +12,16 @@
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
@ -56,16 +37,16 @@ SHELL = /bin/sh
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/key/git/ked
CMAKE_SOURCE_DIR = /home/ed/github/KED
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/key/git/ked/build
CMAKE_BINARY_DIR = /home/ed/github/KED/build
# Include any dependencies generated for this target.
include bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/depend.make
@ -78,42 +59,42 @@ include bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/flags.make
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/flags.make
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Src/stm32f0xx_csl.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o -c /home/key/git/ked/bsl/csl/stm32f042/Src/stm32f0xx_csl.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o"
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o -c /home/ed/github/KED/bsl/csl/stm32f042/Src/stm32f0xx_csl.c
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/stmSources.dir/stm32f0xx_csl.c.i"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/key/git/ked/bsl/csl/stm32f042/Src/stm32f0xx_csl.c > CMakeFiles/stmSources.dir/stm32f0xx_csl.c.i
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ed/github/KED/bsl/csl/stm32f042/Src/stm32f0xx_csl.c > CMakeFiles/stmSources.dir/stm32f0xx_csl.c.i
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/stmSources.dir/stm32f0xx_csl.c.s"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/key/git/ked/bsl/csl/stm32f042/Src/stm32f0xx_csl.c -o CMakeFiles/stmSources.dir/stm32f0xx_csl.c.s
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ed/github/KED/bsl/csl/stm32f042/Src/stm32f0xx_csl.c -o CMakeFiles/stmSources.dir/stm32f0xx_csl.c.s
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/flags.make
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Src/stm32f0xx_it.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmSources.dir/stm32f0xx_it.c.o -c /home/key/git/ked/bsl/csl/stm32f042/Src/stm32f0xx_it.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o"
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmSources.dir/stm32f0xx_it.c.o -c /home/ed/github/KED/bsl/csl/stm32f042/Src/stm32f0xx_it.c
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/stmSources.dir/stm32f0xx_it.c.i"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/key/git/ked/bsl/csl/stm32f042/Src/stm32f0xx_it.c > CMakeFiles/stmSources.dir/stm32f0xx_it.c.i
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ed/github/KED/bsl/csl/stm32f042/Src/stm32f0xx_it.c > CMakeFiles/stmSources.dir/stm32f0xx_it.c.i
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/stmSources.dir/stm32f0xx_it.c.s"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/key/git/ked/bsl/csl/stm32f042/Src/stm32f0xx_it.c -o CMakeFiles/stmSources.dir/stm32f0xx_it.c.s
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ed/github/KED/bsl/csl/stm32f042/Src/stm32f0xx_it.c -o CMakeFiles/stmSources.dir/stm32f0xx_it.c.s
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/flags.make
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o: ../bsl/csl/stm32f042/Src/system_stm32f0xx.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmSources.dir/system_stm32f0xx.c.o -c /home/key/git/ked/bsl/csl/stm32f042/Src/system_stm32f0xx.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o"
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmSources.dir/system_stm32f0xx.c.o -c /home/ed/github/KED/bsl/csl/stm32f042/Src/system_stm32f0xx.c
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/stmSources.dir/system_stm32f0xx.c.i"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/key/git/ked/bsl/csl/stm32f042/Src/system_stm32f0xx.c > CMakeFiles/stmSources.dir/system_stm32f0xx.c.i
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ed/github/KED/bsl/csl/stm32f042/Src/system_stm32f0xx.c > CMakeFiles/stmSources.dir/system_stm32f0xx.c.i
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/stmSources.dir/system_stm32f0xx.c.s"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/key/git/ked/bsl/csl/stm32f042/Src/system_stm32f0xx.c -o CMakeFiles/stmSources.dir/system_stm32f0xx.c.s
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ed/github/KED/bsl/csl/stm32f042/Src/system_stm32f0xx.c -o CMakeFiles/stmSources.dir/system_stm32f0xx.c.s
# Object files for target stmSources
stmSources_OBJECTS = \
@ -129,9 +110,9 @@ bsl/csl/stm32f042/Src/libstmSources.a: bsl/csl/stm32f042/Src/CMakeFiles/stmSourc
bsl/csl/stm32f042/Src/libstmSources.a: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o
bsl/csl/stm32f042/Src/libstmSources.a: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make
bsl/csl/stm32f042/Src/libstmSources.a: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C static library libstmSources.a"
cd /home/key/git/ked/build/bsl/csl/stm32f042/Src && $(CMAKE_COMMAND) -P CMakeFiles/stmSources.dir/cmake_clean_target.cmake
cd /home/key/git/ked/build/bsl/csl/stm32f042/Src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/stmSources.dir/link.txt --verbose=$(VERBOSE)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C static library libstmSources.a"
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && $(CMAKE_COMMAND) -P CMakeFiles/stmSources.dir/cmake_clean_target.cmake
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/stmSources.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build: bsl/csl/stm32f042/Src/libstmSources.a
@ -139,10 +120,10 @@ bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build: bsl/csl/stm32f042/Src/lib
.PHONY : bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/clean:
cd /home/key/git/ked/build/bsl/csl/stm32f042/Src && $(CMAKE_COMMAND) -P CMakeFiles/stmSources.dir/cmake_clean.cmake
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && $(CMAKE_COMMAND) -P CMakeFiles/stmSources.dir/cmake_clean.cmake
.PHONY : bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/clean
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/depend:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/key/git/ked /home/key/git/ked/bsl/csl/stm32f042/Src /home/key/git/ked/build /home/key/git/ked/build/bsl/csl/stm32f042/Src /home/key/git/ked/build/bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/DependInfo.cmake --color=$(COLOR)
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ed/github/KED /home/ed/github/KED/bsl/csl/stm32f042/Src /home/ed/github/KED/build /home/ed/github/KED/build/bsl/csl/stm32f042/Src /home/ed/github/KED/build/bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/depend

@ -2,8 +2,8 @@ file(REMOVE_RECURSE
"CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o"
"CMakeFiles/stmSources.dir/stm32f0xx_it.c.o"
"CMakeFiles/stmSources.dir/system_stm32f0xx.c.o"
"libstmSources.a"
"libstmSources.pdb"
"libstmSources.a"
)
# Per-language clean rules from dependency scanning.

@ -1,64 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_cortex.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crs.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
../bsl/csl/stm32f042/Inc/stm32_assert.h
../bsl/csl/stm32f042/Inc/stm32f0xx_csl.h
/home/key/git/ked/bsl/csl/stm32f042/Src/stm32f0xx_csl.c
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_cortex.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crs.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
../bsl/csl/stm32f042/Inc/stm32_assert.h
../bsl/csl/stm32f042/Inc/stm32f0xx_csl.h
../bsl/csl/stm32f042/Inc/stm32f0xx_it.h
/home/key/git/ked/bsl/csl/stm32f042/Src/stm32f0xx_it.c
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
/home/key/git/ked/bsl/csl/stm32f042/Src/system_stm32f0xx.c

@ -1,64 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_cortex.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crs.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Inc/stm32_assert.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Inc/stm32f0xx_csl.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Src/stm32f0xx_csl.c
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_cortex.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crs.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Inc/stm32_assert.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Inc/stm32f0xx_csl.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Inc/stm32f0xx_it.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Src/stm32f0xx_it.c
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o: ../bsl/csl/stm32f042/Src/system_stm32f0xx.c
# Empty dependencies file for stmSources.
# This may be replaced when dependencies are built.

@ -1,10 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# compile C with /usr/bin/arm-none-eabi-gcc
C_DEFINES = -DDATA_CACHE_ENABLE=0 -DHSE_STARTUP_TIMEOUT=100 -DHSE_VALUE=8000000 -DHSI_VALUE=8000000 -DINSTRUCTION_CACHE_ENABLE=0 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DLSI_VALUE=40000 -DPREFETCH_ENABLE=1 -DSTM32F042x6 -DUSE_FULL_LL_DRIVER -DVDD_VALUE=3300
C_FLAGS = -mcpu=cortex-m0 -mthumb -Wall -fdata-sections -fdiagnostics-color=always -ffunction-sections
C_INCLUDES = -I/home/key/git/ked/bsl/csl/stm32f042/Src/../Inc -I/home/key/git/ked/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I/home/key/git/ked/bsl/csl/stm32f042/Drivers/CMSIS/Include -I/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc
C_DEFINES = -DDATA_CACHE_ENABLE=0 -DHSE_STARTUP_TIMEOUT=100 -DHSE_VALUE=8000000 -DHSI_VALUE=8000000 -DINSTRUCTION_CACHE_ENABLE=0 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DLSI_VALUE=40000 -DPREFETCH_ENABLE=1 -DSTM32F042x6 -DUSE_FULL_LL_DRIVER -DVDD_VALUE=3300
C_FLAGS = -mcpu=cortex-m0 -mthumb -Wall -fdata-sections -fdiagnostics-color=always -ffunction-sections
C_INCLUDES = -I/home/ed/github/KED/bsl/csl/stm32f042/Src/../Inc -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/CMSIS/Include -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc

@ -1,2 +1,2 @@
/usr/bin/arm-none-eabi-ar qc libstmSources.a CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o CMakeFiles/stmSources.dir/stm32f0xx_it.c.o CMakeFiles/stmSources.dir/system_stm32f0xx.c.o
/usr/bin/arm-none-eabi-ar qc libstmSources.a CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o CMakeFiles/stmSources.dir/stm32f0xx_it.c.o CMakeFiles/stmSources.dir/system_stm32f0xx.c.o
/usr/bin/arm-none-eabi-ranlib libstmSources.a

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Default target executed when no arguments are given to make.
default_target: all
@ -17,35 +17,16 @@ default_target: all
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
@ -61,16 +42,16 @@ SHELL = /bin/sh
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/key/git/ked
CMAKE_SOURCE_DIR = /home/ed/github/KED
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/key/git/ked/build
CMAKE_BINARY_DIR = /home/ed/github/KED/build
#=============================================================================
# Targets provided globally by CMake.
@ -78,7 +59,7 @@ CMAKE_BINARY_DIR = /home/key/git/ked/build
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -99,14 +80,14 @@ edit_cache/fast: edit_cache
# The main all target
all: cmake_check_build_system
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles /home/key/git/ked/build/bsl/csl/stm32f042/Src//CMakeFiles/progress.marks
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Src/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 0
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles /home/ed/github/KED/build/bsl/csl/stm32f042/Src/CMakeFiles/progress.marks
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Src/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Src/clean
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Src/clean
.PHONY : clean
# The main clean target
@ -116,22 +97,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Src/preinstall
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Src/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Src/preinstall
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Src/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/rule:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/rule
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/rule
.PHONY : bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/rule
# Convenience name for target.
@ -141,7 +122,7 @@ stmSources: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/rule
# fast build rule for target.
stmSources/fast:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build
.PHONY : stmSources/fast
stm32f0xx_csl.o: stm32f0xx_csl.c.o
@ -150,7 +131,7 @@ stm32f0xx_csl.o: stm32f0xx_csl.c.o
# target to build an object file
stm32f0xx_csl.c.o:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o
.PHONY : stm32f0xx_csl.c.o
stm32f0xx_csl.i: stm32f0xx_csl.c.i
@ -159,7 +140,7 @@ stm32f0xx_csl.i: stm32f0xx_csl.c.i
# target to preprocess a source file
stm32f0xx_csl.c.i:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.i
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.i
.PHONY : stm32f0xx_csl.c.i
stm32f0xx_csl.s: stm32f0xx_csl.c.s
@ -168,7 +149,7 @@ stm32f0xx_csl.s: stm32f0xx_csl.c.s
# target to generate assembly for a file
stm32f0xx_csl.c.s:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.s
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.s
.PHONY : stm32f0xx_csl.c.s
stm32f0xx_it.o: stm32f0xx_it.c.o
@ -177,7 +158,7 @@ stm32f0xx_it.o: stm32f0xx_it.c.o
# target to build an object file
stm32f0xx_it.c.o:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o
.PHONY : stm32f0xx_it.c.o
stm32f0xx_it.i: stm32f0xx_it.c.i
@ -186,7 +167,7 @@ stm32f0xx_it.i: stm32f0xx_it.c.i
# target to preprocess a source file
stm32f0xx_it.c.i:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.i
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.i
.PHONY : stm32f0xx_it.c.i
stm32f0xx_it.s: stm32f0xx_it.c.s
@ -195,7 +176,7 @@ stm32f0xx_it.s: stm32f0xx_it.c.s
# target to generate assembly for a file
stm32f0xx_it.c.s:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.s
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.s
.PHONY : stm32f0xx_it.c.s
system_stm32f0xx.o: system_stm32f0xx.c.o
@ -204,7 +185,7 @@ system_stm32f0xx.o: system_stm32f0xx.c.o
# target to build an object file
system_stm32f0xx.c.o:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o
.PHONY : system_stm32f0xx.c.o
system_stm32f0xx.i: system_stm32f0xx.c.i
@ -213,7 +194,7 @@ system_stm32f0xx.i: system_stm32f0xx.c.i
# target to preprocess a source file
system_stm32f0xx.c.i:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.i
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.i
.PHONY : system_stm32f0xx.c.i
system_stm32f0xx.s: system_stm32f0xx.c.s
@ -222,7 +203,7 @@ system_stm32f0xx.s: system_stm32f0xx.c.s
# target to generate assembly for a file
system_stm32f0xx.c.s:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.s
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.s
.PHONY : system_stm32f0xx.c.s
# Help Target
@ -231,9 +212,9 @@ help:
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... rebuild_cache"
@echo "... stmSources"
@echo "... edit_cache"
@echo "... stm32f0xx_csl.o"
@echo "... stm32f0xx_csl.i"
@echo "... stm32f0xx_csl.s"
@ -254,6 +235,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

@ -1,4 +1,4 @@
# Install script for directory: /home/key/git/ked/bsl/csl/stm32f042/Src
# Install script for directory: /home/ed/github/KED/bsl/csl/stm32f042/Src
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -37,8 +37,3 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump")
endif()

@ -1,4 +1,4 @@
# Install script for directory: /home/key/git/ked/bsl/csl/stm32f042
# Install script for directory: /home/ed/github/KED/bsl/csl/stm32f042
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -37,16 +37,11 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/key/git/ked/build/bsl/csl/stm32f042/Drivers/cmake_install.cmake")
include("/home/key/git/ked/build/bsl/csl/stm32f042/startup/cmake_install.cmake")
include("/home/key/git/ked/build/bsl/csl/stm32f042/Src/cmake_install.cmake")
include("/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/cmake_install.cmake")
include("/home/ed/github/KED/build/bsl/csl/stm32f042/startup/cmake_install.cmake")
include("/home/ed/github/KED/build/bsl/csl/stm32f042/Src/cmake_install.cmake")
endif()

@ -1,9 +1,9 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/git/ked")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/git/ked/build")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ed/github/KED")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ed/github/KED/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)

@ -6,5 +6,5 @@
#IncludeRegexTransform:
/home/key/git/ked/bsl/csl/stm32f042/startup/startup_stm32f042x6.s
/home/ed/github/KED/bsl/csl/stm32f042/startup/startup_stm32f042x6.s

@ -4,7 +4,7 @@ set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_ASM
"/home/key/git/ked/bsl/csl/stm32f042/startup/startup_stm32f042x6.s" "/home/key/git/ked/build/bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o"
"/home/ed/github/KED/bsl/csl/stm32f042/startup/startup_stm32f042x6.s" "/home/ed/github/KED/build/bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o"
)
set(CMAKE_ASM_COMPILER_ID "GNU")

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
@ -12,35 +12,16 @@
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
@ -56,16 +37,16 @@ SHELL = /bin/sh
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/key/git/ked
CMAKE_SOURCE_DIR = /home/ed/github/KED
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/key/git/ked/build
CMAKE_BINARY_DIR = /home/ed/github/KED/build
# Include any dependencies generated for this target.
include bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/depend.make
@ -78,8 +59,8 @@ include bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/flags.make
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/flags.make
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o: ../bsl/csl/stm32f042/startup/startup_stm32f042x6.s
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building ASM object bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o"
cd /home/key/git/ked/build/bsl/csl/stm32f042/startup && /usr/bin/arm-none-eabi-gcc $(ASM_DEFINES) $(ASM_INCLUDES) $(ASM_FLAGS) -o CMakeFiles/Startup.dir/startup_stm32f042x6.s.o -c /home/key/git/ked/bsl/csl/stm32f042/startup/startup_stm32f042x6.s
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building ASM object bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o"
cd /home/ed/github/KED/build/bsl/csl/stm32f042/startup && /usr/bin/arm-none-eabi-gcc $(ASM_DEFINES) $(ASM_INCLUDES) $(ASM_FLAGS) -o CMakeFiles/Startup.dir/startup_stm32f042x6.s.o -c /home/ed/github/KED/bsl/csl/stm32f042/startup/startup_stm32f042x6.s
# Object files for target Startup
Startup_OBJECTS = \
@ -91,9 +72,9 @@ Startup_EXTERNAL_OBJECTS =
bsl/csl/stm32f042/startup/libStartup.a: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o
bsl/csl/stm32f042/startup/libStartup.a: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build.make
bsl/csl/stm32f042/startup/libStartup.a: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking ASM static library libStartup.a"
cd /home/key/git/ked/build/bsl/csl/stm32f042/startup && $(CMAKE_COMMAND) -P CMakeFiles/Startup.dir/cmake_clean_target.cmake
cd /home/key/git/ked/build/bsl/csl/stm32f042/startup && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Startup.dir/link.txt --verbose=$(VERBOSE)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking ASM static library libStartup.a"
cd /home/ed/github/KED/build/bsl/csl/stm32f042/startup && $(CMAKE_COMMAND) -P CMakeFiles/Startup.dir/cmake_clean_target.cmake
cd /home/ed/github/KED/build/bsl/csl/stm32f042/startup && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Startup.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build: bsl/csl/stm32f042/startup/libStartup.a
@ -101,10 +82,10 @@ bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build: bsl/csl/stm32f042/startu
.PHONY : bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/clean:
cd /home/key/git/ked/build/bsl/csl/stm32f042/startup && $(CMAKE_COMMAND) -P CMakeFiles/Startup.dir/cmake_clean.cmake
cd /home/ed/github/KED/build/bsl/csl/stm32f042/startup && $(CMAKE_COMMAND) -P CMakeFiles/Startup.dir/cmake_clean.cmake
.PHONY : bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/clean
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/depend:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/key/git/ked /home/key/git/ked/bsl/csl/stm32f042/startup /home/key/git/ked/build /home/key/git/ked/build/bsl/csl/stm32f042/startup /home/key/git/ked/build/bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/DependInfo.cmake --color=$(COLOR)
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ed/github/KED /home/ed/github/KED/bsl/csl/stm32f042/startup /home/ed/github/KED/build /home/ed/github/KED/build/bsl/csl/stm32f042/startup /home/ed/github/KED/build/bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/depend

@ -1,7 +1,7 @@
file(REMOVE_RECURSE
"CMakeFiles/Startup.dir/startup_stm32f042x6.s.o"
"libStartup.a"
"libStartup.pdb"
"libStartup.a"
)
# Per-language clean rules from dependency scanning.

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o
/home/key/git/ked/bsl/csl/stm32f042/startup/startup_stm32f042x6.s
/home/ed/github/KED/bsl/csl/stm32f042/startup/startup_stm32f042x6.s

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o: ../bsl/csl/stm32f042/startup/startup_stm32f042x6.s

@ -1,10 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# compile ASM with /usr/bin/arm-none-eabi-gcc
ASM_FLAGS = -x assembler-with-cpp -mcpu=cortex-m0 -mthumb -Wall -fdata-sections -fdiagnostics-color=always -ffunction-sections
ASM_DEFINES = -DDATA_CACHE_ENABLE=0 -DHSE_STARTUP_TIMEOUT=100 -DHSE_VALUE=8000000 -DHSI_VALUE=8000000 -DINSTRUCTION_CACHE_ENABLE=0 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DLSI_VALUE=40000 -DPREFETCH_ENABLE=1 -DSTM32F042x6 -DUSE_FULL_LL_DRIVER -DVDD_VALUE=3300
ASM_INCLUDES =
ASM_FLAGS = -x assembler-with-cpp -mcpu=cortex-m0 -mthumb -Wall -fdata-sections -fdiagnostics-color=always -ffunction-sections

@ -1,2 +1,2 @@
/usr/bin/arm-none-eabi-ar cr libStartup.a CMakeFiles/Startup.dir/startup_stm32f042x6.s.o
/usr/bin/arm-none-eabi-ranlib libStartup.a
/usr/bin/arm-none-eabi-ar cr libStartup.a CMakeFiles/Startup.dir/startup_stm32f042x6.s.o
/usr/bin/arm-none-eabi-ranlib libStartup.a

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Default target executed when no arguments are given to make.
default_target: all
@ -17,35 +17,16 @@ default_target: all
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
@ -61,16 +42,16 @@ SHELL = /bin/sh
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/key/git/ked
CMAKE_SOURCE_DIR = /home/ed/github/KED
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/key/git/ked/build
CMAKE_BINARY_DIR = /home/ed/github/KED/build
#=============================================================================
# Targets provided globally by CMake.
@ -78,7 +59,7 @@ CMAKE_BINARY_DIR = /home/key/git/ked/build
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -99,14 +80,14 @@ edit_cache/fast: edit_cache
# The main all target
all: cmake_check_build_system
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles /home/key/git/ked/build/bsl/csl/stm32f042/startup//CMakeFiles/progress.marks
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/startup/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 0
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles /home/ed/github/KED/build/bsl/csl/stm32f042/startup/CMakeFiles/progress.marks
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/startup/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/startup/clean
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/startup/clean
.PHONY : clean
# The main clean target
@ -116,22 +97,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/startup/preinstall
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/startup/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/startup/preinstall
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/startup/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/rule:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/rule
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/rule
.PHONY : bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/rule
# Convenience name for target.
@ -141,7 +122,7 @@ Startup: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/rule
# fast build rule for target.
Startup/fast:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build.make bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build.make bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build
.PHONY : Startup/fast
startup_stm32f042x6.o: startup_stm32f042x6.s.o
@ -150,7 +131,7 @@ startup_stm32f042x6.o: startup_stm32f042x6.s.o
# target to build an object file
startup_stm32f042x6.s.o:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build.make bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build.make bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o
.PHONY : startup_stm32f042x6.s.o
# Help Target
@ -159,9 +140,9 @@ help:
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... rebuild_cache"
@echo "... Startup"
@echo "... edit_cache"
@echo "... startup_stm32f042x6.o"
.PHONY : help
@ -174,6 +155,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

@ -1,4 +1,4 @@
# Install script for directory: /home/key/git/ked/bsl/csl/stm32f042/startup
# Install script for directory: /home/ed/github/KED/bsl/csl/stm32f042/startup
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -37,8 +37,3 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump")
endif()

@ -1,9 +1,9 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/git/ked")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/git/ked/build")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ed/github/KED")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ed/github/KED/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)

@ -158,11 +158,11 @@ stm32f0xx_ll_gpio.h
stm32_assert.h
../bsl/csl/stm32f042/Inc/stm32_assert.h
/home/key/git/ked/bsl/nucleo_f042k6/bsl_nucleo_f042k6.cpp
/home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.cpp
bsl_nucleo_f042k6.h
/home/key/git/ked/bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
/home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
/home/key/git/ked/bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
/home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
stm32f0xx_csl.h
/home/key/git/ked/bsl/nucleo_f042k6/stm32f0xx_csl.h
/home/ed/github/KED/bsl/nucleo_f042k6/stm32f0xx_csl.h

@ -4,7 +4,7 @@ set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"/home/key/git/ked/bsl/nucleo_f042k6/bsl_nucleo_f042k6.cpp" "/home/key/git/ked/build/bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o"
"/home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.cpp" "/home/ed/github/KED/build/bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o"
)
set(CMAKE_CXX_COMPILER_ID "GNU")

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
@ -12,35 +12,16 @@
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
@ -56,16 +37,16 @@ SHELL = /bin/sh
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/key/git/ked
CMAKE_SOURCE_DIR = /home/ed/github/KED
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/key/git/ked/build
CMAKE_BINARY_DIR = /home/ed/github/KED/build
# Include any dependencies generated for this target.
include bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/depend.make
@ -78,16 +59,16 @@ include bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/flags.make
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/flags.make
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/nucleo_f042k6/bsl_nucleo_f042k6.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o"
cd /home/key/git/ked/build/bsl/nucleo_f042k6 && /usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o -c /home/key/git/ked/bsl/nucleo_f042k6/bsl_nucleo_f042k6.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o"
cd /home/ed/github/KED/build/bsl/nucleo_f042k6 && /usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o -c /home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.cpp
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.i"
cd /home/key/git/ked/build/bsl/nucleo_f042k6 && /usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/key/git/ked/bsl/nucleo_f042k6/bsl_nucleo_f042k6.cpp > CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.i
cd /home/ed/github/KED/build/bsl/nucleo_f042k6 && /usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.cpp > CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.i
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.s"
cd /home/key/git/ked/build/bsl/nucleo_f042k6 && /usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/key/git/ked/bsl/nucleo_f042k6/bsl_nucleo_f042k6.cpp -o CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.s
cd /home/ed/github/KED/build/bsl/nucleo_f042k6 && /usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.cpp -o CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.s
# Object files for target stmTranslator
stmTranslator_OBJECTS = \
@ -99,9 +80,9 @@ stmTranslator_EXTERNAL_OBJECTS =
bsl/nucleo_f042k6/libstmTranslator.a: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o
bsl/nucleo_f042k6/libstmTranslator.a: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make
bsl/nucleo_f042k6/libstmTranslator.a: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libstmTranslator.a"
cd /home/key/git/ked/build/bsl/nucleo_f042k6 && $(CMAKE_COMMAND) -P CMakeFiles/stmTranslator.dir/cmake_clean_target.cmake
cd /home/key/git/ked/build/bsl/nucleo_f042k6 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/stmTranslator.dir/link.txt --verbose=$(VERBOSE)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libstmTranslator.a"
cd /home/ed/github/KED/build/bsl/nucleo_f042k6 && $(CMAKE_COMMAND) -P CMakeFiles/stmTranslator.dir/cmake_clean_target.cmake
cd /home/ed/github/KED/build/bsl/nucleo_f042k6 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/stmTranslator.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build: bsl/nucleo_f042k6/libstmTranslator.a
@ -109,10 +90,10 @@ bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build: bsl/nucleo_f042k6/libstmTr
.PHONY : bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/clean:
cd /home/key/git/ked/build/bsl/nucleo_f042k6 && $(CMAKE_COMMAND) -P CMakeFiles/stmTranslator.dir/cmake_clean.cmake
cd /home/ed/github/KED/build/bsl/nucleo_f042k6 && $(CMAKE_COMMAND) -P CMakeFiles/stmTranslator.dir/cmake_clean.cmake
.PHONY : bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/clean
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/depend:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/key/git/ked /home/key/git/ked/bsl/nucleo_f042k6 /home/key/git/ked/build /home/key/git/ked/build/bsl/nucleo_f042k6 /home/key/git/ked/build/bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/DependInfo.cmake --color=$(COLOR)
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ed/github/KED /home/ed/github/KED/bsl/nucleo_f042k6 /home/ed/github/KED/build /home/ed/github/KED/build/bsl/nucleo_f042k6 /home/ed/github/KED/build/bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/depend

@ -1,7 +1,7 @@
file(REMOVE_RECURSE
"CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o"
"libstmTranslator.a"
"libstmTranslator.pdb"
"libstmTranslator.a"
)
# Per-language clean rules from dependency scanning.

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
@ -24,5 +24,5 @@ bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
../bsl/csl/stm32f042/Inc/stm32_assert.h
../bsl/csl/stm32f042/Inc/stm32f0xx_csl.h
/home/key/git/ked/bsl/nucleo_f042k6/bsl_nucleo_f042k6.cpp
/home/key/git/ked/bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
/home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.cpp
/home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.h

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h

@ -1,10 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# compile CXX with /usr/bin/arm-none-eabi-g++
CXX_DEFINES = -DDATA_CACHE_ENABLE=0 -DHSE_STARTUP_TIMEOUT=100 -DHSE_VALUE=8000000 -DHSI_VALUE=8000000 -DINSTRUCTION_CACHE_ENABLE=0 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DLSI_VALUE=40000 -DPREFETCH_ENABLE=1 -DSTM32F042x6 -DUSE_FULL_LL_DRIVER -DVDD_VALUE=3300
CXX_FLAGS = -mcpu=cortex-m0 -mthumb -Wall -fdata-sections -fdiagnostics-color=always -ffunction-sections -std=gnu++11
CXX_INCLUDES = -I/home/key/git/ked/bsl/nucleo_f042k6 -I/home/key/git/ked/bsl/csl/stm32f042/Inc -I/home/key/git/ked/bsl/csl/stm32f042/Drivers/CMSIS/Include -I/home/key/git/ked/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc
CXX_DEFINES = -DDATA_CACHE_ENABLE=0 -DHSE_STARTUP_TIMEOUT=100 -DHSE_VALUE=8000000 -DHSI_VALUE=8000000 -DINSTRUCTION_CACHE_ENABLE=0 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DLSI_VALUE=40000 -DPREFETCH_ENABLE=1 -DSTM32F042x6 -DUSE_FULL_LL_DRIVER -DVDD_VALUE=3300
CXX_FLAGS = -mcpu=cortex-m0 -mthumb -Wall -fdata-sections -fdiagnostics-color=always -ffunction-sections -std=gnu++11
CXX_INCLUDES = -I/home/ed/github/KED/bsl/nucleo_f042k6 -I/home/ed/github/KED/bsl/csl/stm32f042/Inc -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/CMSIS/Include -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc

@ -1,2 +1,2 @@
/usr/bin/arm-none-eabi-ar qc libstmTranslator.a CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o
/usr/bin/arm-none-eabi-ar qc libstmTranslator.a CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o
/usr/bin/arm-none-eabi-ranlib libstmTranslator.a

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Default target executed when no arguments are given to make.
default_target: all
@ -17,35 +17,16 @@ default_target: all
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
@ -61,16 +42,16 @@ SHELL = /bin/sh
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/key/git/ked
CMAKE_SOURCE_DIR = /home/ed/github/KED
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/key/git/ked/build
CMAKE_BINARY_DIR = /home/ed/github/KED/build
#=============================================================================
# Targets provided globally by CMake.
@ -78,7 +59,7 @@ CMAKE_BINARY_DIR = /home/key/git/ked/build
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -99,14 +80,14 @@ edit_cache/fast: edit_cache
# The main all target
all: cmake_check_build_system
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles /home/key/git/ked/build/bsl/nucleo_f042k6//CMakeFiles/progress.marks
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 0
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles /home/ed/github/KED/build/bsl/nucleo_f042k6/CMakeFiles/progress.marks
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/clean
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/clean
.PHONY : clean
# The main clean target
@ -116,22 +97,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/preinstall
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/preinstall
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/rule:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/rule
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/rule
.PHONY : bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/rule
# Convenience name for target.
@ -141,7 +122,7 @@ stmTranslator: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/rule
# fast build rule for target.
stmTranslator/fast:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build
cd /home/ed/github/KED/build && $(MAKE) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build
.PHONY : stmTranslator/fast
bsl_nucleo_f042k6.o: bsl_nucleo_f042k6.cpp.o
@ -150,7 +131,7 @@ bsl_nucleo_f042k6.o: bsl_nucleo_f042k6.cpp.o
# target to build an object file
bsl_nucleo_f042k6.cpp.o:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o
cd /home/ed/github/KED/build && $(MAKE) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o
.PHONY : bsl_nucleo_f042k6.cpp.o
bsl_nucleo_f042k6.i: bsl_nucleo_f042k6.cpp.i
@ -159,7 +140,7 @@ bsl_nucleo_f042k6.i: bsl_nucleo_f042k6.cpp.i
# target to preprocess a source file
bsl_nucleo_f042k6.cpp.i:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.i
cd /home/ed/github/KED/build && $(MAKE) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.i
.PHONY : bsl_nucleo_f042k6.cpp.i
bsl_nucleo_f042k6.s: bsl_nucleo_f042k6.cpp.s
@ -168,7 +149,7 @@ bsl_nucleo_f042k6.s: bsl_nucleo_f042k6.cpp.s
# target to generate assembly for a file
bsl_nucleo_f042k6.cpp.s:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.s
cd /home/ed/github/KED/build && $(MAKE) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.s
.PHONY : bsl_nucleo_f042k6.cpp.s
# Help Target
@ -177,9 +158,9 @@ help:
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... rebuild_cache"
@echo "... stmTranslator"
@echo "... edit_cache"
@echo "... bsl_nucleo_f042k6.o"
@echo "... bsl_nucleo_f042k6.i"
@echo "... bsl_nucleo_f042k6.s"
@ -194,6 +175,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

@ -1,4 +1,4 @@
# Install script for directory: /home/key/git/ked/bsl/nucleo_f042k6
# Install script for directory: /home/ed/github/KED/bsl/nucleo_f042k6
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -37,14 +37,9 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/key/git/ked/build/bsl/nucleo_f042k6/periferals/cmake_install.cmake")
include("/home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/cmake_install.cmake")
endif()

@ -1,9 +1,9 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/git/ked")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/git/ked/build")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ed/github/KED")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ed/github/KED/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Default target executed when no arguments are given to make.
default_target: all
@ -17,35 +17,16 @@ default_target: all
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
@ -61,16 +42,16 @@ SHELL = /bin/sh
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/key/git/ked
CMAKE_SOURCE_DIR = /home/ed/github/KED
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/key/git/ked/build
CMAKE_BINARY_DIR = /home/ed/github/KED/build
#=============================================================================
# Targets provided globally by CMake.
@ -78,7 +59,7 @@ CMAKE_BINARY_DIR = /home/key/git/ked/build
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -99,14 +80,14 @@ edit_cache/fast: edit_cache
# The main all target
all: cmake_check_build_system
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles /home/key/git/ked/build/bsl/nucleo_f042k6/periferals//CMakeFiles/progress.marks
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 0
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles /home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/CMakeFiles/progress.marks
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/clean
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/clean
.PHONY : clean
# The main clean target
@ -116,17 +97,17 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/preinstall
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/preinstall
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
@ -135,8 +116,8 @@ help:
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... rebuild_cache"
@echo "... edit_cache"
.PHONY : help
@ -148,6 +129,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

@ -1,4 +1,4 @@
# Install script for directory: /home/key/git/ked/bsl/nucleo_f042k6/periferals
# Install script for directory: /home/ed/github/KED/bsl/nucleo_f042k6/periferals
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -37,14 +37,9 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/key/git/ked/build/bsl/nucleo_f042k6/periferals/gpio/cmake_install.cmake")
include("/home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio/cmake_install.cmake")
endif()

@ -1,9 +1,9 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/git/ked")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/git/ked/build")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ed/github/KED")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ed/github/KED/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)

@ -50,6 +50,8 @@ stm32f030xc.h
stm32f0xx_hal.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx_hal.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
@ -164,25 +166,15 @@ stdint.h
memory
-
/home/key/git/ked/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
core_cm0.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/core_cm0.h
system_stm32f0xx.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
stdint.h
-
/home/key/git/ked/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
/home/key/git/ked/bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
/home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
stm32f0xx_csl.h
/home/key/git/ked/bsl/nucleo_f042k6/stm32f0xx_csl.h
/home/ed/github/KED/bsl/nucleo_f042k6/stm32f0xx_csl.h
/home/key/git/ked/bsl/nucleo_f042k6/periferals/gpio/gpio.cpp
/home/ed/github/KED/bsl/nucleo_f042k6/periferals/gpio/gpio.cpp
gpio.hpp
/home/key/git/ked/bsl/nucleo_f042k6/periferals/gpio/gpio.hpp
/home/ed/github/KED/bsl/nucleo_f042k6/periferals/gpio/gpio.hpp
../../bsl_nucleo_f042k6.h
/home/key/git/ked/bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
/home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
-

@ -4,7 +4,7 @@ set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"/home/key/git/ked/bsl/nucleo_f042k6/periferals/gpio/gpio.cpp" "/home/key/git/ked/build/bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o"
"/home/ed/github/KED/bsl/nucleo_f042k6/periferals/gpio/gpio.cpp" "/home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o"
)
set(CMAKE_CXX_COMPILER_ID "GNU")

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
@ -12,35 +12,16 @@
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
@ -56,16 +37,16 @@ SHELL = /bin/sh
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/key/git/ked
CMAKE_SOURCE_DIR = /home/ed/github/KED
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/key/git/ked/build
CMAKE_BINARY_DIR = /home/ed/github/KED/build
# Include any dependencies generated for this target.
include bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/depend.make
@ -78,16 +59,16 @@ include bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/flags.make
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/flags.make
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/nucleo_f042k6/periferals/gpio/gpio.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o"
cd /home/key/git/ked/build/bsl/nucleo_f042k6/periferals/gpio && /usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/stmGpio.dir/gpio.cpp.o -c /home/key/git/ked/bsl/nucleo_f042k6/periferals/gpio/gpio.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o"
cd /home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio && /usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/stmGpio.dir/gpio.cpp.o -c /home/ed/github/KED/bsl/nucleo_f042k6/periferals/gpio/gpio.cpp
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/stmGpio.dir/gpio.cpp.i"
cd /home/key/git/ked/build/bsl/nucleo_f042k6/periferals/gpio && /usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/key/git/ked/bsl/nucleo_f042k6/periferals/gpio/gpio.cpp > CMakeFiles/stmGpio.dir/gpio.cpp.i
cd /home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio && /usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ed/github/KED/bsl/nucleo_f042k6/periferals/gpio/gpio.cpp > CMakeFiles/stmGpio.dir/gpio.cpp.i
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/stmGpio.dir/gpio.cpp.s"
cd /home/key/git/ked/build/bsl/nucleo_f042k6/periferals/gpio && /usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/key/git/ked/bsl/nucleo_f042k6/periferals/gpio/gpio.cpp -o CMakeFiles/stmGpio.dir/gpio.cpp.s
cd /home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio && /usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ed/github/KED/bsl/nucleo_f042k6/periferals/gpio/gpio.cpp -o CMakeFiles/stmGpio.dir/gpio.cpp.s
# Object files for target stmGpio
stmGpio_OBJECTS = \
@ -99,9 +80,9 @@ stmGpio_EXTERNAL_OBJECTS =
bsl/nucleo_f042k6/periferals/gpio/libstmGpio.a: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o
bsl/nucleo_f042k6/periferals/gpio/libstmGpio.a: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make
bsl/nucleo_f042k6/periferals/gpio/libstmGpio.a: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/key/git/ked/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libstmGpio.a"
cd /home/key/git/ked/build/bsl/nucleo_f042k6/periferals/gpio && $(CMAKE_COMMAND) -P CMakeFiles/stmGpio.dir/cmake_clean_target.cmake
cd /home/key/git/ked/build/bsl/nucleo_f042k6/periferals/gpio && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/stmGpio.dir/link.txt --verbose=$(VERBOSE)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libstmGpio.a"
cd /home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio && $(CMAKE_COMMAND) -P CMakeFiles/stmGpio.dir/cmake_clean_target.cmake
cd /home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/stmGpio.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build: bsl/nucleo_f042k6/periferals/gpio/libstmGpio.a
@ -109,10 +90,10 @@ bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build: bsl/nucleo_f042k
.PHONY : bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/clean:
cd /home/key/git/ked/build/bsl/nucleo_f042k6/periferals/gpio && $(CMAKE_COMMAND) -P CMakeFiles/stmGpio.dir/cmake_clean.cmake
cd /home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio && $(CMAKE_COMMAND) -P CMakeFiles/stmGpio.dir/cmake_clean.cmake
.PHONY : bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/clean
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/depend:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/key/git/ked /home/key/git/ked/bsl/nucleo_f042k6/periferals/gpio /home/key/git/ked/build /home/key/git/ked/build/bsl/nucleo_f042k6/periferals/gpio /home/key/git/ked/build/bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/DependInfo.cmake --color=$(COLOR)
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ed/github/KED /home/ed/github/KED/bsl/nucleo_f042k6/periferals/gpio /home/ed/github/KED/build /home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio /home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/depend

@ -1,7 +1,7 @@
file(REMOVE_RECURSE
"CMakeFiles/stmGpio.dir/gpio.cpp.o"
"libstmGpio.a"
"libstmGpio.pdb"
"libstmGpio.a"
)
# Per-language clean rules from dependency scanning.

@ -1,9 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
@ -24,7 +25,5 @@ bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o
../bsl/csl/stm32f042/Inc/stm32_assert.h
../bsl/csl/stm32f042/Inc/stm32f0xx_csl.h
../periferals/gpio/gpio.hpp
/home/key/git/ked/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
/home/key/git/ked/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
/home/key/git/ked/bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
/home/key/git/ked/bsl/nucleo_f042k6/periferals/gpio/gpio.cpp
/home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
/home/ed/github/KED/bsl/nucleo_f042k6/periferals/gpio/gpio.cpp

@ -1,8 +1,9 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
@ -23,8 +24,6 @@ bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Inc/stm32_assert.h
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Inc/stm32f0xx_csl.h
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../periferals/gpio/gpio.hpp
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/nucleo_f042k6/periferals/gpio/gpio.cpp

@ -1,10 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# compile CXX with /usr/bin/arm-none-eabi-g++
CXX_DEFINES = -DDATA_CACHE_ENABLE=0 -DHSE_STARTUP_TIMEOUT=100 -DHSE_VALUE=8000000 -DHSI_VALUE=8000000 -DINSTRUCTION_CACHE_ENABLE=0 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DLSI_VALUE=40000 -DPREFETCH_ENABLE=1 -DSTM32F042x6 -DUSE_FULL_LL_DRIVER -DVDD_VALUE=3300
CXX_FLAGS = -mcpu=cortex-m0 -mthumb -Wall -fdata-sections -fdiagnostics-color=always -ffunction-sections -std=gnu++11
CXX_INCLUDES = -I/home/key/git/ked/periferals/gpio -I/home/key/git/ked/bsl/csl/stm32f042/Inc -I/home/key/git/ked/bsl/csl/stm32f042/Drivers/CMSIS/Include -I/home/key/git/ked/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I/home/key/git/ked/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc
CXX_DEFINES = -DDATA_CACHE_ENABLE=0 -DHSE_STARTUP_TIMEOUT=100 -DHSE_VALUE=8000000 -DHSI_VALUE=8000000 -DINSTRUCTION_CACHE_ENABLE=0 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DLSI_VALUE=40000 -DPREFETCH_ENABLE=1 -DSTM32F042x6 -DUSE_FULL_LL_DRIVER -DVDD_VALUE=3300
CXX_FLAGS = -mcpu=cortex-m0 -mthumb -Wall -fdata-sections -fdiagnostics-color=always -ffunction-sections -std=gnu++11
CXX_INCLUDES = -I/home/ed/github/KED/periferals/gpio -I/home/ed/github/KED/bsl/csl/stm32f042/Inc -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/CMSIS/Include -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc

@ -1,2 +1,2 @@
/usr/bin/arm-none-eabi-ar qc libstmGpio.a CMakeFiles/stmGpio.dir/gpio.cpp.o
/usr/bin/arm-none-eabi-ar qc libstmGpio.a CMakeFiles/stmGpio.dir/gpio.cpp.o
/usr/bin/arm-none-eabi-ranlib libstmGpio.a

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Default target executed when no arguments are given to make.
default_target: all
@ -17,35 +17,16 @@ default_target: all
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
@ -61,16 +42,16 @@ SHELL = /bin/sh
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/key/git/ked
CMAKE_SOURCE_DIR = /home/ed/github/KED
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/key/git/ked/build
CMAKE_BINARY_DIR = /home/ed/github/KED/build
#=============================================================================
# Targets provided globally by CMake.
@ -78,7 +59,7 @@ CMAKE_BINARY_DIR = /home/key/git/ked/build
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -99,14 +80,14 @@ edit_cache/fast: edit_cache
# The main all target
all: cmake_check_build_system
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles /home/key/git/ked/build/bsl/nucleo_f042k6/periferals/gpio//CMakeFiles/progress.marks
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/gpio/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/git/ked/build/CMakeFiles 0
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles /home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/progress.marks
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/gpio/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/gpio/clean
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/gpio/clean
.PHONY : clean
# The main clean target
@ -116,22 +97,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/gpio/preinstall
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/gpio/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/gpio/preinstall
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/gpio/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/rule:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/rule
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/rule
.PHONY : bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/rule
# Convenience name for target.
@ -141,7 +122,7 @@ stmGpio: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/rule
# fast build rule for target.
stmGpio/fast:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build
cd /home/ed/github/KED/build && $(MAKE) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build
.PHONY : stmGpio/fast
gpio.o: gpio.cpp.o
@ -150,7 +131,7 @@ gpio.o: gpio.cpp.o
# target to build an object file
gpio.cpp.o:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o
cd /home/ed/github/KED/build && $(MAKE) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o
.PHONY : gpio.cpp.o
gpio.i: gpio.cpp.i
@ -159,7 +140,7 @@ gpio.i: gpio.cpp.i
# target to preprocess a source file
gpio.cpp.i:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.i
cd /home/ed/github/KED/build && $(MAKE) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.i
.PHONY : gpio.cpp.i
gpio.s: gpio.cpp.s
@ -168,7 +149,7 @@ gpio.s: gpio.cpp.s
# target to generate assembly for a file
gpio.cpp.s:
cd /home/key/git/ked/build && $(MAKE) $(MAKESILENT) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.s
cd /home/ed/github/KED/build && $(MAKE) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.s
.PHONY : gpio.cpp.s
# Help Target
@ -177,9 +158,9 @@ help:
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... rebuild_cache"
@echo "... stmGpio"
@echo "... edit_cache"
@echo "... gpio.o"
@echo "... gpio.i"
@echo "... gpio.s"
@ -194,6 +175,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/key/git/ked/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

@ -1,4 +1,4 @@
# Install script for directory: /home/key/git/ked/bsl/nucleo_f042k6/periferals/gpio
# Install script for directory: /home/ed/github/KED/bsl/nucleo_f042k6/periferals/gpio
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -37,8 +37,3 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump")
endif()

@ -1,4 +1,4 @@
# Install script for directory: /home/key/git/ked
# Install script for directory: /home/ed/github/KED
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -37,14 +37,9 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/key/git/ked/build/bsl/cmake_install.cmake")
include("/home/ed/github/KED/build/bsl/cmake_install.cmake")
endif()
@ -56,5 +51,5 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "/home/key/git/ked/build/${CMAKE_INSTALL_MANIFEST}"
file(WRITE "/home/ed/github/KED/build/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")

Binary file not shown.
Loading…
Cancel
Save