fn check app version
This commit is contained in:
1
build/bootloader/.bin_timestamp
Normal file
1
build/bootloader/.bin_timestamp
Normal file
@ -0,0 +1 @@
|
||||
e5f76a363e041922ec14feaf8361b76c /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/bootloader.bin
|
464
build/bootloader/CMakeCache.txt
Normal file
464
build/bootloader/CMakeCache.txt
Normal file
@ -0,0 +1,464 @@
|
||||
# This is the CMakeCache file.
|
||||
# For build in directory: /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader
|
||||
# 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.
|
||||
# If you do want to change a value, simply edit, save, and exit the editor.
|
||||
# The syntax for the file is as follows:
|
||||
# KEY:TYPE=VALUE
|
||||
# KEY is the name of a variable in the cache.
|
||||
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
|
||||
# VALUE is the current value for the KEY.
|
||||
|
||||
########################
|
||||
# EXTERNAL cache entries
|
||||
########################
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_ADDR2LINE:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-addr2line
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_AR:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_ASM_COMPILER_AR:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar
|
||||
|
||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_ASM_COMPILER_RANLIB:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib
|
||||
|
||||
//Flags used by the ASM compiler during all build types.
|
||||
CMAKE_ASM_FLAGS:STRING=
|
||||
|
||||
//Flags used by the ASM compiler during DEBUG builds.
|
||||
CMAKE_ASM_FLAGS_DEBUG:STRING=-g
|
||||
|
||||
//Flags used by the ASM compiler during MINSIZEREL builds.
|
||||
CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||
|
||||
//Flags used by the ASM compiler during RELEASE builds.
|
||||
CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||
|
||||
//Flags used by the ASM compiler during RELWITHDEBINFO builds.
|
||||
CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
|
||||
//Choose the type of build, options are: None Debug Release RelWithDebInfo
|
||||
// MinSizeRel ...
|
||||
CMAKE_BUILD_TYPE:STRING=
|
||||
|
||||
//Enable/Disable color output during build.
|
||||
CMAKE_COLOR_MAKEFILE:BOOL=ON
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_CXX_COMPILER_AR:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar
|
||||
|
||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib
|
||||
|
||||
//C++ Compiler Base Flags
|
||||
CMAKE_CXX_FLAGS:STRING=-mlongcalls -Wno-frame-address
|
||||
|
||||
//Flags used by the CXX compiler during DEBUG builds.
|
||||
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
|
||||
|
||||
//Flags used by the CXX compiler during MINSIZEREL builds.
|
||||
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||
|
||||
//Flags used by the CXX compiler during RELEASE builds.
|
||||
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||
|
||||
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
|
||||
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_C_COMPILER_AR:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar
|
||||
|
||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_C_COMPILER_RANLIB:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib
|
||||
|
||||
//C Compiler Base Flags
|
||||
CMAKE_C_FLAGS:STRING=-mlongcalls -Wno-frame-address
|
||||
|
||||
//Flags used by the C compiler during DEBUG builds.
|
||||
CMAKE_C_FLAGS_DEBUG:STRING=-g
|
||||
|
||||
//Flags used by the C compiler during MINSIZEREL builds.
|
||||
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||
|
||||
//Flags used by the C compiler during RELEASE builds.
|
||||
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=
|
||||
|
||||
//Flags used by the linker during DEBUG builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during MINSIZEREL builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during RELEASE builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during RELWITHDEBINFO builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Enable/Disable output of compile commands during generation.
|
||||
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
|
||||
|
||||
//Install path prefix, prepended onto install directories.
|
||||
CMAKE_INSTALL_PREFIX:PATH=/usr/local
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_LINKER:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// all build types.
|
||||
CMAKE_MODULE_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// DEBUG builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// MINSIZEREL builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// RELEASE builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// RELWITHDEBINFO builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_NM:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-nm
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_OBJCOPY:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-objcopy
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_OBJDUMP:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_DESCRIPTION:STATIC=
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_NAME:STATIC=bootloader
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_RANLIB:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_READELF:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-readelf
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during all build types.
|
||||
CMAKE_SHARED_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during DEBUG builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during MINSIZEREL builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during RELEASE builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during RELWITHDEBINFO builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//If set, runtime paths are not added when installing shared libraries,
|
||||
// but are added when building.
|
||||
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
|
||||
|
||||
//If set, runtime paths are not added when using shared libraries.
|
||||
CMAKE_SKIP_RPATH:BOOL=NO
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during all build types.
|
||||
CMAKE_STATIC_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during DEBUG builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during MINSIZEREL builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during RELEASE builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during RELWITHDEBINFO builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_STRIP:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-strip
|
||||
|
||||
//The CMake toolchain file
|
||||
CMAKE_TOOLCHAIN_FILE:FILEPATH=/home/hendrik/esp/esp-idf/tools/cmake/toolchain-esp32.cmake
|
||||
|
||||
//If this value is on, makefiles will be generated without the
|
||||
// .SILENT directive, and all commands will be echoed to the console
|
||||
// during the make. This is useful for debugging only. With Visual
|
||||
// Studio IDE projects all commands are done without /nologo.
|
||||
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
EXTRA_COMPONENT_DIRS:UNINITIALIZED=/home/hendrik/esp/esp-idf/components/bootloader
|
||||
|
||||
//Git command line client
|
||||
GIT_EXECUTABLE:FILEPATH=/usr/bin/git
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
IDF_PATH:UNINITIALIZED=/home/hendrik/esp/esp-idf
|
||||
|
||||
//IDF Build Target
|
||||
IDF_TARGET:STRING=esp32
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
LEGACY_INCLUDE_COMMON_HEADERS:UNINITIALIZED=
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
PYTHON:UNINITIALIZED=/home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
PYTHON_DEPS_CHECKED:UNINITIALIZED=1
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
SDKCONFIG:UNINITIALIZED=/home/hendrik/git/ESP32-Mesh-OTA/sdkconfig
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
SECURE_BOOT_SIGNING_KEY:UNINITIALIZED=/home/hendrik/git/ESP32-Mesh-OTA/secure_boot_signing_key.pem
|
||||
|
||||
//Dependencies for the target
|
||||
__idf_bootloader_support_LIB_DEPENDS:STATIC=general;__idf_log;general;__idf_esp_rom;general;__idf_esp_hw_support;general;__idf_hal;
|
||||
|
||||
//Dependencies for the target
|
||||
__idf_efuse_LIB_DEPENDS:STATIC=general;__idf_log;general;__idf_esp_rom;general;__idf_esp_hw_support;general;__idf_hal;
|
||||
|
||||
//Dependencies for the target
|
||||
__idf_esp_hw_support_LIB_DEPENDS:STATIC=general;__idf_log;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_hal;
|
||||
|
||||
//Dependencies for the target
|
||||
__idf_esp_rom_LIB_DEPENDS:STATIC=general;__idf_log;general;__idf_esp_hw_support;general;__idf_hal;
|
||||
|
||||
//Dependencies for the target
|
||||
__idf_hal_LIB_DEPENDS:STATIC=general;__idf_log;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_hw_support;
|
||||
|
||||
//Dependencies for the target
|
||||
__idf_log_LIB_DEPENDS:STATIC=general;__idf_esp_rom;general;__idf_esp_hw_support;general;__idf_hal;
|
||||
|
||||
//Dependencies for the target
|
||||
__idf_main_LIB_DEPENDS:STATIC=general;__idf_log;general;__idf_esp_rom;general;__idf_esp_hw_support;general;__idf_hal;
|
||||
|
||||
//Dependencies for the target
|
||||
__idf_micro-ecc_LIB_DEPENDS:STATIC=general;__idf_log;general;__idf_esp_rom;general;__idf_esp_hw_support;general;__idf_hal;
|
||||
|
||||
//Dependencies for the target
|
||||
__idf_soc_LIB_DEPENDS:STATIC=general;__idf_log;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_hw_support;general;__idf_hal;
|
||||
|
||||
//Dependencies for the target
|
||||
__idf_spi_flash_LIB_DEPENDS:STATIC=general;__idf_log;general;__idf_esp_rom;general;__idf_esp_hw_support;general;__idf_hal;
|
||||
|
||||
//Value Computed by CMake
|
||||
bootloader_BINARY_DIR:STATIC=/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader
|
||||
|
||||
//Value Computed by CMake
|
||||
bootloader_SOURCE_DIR:STATIC=/home/hendrik/esp/esp-idf/components/bootloader/subproject
|
||||
|
||||
//Value Computed by CMake
|
||||
esp-idf_BINARY_DIR:STATIC=/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf
|
||||
|
||||
//Value Computed by CMake
|
||||
esp-idf_SOURCE_DIR:STATIC=/home/hendrik/esp/esp-idf
|
||||
|
||||
|
||||
########################
|
||||
# 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
|
||||
CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB
|
||||
CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||
CMAKE_ASM_COMPILER_WORKS:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS
|
||||
CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG
|
||||
CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL
|
||||
CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE
|
||||
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/hendrik/git/ESP32-Mesh-OTA/build/bootloader
|
||||
//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=19
|
||||
//Patch version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
|
||||
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
|
||||
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
|
||||
//Path to CMake executable.
|
||||
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
|
||||
//Path to cpack program executable.
|
||||
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
|
||||
//Path to ctest program executable.
|
||||
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
|
||||
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
|
||||
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
|
||||
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS
|
||||
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
|
||||
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
|
||||
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
|
||||
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
|
||||
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
|
||||
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS
|
||||
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
|
||||
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
|
||||
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
|
||||
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
|
||||
//Path to cache edit program executable.
|
||||
CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake
|
||||
//Executable file format
|
||||
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
|
||||
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
|
||||
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
|
||||
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
|
||||
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
|
||||
//Name of external makefile project generator.
|
||||
CMAKE_EXTRA_GENERATOR:INTERNAL=
|
||||
//Name of generator.
|
||||
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
|
||||
//Generator instance identifier.
|
||||
CMAKE_GENERATOR_INSTANCE:INTERNAL=
|
||||
//Name of generator platform.
|
||||
CMAKE_GENERATOR_PLATFORM:INTERNAL=
|
||||
//Name of generator toolset.
|
||||
CMAKE_GENERATOR_TOOLSET:INTERNAL=
|
||||
//Source directory with the top level CMakeLists.txt file for this
|
||||
// project
|
||||
CMAKE_HOME_DIRECTORY:INTERNAL=/home/hendrik/esp/esp-idf/components/bootloader/subproject
|
||||
//ADVANCED property for variable: CMAKE_LINKER
|
||||
CMAKE_LINKER-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
|
||||
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
|
||||
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
|
||||
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_NM
|
||||
CMAKE_NM-ADVANCED:INTERNAL=1
|
||||
//number of local generators
|
||||
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=20
|
||||
//ADVANCED property for variable: CMAKE_OBJCOPY
|
||||
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_OBJDUMP
|
||||
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
|
||||
//Platform information initialized
|
||||
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
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
|
||||
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
|
||||
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
|
||||
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SKIP_RPATH
|
||||
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
|
||||
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
|
||||
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STRIP
|
||||
CMAKE_STRIP-ADVANCED:INTERNAL=1
|
||||
//uname command
|
||||
CMAKE_UNAME:INTERNAL=/usr/bin/uname
|
||||
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
|
||||
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
|
||||
//Details about finding Git
|
||||
FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.29.2()]
|
||||
//ADVANCED property for variable: GIT_EXECUTABLE
|
||||
GIT_EXECUTABLE-ADVANCED:INTERNAL=1
|
||||
|
20
build/bootloader/CMakeFiles/3.18.4/CMakeASMCompiler.cmake
Normal file
20
build/bootloader/CMakeFiles/3.18.4/CMakeASMCompiler.cmake
Normal file
@ -0,0 +1,20 @@
|
||||
set(CMAKE_ASM_COMPILER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc")
|
||||
set(CMAKE_ASM_COMPILER_ARG1 "")
|
||||
set(CMAKE_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar")
|
||||
set(CMAKE_ASM_COMPILER_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar")
|
||||
set(CMAKE_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib")
|
||||
set(CMAKE_ASM_COMPILER_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib")
|
||||
set(CMAKE_LINKER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-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)
|
||||
|
||||
|
77
build/bootloader/CMakeFiles/3.18.4/CMakeCCompiler.cmake
Normal file
77
build/bootloader/CMakeFiles/3.18.4/CMakeCCompiler.cmake
Normal file
@ -0,0 +1,77 @@
|
||||
set(CMAKE_C_COMPILER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc")
|
||||
set(CMAKE_C_COMPILER_ARG1 "")
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
set(CMAKE_C_COMPILER_VERSION "8.4.0")
|
||||
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 "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar")
|
||||
set(CMAKE_C_COMPILER_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar")
|
||||
set(CMAKE_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib")
|
||||
set(CMAKE_C_COMPILER_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib")
|
||||
set(CMAKE_LINKER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-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 "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include-fixed;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include")
|
||||
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;c;nosys;c;gcc")
|
||||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/lib")
|
||||
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
89
build/bootloader/CMakeFiles/3.18.4/CMakeCXXCompiler.cmake
Normal file
89
build/bootloader/CMakeFiles/3.18.4/CMakeCXXCompiler.cmake
Normal file
@ -0,0 +1,89 @@
|
||||
set(CMAKE_CXX_COMPILER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++")
|
||||
set(CMAKE_CXX_COMPILER_ARG1 "")
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
set(CMAKE_CXX_COMPILER_VERSION "8.4.0")
|
||||
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 "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar")
|
||||
set(CMAKE_CXX_COMPILER_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar")
|
||||
set(CMAKE_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib")
|
||||
set(CMAKE_CXX_COMPILER_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib")
|
||||
set(CMAKE_LINKER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-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 "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/8.4.0;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/8.4.0/xtensa-esp32-elf;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/8.4.0/backward;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include-fixed;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc;c;nosys;c;gcc")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/lib")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
BIN
build/bootloader/CMakeFiles/3.18.4/CMakeDetermineCompilerABI_C.bin
Executable file
BIN
build/bootloader/CMakeFiles/3.18.4/CMakeDetermineCompilerABI_C.bin
Executable file
Binary file not shown.
BIN
build/bootloader/CMakeFiles/3.18.4/CMakeDetermineCompilerABI_CXX.bin
Executable file
BIN
build/bootloader/CMakeFiles/3.18.4/CMakeDetermineCompilerABI_CXX.bin
Executable file
Binary file not shown.
15
build/bootloader/CMakeFiles/3.18.4/CMakeSystem.cmake
Normal file
15
build/bootloader/CMakeFiles/3.18.4/CMakeSystem.cmake
Normal file
@ -0,0 +1,15 @@
|
||||
set(CMAKE_HOST_SYSTEM "Linux-5.9.8-2-default")
|
||||
set(CMAKE_HOST_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_HOST_SYSTEM_VERSION "5.9.8-2-default")
|
||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
|
||||
|
||||
include("/home/hendrik/esp/esp-idf/tools/cmake/toolchain-esp32.cmake")
|
||||
|
||||
set(CMAKE_SYSTEM "Generic")
|
||||
set(CMAKE_SYSTEM_NAME "Generic")
|
||||
set(CMAKE_SYSTEM_VERSION "")
|
||||
set(CMAKE_SYSTEM_PROCESSOR "")
|
||||
|
||||
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||
|
||||
set(CMAKE_SYSTEM_LOADED 1)
|
@ -0,0 +1,674 @@
|
||||
#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
|
@ -0,0 +1,663 @@
|
||||
/* 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;
|
||||
}
|
20
build/bootloader/CMakeFiles/3.19.1/CMakeASMCompiler.cmake
Normal file
20
build/bootloader/CMakeFiles/3.19.1/CMakeASMCompiler.cmake
Normal file
@ -0,0 +1,20 @@
|
||||
set(CMAKE_ASM_COMPILER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc")
|
||||
set(CMAKE_ASM_COMPILER_ARG1 "")
|
||||
set(CMAKE_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar")
|
||||
set(CMAKE_ASM_COMPILER_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar")
|
||||
set(CMAKE_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib")
|
||||
set(CMAKE_ASM_COMPILER_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib")
|
||||
set(CMAKE_LINKER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-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)
|
||||
|
||||
|
77
build/bootloader/CMakeFiles/3.19.1/CMakeCCompiler.cmake
Normal file
77
build/bootloader/CMakeFiles/3.19.1/CMakeCCompiler.cmake
Normal file
@ -0,0 +1,77 @@
|
||||
set(CMAKE_C_COMPILER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc")
|
||||
set(CMAKE_C_COMPILER_ARG1 "")
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
set(CMAKE_C_COMPILER_VERSION "8.4.0")
|
||||
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 "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar")
|
||||
set(CMAKE_C_COMPILER_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar")
|
||||
set(CMAKE_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib")
|
||||
set(CMAKE_C_COMPILER_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib")
|
||||
set(CMAKE_LINKER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-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 "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include-fixed;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include")
|
||||
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;c;nosys;c;gcc")
|
||||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/lib")
|
||||
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
89
build/bootloader/CMakeFiles/3.19.1/CMakeCXXCompiler.cmake
Normal file
89
build/bootloader/CMakeFiles/3.19.1/CMakeCXXCompiler.cmake
Normal file
@ -0,0 +1,89 @@
|
||||
set(CMAKE_CXX_COMPILER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++")
|
||||
set(CMAKE_CXX_COMPILER_ARG1 "")
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
set(CMAKE_CXX_COMPILER_VERSION "8.4.0")
|
||||
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 "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar")
|
||||
set(CMAKE_CXX_COMPILER_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar")
|
||||
set(CMAKE_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib")
|
||||
set(CMAKE_CXX_COMPILER_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib")
|
||||
set(CMAKE_LINKER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-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 "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/8.4.0;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/8.4.0/xtensa-esp32-elf;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/8.4.0/backward;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include-fixed;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc;c;nosys;c;gcc")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/lib")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
BIN
build/bootloader/CMakeFiles/3.19.1/CMakeDetermineCompilerABI_C.bin
Executable file
BIN
build/bootloader/CMakeFiles/3.19.1/CMakeDetermineCompilerABI_C.bin
Executable file
Binary file not shown.
BIN
build/bootloader/CMakeFiles/3.19.1/CMakeDetermineCompilerABI_CXX.bin
Executable file
BIN
build/bootloader/CMakeFiles/3.19.1/CMakeDetermineCompilerABI_CXX.bin
Executable file
Binary file not shown.
15
build/bootloader/CMakeFiles/3.19.1/CMakeSystem.cmake
Normal file
15
build/bootloader/CMakeFiles/3.19.1/CMakeSystem.cmake
Normal file
@ -0,0 +1,15 @@
|
||||
set(CMAKE_HOST_SYSTEM "Linux-5.9.11-1-default")
|
||||
set(CMAKE_HOST_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_HOST_SYSTEM_VERSION "5.9.11-1-default")
|
||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
|
||||
|
||||
include("/home/hendrik/esp/esp-idf/tools/cmake/toolchain-esp32.cmake")
|
||||
|
||||
set(CMAKE_SYSTEM "Generic")
|
||||
set(CMAKE_SYSTEM_NAME "Generic")
|
||||
set(CMAKE_SYSTEM_VERSION "")
|
||||
set(CMAKE_SYSTEM_PROCESSOR "")
|
||||
|
||||
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||
|
||||
set(CMAKE_SYSTEM_LOADED 1)
|
@ -0,0 +1,721 @@
|
||||
#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__) && defined(__INTEL_DPCPP_COMPILER__)
|
||||
# define COMPILER_ID "IntelDPCPP"
|
||||
# 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(__INTEL_DPCPP_COMPILER__)
|
||||
|
||||
#elif defined(__clang__) && defined(__INTEL_CLANG_COMPILER)
|
||||
# define COMPILER_ID "IntelClang"
|
||||
# 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(__INTEL_CLANG_COMPILER)
|
||||
|
||||
#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
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# if defined(__TI_ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__MSP430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__TMS320C28XX__)
|
||||
# define ARCHITECTURE_ID "TMS320C28x"
|
||||
|
||||
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
||||
# define ARCHITECTURE_ID "TMS320C6x"
|
||||
|
||||
# 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
|
@ -0,0 +1,710 @@
|
||||
/* 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__) && defined(__INTEL_DPCPP_COMPILER__)
|
||||
# define COMPILER_ID "IntelDPCPP"
|
||||
# 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(__INTEL_DPCPP_COMPILER__)
|
||||
|
||||
#elif defined(__clang__) && defined(__INTEL_CLANG_COMPILER)
|
||||
# define COMPILER_ID "IntelClang"
|
||||
# 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(__INTEL_CLANG_COMPILER)
|
||||
|
||||
#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
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# if defined(__TI_ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__MSP430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__TMS320C28XX__)
|
||||
# define ARCHITECTURE_ID "TMS320C28x"
|
||||
|
||||
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
||||
# define ARCHITECTURE_ID "TMS320C6x"
|
||||
|
||||
# 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;
|
||||
}
|
20
build/bootloader/CMakeFiles/3.19.2/CMakeASMCompiler.cmake
Normal file
20
build/bootloader/CMakeFiles/3.19.2/CMakeASMCompiler.cmake
Normal file
@ -0,0 +1,20 @@
|
||||
set(CMAKE_ASM_COMPILER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc")
|
||||
set(CMAKE_ASM_COMPILER_ARG1 "")
|
||||
set(CMAKE_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar")
|
||||
set(CMAKE_ASM_COMPILER_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar")
|
||||
set(CMAKE_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib")
|
||||
set(CMAKE_ASM_COMPILER_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib")
|
||||
set(CMAKE_LINKER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-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)
|
||||
|
||||
|
77
build/bootloader/CMakeFiles/3.19.2/CMakeCCompiler.cmake
Normal file
77
build/bootloader/CMakeFiles/3.19.2/CMakeCCompiler.cmake
Normal file
@ -0,0 +1,77 @@
|
||||
set(CMAKE_C_COMPILER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc")
|
||||
set(CMAKE_C_COMPILER_ARG1 "")
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
set(CMAKE_C_COMPILER_VERSION "8.4.0")
|
||||
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 "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar")
|
||||
set(CMAKE_C_COMPILER_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar")
|
||||
set(CMAKE_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib")
|
||||
set(CMAKE_C_COMPILER_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib")
|
||||
set(CMAKE_LINKER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-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 "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include-fixed;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include")
|
||||
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;c;nosys;c;gcc")
|
||||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/lib")
|
||||
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
89
build/bootloader/CMakeFiles/3.19.2/CMakeCXXCompiler.cmake
Normal file
89
build/bootloader/CMakeFiles/3.19.2/CMakeCXXCompiler.cmake
Normal file
@ -0,0 +1,89 @@
|
||||
set(CMAKE_CXX_COMPILER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++")
|
||||
set(CMAKE_CXX_COMPILER_ARG1 "")
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
set(CMAKE_CXX_COMPILER_VERSION "8.4.0")
|
||||
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 "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar")
|
||||
set(CMAKE_CXX_COMPILER_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar")
|
||||
set(CMAKE_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib")
|
||||
set(CMAKE_CXX_COMPILER_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib")
|
||||
set(CMAKE_LINKER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-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 "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/8.4.0;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/8.4.0/xtensa-esp32-elf;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/8.4.0/backward;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include-fixed;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc;c;nosys;c;gcc")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/lib")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
BIN
build/bootloader/CMakeFiles/3.19.2/CMakeDetermineCompilerABI_C.bin
Executable file
BIN
build/bootloader/CMakeFiles/3.19.2/CMakeDetermineCompilerABI_C.bin
Executable file
Binary file not shown.
BIN
build/bootloader/CMakeFiles/3.19.2/CMakeDetermineCompilerABI_CXX.bin
Executable file
BIN
build/bootloader/CMakeFiles/3.19.2/CMakeDetermineCompilerABI_CXX.bin
Executable file
Binary file not shown.
15
build/bootloader/CMakeFiles/3.19.2/CMakeSystem.cmake
Normal file
15
build/bootloader/CMakeFiles/3.19.2/CMakeSystem.cmake
Normal file
@ -0,0 +1,15 @@
|
||||
set(CMAKE_HOST_SYSTEM "Linux-5.10.1-1-default")
|
||||
set(CMAKE_HOST_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_HOST_SYSTEM_VERSION "5.10.1-1-default")
|
||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
|
||||
|
||||
include("/home/hendrik/esp/esp-idf/tools/cmake/toolchain-esp32.cmake")
|
||||
|
||||
set(CMAKE_SYSTEM "Generic")
|
||||
set(CMAKE_SYSTEM_NAME "Generic")
|
||||
set(CMAKE_SYSTEM_VERSION "")
|
||||
set(CMAKE_SYSTEM_PROCESSOR "")
|
||||
|
||||
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||
|
||||
set(CMAKE_SYSTEM_LOADED 1)
|
@ -0,0 +1,691 @@
|
||||
#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(_CRAYC) || defined(__cray__)
|
||||
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
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# if defined(__TI_ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__MSP430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__TMS320C28XX__)
|
||||
# define ARCHITECTURE_ID "TMS320C28x"
|
||||
|
||||
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
||||
# define ARCHITECTURE_ID "TMS320C6x"
|
||||
|
||||
# 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(_CRAYC) || defined(__cray__)
|
||||
require += info_cray[argc];
|
||||
#endif
|
||||
require += info_language_dialect_default[argc];
|
||||
(void)argv;
|
||||
return require;
|
||||
}
|
||||
#endif
|
@ -0,0 +1,680 @@
|
||||
/* 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(_CRAYC) || defined(__cray__)
|
||||
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
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# if defined(__TI_ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__MSP430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__TMS320C28XX__)
|
||||
# define ARCHITECTURE_ID "TMS320C28x"
|
||||
|
||||
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
||||
# define ARCHITECTURE_ID "TMS320C6x"
|
||||
|
||||
# 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(_CRAYC) || defined(__cray__)
|
||||
require += info_cray[argc];
|
||||
#endif
|
||||
require += info_language_dialect_default[argc];
|
||||
(void)argv;
|
||||
return require;
|
||||
}
|
16
build/bootloader/CMakeFiles/CMakeDirectoryInformation.cmake
Normal file
16
build/bootloader/CMakeFiles/CMakeDirectoryInformation.cmake
Normal file
@ -0,0 +1,16 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hendrik/esp/esp-idf/components/bootloader/subproject")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
1158
build/bootloader/CMakeFiles/CMakeOutput.log
Normal file
1158
build/bootloader/CMakeFiles/CMakeOutput.log
Normal file
File diff suppressed because it is too large
Load Diff
18
build/bootloader/CMakeFiles/CMakeRuleHashes.txt
Normal file
18
build/bootloader/CMakeFiles/CMakeRuleHashes.txt
Normal file
@ -0,0 +1,18 @@
|
||||
# Hashes of file build rules.
|
||||
a7a5789c4d960e72f608a62eb688cd1b .bin_timestamp
|
||||
c43cf80a018c8196c629cc94f1e3582c CMakeFiles/_project_elf_src
|
||||
c43cf80a018c8196c629cc94f1e3582c CMakeFiles/app
|
||||
0e05e27ed2252f65910c409cc247cfd6 CMakeFiles/confserver
|
||||
ae6aabfdb451726ef8a1af3d11a07f87 CMakeFiles/erase_flash
|
||||
c43cf80a018c8196c629cc94f1e3582c CMakeFiles/gen_project_binary
|
||||
a08c9fcf9c479a9526b7f1162b917a9c CMakeFiles/menuconfig
|
||||
bd35fddc5e7a1695952ac78caca7b891 CMakeFiles/monitor
|
||||
49f91da126be985ba65ff679939f1c59 CMakeFiles/size
|
||||
41e87c21cb9d54587972039a9fbc656b CMakeFiles/size-components
|
||||
19ef2f8eacd9c6588ef8bbcd0d704af7 CMakeFiles/size-files
|
||||
b69b54c5717d35508472bbeff52e5988 esp-idf/bootloader_support/signature_verification_key.bin
|
||||
ef5ed0a82381be31dd8e3cfd71f679cc esp-idf/efuse/CMakeFiles/efuse_common_table
|
||||
c8de368ba2ba670f24988b5a6d7f13e8 esp-idf/efuse/CMakeFiles/efuse_test_table
|
||||
527a363914e769af87e0855a6967db13 esp-idf/efuse/CMakeFiles/show_efuse_table
|
||||
396e31a747b5ecd19c2a0c0b54c654b2 project_elf_src_esp32.c
|
||||
c21973fd236f3736532e63a3781fe480 signature_verification_key.bin.S
|
193
build/bootloader/CMakeFiles/Makefile.cmake
Normal file
193
build/bootloader/CMakeFiles/Makefile.cmake
Normal file
@ -0,0 +1,193 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# The generator used is:
|
||||
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
|
||||
|
||||
# The top level Makefile was generated from the following files:
|
||||
set(CMAKE_MAKEFILE_DEPENDS
|
||||
"CMakeCache.txt"
|
||||
"/home/hendrik/esp/esp-idf/.git/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/components/asio/asio/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/components/bt/controller/lib/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/components/cbor/tinycbor/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/components/coap/libcoap/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/components/esptool_py/esptool/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/components/expat/expat/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/components/json/cJSON/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/components/libsodium/libsodium/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/components/nghttp/nghttp2/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/components/tinyusb/tinyusb/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/components/unity/unity/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/examples/build_system/cmake/import_lib/main/lib/tinyxml2/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/modules/examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib/HEAD"
|
||||
"/home/hendrik/esp/esp-idf/.git/refs/heads/master"
|
||||
"/home/hendrik/esp/esp-idf/CMakeLists.txt"
|
||||
"/home/hendrik/esp/esp-idf/components/asio/asio/.git"
|
||||
"/home/hendrik/esp/esp-idf/components/bootloader/CMakeLists.txt"
|
||||
"/home/hendrik/esp/esp-idf/components/bootloader/project_include.cmake"
|
||||
"/home/hendrik/esp/esp-idf/components/bootloader/subproject/CMakeLists.txt"
|
||||
"/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/CMakeLists.txt"
|
||||
"/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git"
|
||||
"/home/hendrik/esp/esp-idf/components/bootloader/subproject/main/CMakeLists.txt"
|
||||
"/home/hendrik/esp/esp-idf/components/bootloader_support/CMakeLists.txt"
|
||||
"/home/hendrik/esp/esp-idf/components/bt/controller/lib/.git"
|
||||
"/home/hendrik/esp/esp-idf/components/bt/host/nimble/nimble/.git"
|
||||
"/home/hendrik/esp/esp-idf/components/cbor/tinycbor/.git"
|
||||
"/home/hendrik/esp/esp-idf/components/cmock/CMock/.git"
|
||||
"/home/hendrik/esp/esp-idf/components/coap/libcoap/.git"
|
||||
"/home/hendrik/esp/esp-idf/components/efuse/CMakeLists.txt"
|
||||
"/home/hendrik/esp/esp-idf/components/efuse/esp32/sources.cmake"
|
||||
"/home/hendrik/esp/esp-idf/components/esp32/CMakeLists.txt"
|
||||
"/home/hendrik/esp/esp-idf/components/esp32/project_include.cmake"
|
||||
"/home/hendrik/esp/esp-idf/components/esp_common/CMakeLists.txt"
|
||||
"/home/hendrik/esp/esp-idf/components/esp_hw_support/CMakeLists.txt"
|
||||
"/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/CMakeLists.txt"
|
||||
"/home/hendrik/esp/esp-idf/components/esp_rom/CMakeLists.txt"
|
||||
"/home/hendrik/esp/esp-idf/components/esp_wifi/lib/.git"
|
||||
"/home/hendrik/esp/esp-idf/components/esptool_py/CMakeLists.txt"
|
||||
"/home/hendrik/esp/esp-idf/components/esptool_py/esptool/.git"
|
||||
"/home/hendrik/esp/esp-idf/components/esptool_py/project_include.cmake"
|
||||
"/home/hendrik/esp/esp-idf/components/expat/expat/.git"
|
||||
"/home/hendrik/esp/esp-idf/components/hal/CMakeLists.txt"
|
||||
"/home/hendrik/esp/esp-idf/components/json/cJSON/.git"
|
||||
"/home/hendrik/esp/esp-idf/components/libsodium/libsodium/.git"
|
||||
"/home/hendrik/esp/esp-idf/components/log/CMakeLists.txt"
|
||||
"/home/hendrik/esp/esp-idf/components/lwip/lwip/.git"
|
||||
"/home/hendrik/esp/esp-idf/components/mbedtls/mbedtls/.git"
|
||||
"/home/hendrik/esp/esp-idf/components/mqtt/esp-mqtt/.git"
|
||||
"/home/hendrik/esp/esp-idf/components/nghttp/nghttp2/.git"
|
||||
"/home/hendrik/esp/esp-idf/components/partition_table/CMakeLists.txt"
|
||||
"/home/hendrik/esp/esp-idf/components/partition_table/project_include.cmake"
|
||||
"/home/hendrik/esp/esp-idf/components/protobuf-c/protobuf-c/.git"
|
||||
"/home/hendrik/esp/esp-idf/components/soc/CMakeLists.txt"
|
||||
"/home/hendrik/esp/esp-idf/components/soc/esp32/CMakeLists.txt"
|
||||
"/home/hendrik/esp/esp-idf/components/spi_flash/CMakeLists.txt"
|
||||
"/home/hendrik/esp/esp-idf/components/spiffs/spiffs/.git"
|
||||
"/home/hendrik/esp/esp-idf/components/tinyusb/tinyusb/.git"
|
||||
"/home/hendrik/esp/esp-idf/components/unity/unity/.git"
|
||||
"/home/hendrik/esp/esp-idf/components/xtensa/CMakeLists.txt"
|
||||
"/home/hendrik/esp/esp-idf/examples/build_system/cmake/import_lib/main/lib/tinyxml2/.git"
|
||||
"/home/hendrik/esp/esp-idf/examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib/.git"
|
||||
"/home/hendrik/esp/esp-idf/tools/cmake/build.cmake"
|
||||
"/home/hendrik/esp/esp-idf/tools/cmake/component.cmake"
|
||||
"/home/hendrik/esp/esp-idf/tools/cmake/crosstool_version_check.cmake"
|
||||
"/home/hendrik/esp/esp-idf/tools/cmake/dfu.cmake"
|
||||
"/home/hendrik/esp/esp-idf/tools/cmake/git_submodules.cmake"
|
||||
"/home/hendrik/esp/esp-idf/tools/cmake/idf.cmake"
|
||||
"/home/hendrik/esp/esp-idf/tools/cmake/kconfig.cmake"
|
||||
"/home/hendrik/esp/esp-idf/tools/cmake/ldgen.cmake"
|
||||
"/home/hendrik/esp/esp-idf/tools/cmake/project.cmake"
|
||||
"/home/hendrik/esp/esp-idf/tools/cmake/project_description.json.in"
|
||||
"/home/hendrik/esp/esp-idf/tools/cmake/targets.cmake"
|
||||
"/home/hendrik/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake"
|
||||
"/home/hendrik/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in"
|
||||
"/home/hendrik/esp/esp-idf/tools/cmake/toolchain-esp32.cmake"
|
||||
"/home/hendrik/esp/esp-idf/tools/cmake/utilities.cmake"
|
||||
"/home/hendrik/esp/esp-idf/tools/cmake/version.cmake"
|
||||
"/home/hendrik/esp/esp-idf/tools/kconfig_new/confgen.py"
|
||||
"/home/hendrik/esp/esp-idf/tools/kconfig_new/config.env.in"
|
||||
"CMakeFiles/3.19.2/CMakeASMCompiler.cmake"
|
||||
"CMakeFiles/3.19.2/CMakeCCompiler.cmake"
|
||||
"CMakeFiles/3.19.2/CMakeCXXCompiler.cmake"
|
||||
"CMakeFiles/3.19.2/CMakeSystem.cmake"
|
||||
"CMakeFiles/git-data/grabRef.cmake"
|
||||
"config/sdkconfig.cmake"
|
||||
"config/sdkconfig.h"
|
||||
"/home/hendrik/git/ESP32-Mesh-OTA/sdkconfig"
|
||||
"/usr/share/cmake/Modules/CMakeASMInformation.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeCInformation.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeCXXInformation.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeGenericSystem.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeLanguageInformation.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/GNU-ASM.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/GNU-C.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/GNU.cmake"
|
||||
"/usr/share/cmake/Modules/ExternalProject.cmake"
|
||||
"/usr/share/cmake/Modules/FindGit.cmake"
|
||||
"/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake"
|
||||
"/usr/share/cmake/Modules/FindPackageMessage.cmake"
|
||||
"/usr/share/cmake/Modules/Platform/Generic.cmake"
|
||||
)
|
||||
|
||||
# The corresponding makefile is:
|
||||
set(CMAKE_MAKEFILE_OUTPUTS
|
||||
"Makefile"
|
||||
"CMakeFiles/cmake.check_cache"
|
||||
)
|
||||
|
||||
# Byproducts of CMake generate step:
|
||||
set(CMAKE_MAKEFILE_PRODUCTS
|
||||
"CMakeFiles/git-data/HEAD"
|
||||
"CMakeFiles/git-data/grabRef.cmake"
|
||||
"CMakeFiles/git-data/head-ref"
|
||||
"CMakeFiles/git-data/HEAD"
|
||||
"CMakeFiles/git-data/grabRef.cmake"
|
||||
"CMakeFiles/git-data/head-ref"
|
||||
"config.env"
|
||||
"project_description.json"
|
||||
"CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"esp-idf/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"esp-idf/xtensa/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"esp-idf/esp32/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"esp-idf/hal/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"esp-idf/soc/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"esp-idf/soc/esp32/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"esp-idf/esp_hw_support/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"esp-idf/esp_hw_support/port/esp32/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"esp-idf/esp_common/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"esp-idf/esp_rom/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"esp-idf/log/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"esp-idf/partition_table/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"esp-idf/bootloader/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"esp-idf/micro-ecc/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"esp-idf/spi_flash/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"esp-idf/efuse/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"esp-idf/bootloader_support/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"esp-idf/esptool_py/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"esp-idf/main/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
)
|
||||
|
||||
# Dependency information for all targets:
|
||||
set(CMAKE_DEPEND_INFO_FILES
|
||||
"CMakeFiles/size-components.dir/DependInfo.cmake"
|
||||
"CMakeFiles/size.dir/DependInfo.cmake"
|
||||
"CMakeFiles/_project_elf_src.dir/DependInfo.cmake"
|
||||
"CMakeFiles/monitor.dir/DependInfo.cmake"
|
||||
"CMakeFiles/erase_flash.dir/DependInfo.cmake"
|
||||
"CMakeFiles/size-files.dir/DependInfo.cmake"
|
||||
"CMakeFiles/app.dir/DependInfo.cmake"
|
||||
"CMakeFiles/gen_project_binary.dir/DependInfo.cmake"
|
||||
"CMakeFiles/bootloader.elf.dir/DependInfo.cmake"
|
||||
"CMakeFiles/confserver.dir/DependInfo.cmake"
|
||||
"CMakeFiles/menuconfig.dir/DependInfo.cmake"
|
||||
"esp-idf/hal/CMakeFiles/__idf_hal.dir/DependInfo.cmake"
|
||||
"esp-idf/soc/CMakeFiles/__idf_soc.dir/DependInfo.cmake"
|
||||
"esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/DependInfo.cmake"
|
||||
"esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/DependInfo.cmake"
|
||||
"esp-idf/log/CMakeFiles/__idf_log.dir/DependInfo.cmake"
|
||||
"esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/DependInfo.cmake"
|
||||
"esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/DependInfo.cmake"
|
||||
"esp-idf/efuse/CMakeFiles/efuse_test_table.dir/DependInfo.cmake"
|
||||
"esp-idf/efuse/CMakeFiles/show_efuse_table.dir/DependInfo.cmake"
|
||||
"esp-idf/efuse/CMakeFiles/efuse_custom_table.dir/DependInfo.cmake"
|
||||
"esp-idf/efuse/CMakeFiles/efuse_common_table.dir/DependInfo.cmake"
|
||||
"esp-idf/efuse/CMakeFiles/__idf_efuse.dir/DependInfo.cmake"
|
||||
"esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/DependInfo.cmake"
|
||||
"esp-idf/main/CMakeFiles/__idf_main.dir/DependInfo.cmake"
|
||||
)
|
1188
build/bootloader/CMakeFiles/Makefile2
Normal file
1188
build/bootloader/CMakeFiles/Makefile2
Normal file
File diff suppressed because it is too large
Load Diff
65
build/bootloader/CMakeFiles/TargetDirectories.txt
Normal file
65
build/bootloader/CMakeFiles/TargetDirectories.txt
Normal file
@ -0,0 +1,65 @@
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/rebuild_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/edit_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/size-components.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/size.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/_project_elf_src.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/monitor.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/erase_flash.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/size-files.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/app.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/gen_project_binary.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/bootloader.elf.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/confserver.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/menuconfig.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/CMakeFiles/rebuild_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/CMakeFiles/edit_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/xtensa/CMakeFiles/rebuild_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/xtensa/CMakeFiles/edit_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp32/CMakeFiles/edit_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp32/CMakeFiles/rebuild_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/hal/CMakeFiles/rebuild_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/hal/CMakeFiles/edit_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc/CMakeFiles/rebuild_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc/CMakeFiles/edit_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc/esp32/CMakeFiles/rebuild_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc/esp32/CMakeFiles/edit_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_common/CMakeFiles/edit_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_rom/CMakeFiles/edit_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/log/CMakeFiles/rebuild_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/log/CMakeFiles/edit_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/partition_table/CMakeFiles/edit_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader/CMakeFiles/edit_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/micro-ecc/CMakeFiles/rebuild_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/micro-ecc/CMakeFiles/edit_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/spi_flash/CMakeFiles/edit_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_test_table.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/efuse/CMakeFiles/rebuild_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/efuse/CMakeFiles/show_efuse_table.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/efuse/CMakeFiles/edit_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_common_table.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esptool_py/CMakeFiles/edit_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/main/CMakeFiles/rebuild_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/main/CMakeFiles/edit_cache.dir
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir
|
@ -0,0 +1,11 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
100
build/bootloader/CMakeFiles/_project_elf_src.dir/build.make
Normal file
100
build/bootloader/CMakeFiles/_project_elf_src.dir/build.make
Normal file
@ -0,0 +1,100 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.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.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hendrik/esp/esp-idf/components/bootloader/subproject
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader
|
||||
|
||||
# Utility rule file for _project_elf_src.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/_project_elf_src.dir/progress.make
|
||||
|
||||
CMakeFiles/_project_elf_src: project_elf_src_esp32.c
|
||||
|
||||
|
||||
project_elf_src_esp32.c:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating project_elf_src_esp32.c"
|
||||
/usr/bin/cmake -E touch /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/project_elf_src_esp32.c
|
||||
|
||||
_project_elf_src: CMakeFiles/_project_elf_src
|
||||
_project_elf_src: project_elf_src_esp32.c
|
||||
_project_elf_src: CMakeFiles/_project_elf_src.dir/build.make
|
||||
|
||||
.PHONY : _project_elf_src
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/_project_elf_src.dir/build: _project_elf_src
|
||||
|
||||
.PHONY : CMakeFiles/_project_elf_src.dir/build
|
||||
|
||||
CMakeFiles/_project_elf_src.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/_project_elf_src.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/_project_elf_src.dir/clean
|
||||
|
||||
CMakeFiles/_project_elf_src.dir/depend:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/_project_elf_src.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/_project_elf_src.dir/depend
|
||||
|
@ -0,0 +1,14 @@
|
||||
file(REMOVE_RECURSE
|
||||
"bootloader.bin"
|
||||
"bootloader.map"
|
||||
"config/sdkconfig.cmake"
|
||||
"config/sdkconfig.h"
|
||||
"project_elf_src_esp32.c"
|
||||
"CMakeFiles/_project_elf_src"
|
||||
"project_elf_src_esp32.c"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/_project_elf_src.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@ -0,0 +1,3 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
@ -0,0 +1,3 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
@ -0,0 +1,2 @@
|
||||
CMAKE_PROGRESS_1 = 86
|
||||
|
11
build/bootloader/CMakeFiles/app.dir/DependInfo.cmake
Normal file
11
build/bootloader/CMakeFiles/app.dir/DependInfo.cmake
Normal file
@ -0,0 +1,11 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
95
build/bootloader/CMakeFiles/app.dir/build.make
Normal file
95
build/bootloader/CMakeFiles/app.dir/build.make
Normal file
@ -0,0 +1,95 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.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.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hendrik/esp/esp-idf/components/bootloader/subproject
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader
|
||||
|
||||
# Utility rule file for app.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/app.dir/progress.make
|
||||
|
||||
CMakeFiles/app:
|
||||
|
||||
|
||||
app: CMakeFiles/app
|
||||
app: CMakeFiles/app.dir/build.make
|
||||
|
||||
.PHONY : app
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/app.dir/build: app
|
||||
|
||||
.PHONY : CMakeFiles/app.dir/build
|
||||
|
||||
CMakeFiles/app.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/app.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/app.dir/clean
|
||||
|
||||
CMakeFiles/app.dir/depend:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/app.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/app.dir/depend
|
||||
|
13
build/bootloader/CMakeFiles/app.dir/cmake_clean.cmake
Normal file
13
build/bootloader/CMakeFiles/app.dir/cmake_clean.cmake
Normal file
@ -0,0 +1,13 @@
|
||||
file(REMOVE_RECURSE
|
||||
"bootloader.bin"
|
||||
"bootloader.map"
|
||||
"config/sdkconfig.cmake"
|
||||
"config/sdkconfig.h"
|
||||
"project_elf_src_esp32.c"
|
||||
"CMakeFiles/app"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/app.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
3
build/bootloader/CMakeFiles/app.dir/depend.internal
Normal file
3
build/bootloader/CMakeFiles/app.dir/depend.internal
Normal file
@ -0,0 +1,3 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
3
build/bootloader/CMakeFiles/app.dir/depend.make
Normal file
3
build/bootloader/CMakeFiles/app.dir/depend.make
Normal file
@ -0,0 +1,3 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
1
build/bootloader/CMakeFiles/app.dir/progress.make
Normal file
1
build/bootloader/CMakeFiles/app.dir/progress.make
Normal file
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1,10 @@
|
||||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/project_elf_src_esp32.c
|
||||
|
@ -0,0 +1,51 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
"C"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_C
|
||||
"/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/project_elf_src_esp32.c" "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj"
|
||||
)
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_C_TARGET_INCLUDE_PATH
|
||||
"/home/hendrik/esp/esp-idf/components/xtensa/include"
|
||||
"/home/hendrik/esp/esp-idf/components/xtensa/esp32/include"
|
||||
"config"
|
||||
"/home/hendrik/esp/esp-idf/components/log/include"
|
||||
"/home/hendrik/esp/esp-idf/components/esp_rom/include"
|
||||
"/home/hendrik/esp/esp-idf/components/esp_common/include"
|
||||
"/home/hendrik/esp/esp-idf/components/esp_hw_support/include"
|
||||
"/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/."
|
||||
"/home/hendrik/esp/esp-idf/components/hal/esp32/include"
|
||||
"/home/hendrik/esp/esp-idf/components/hal/include"
|
||||
"/home/hendrik/esp/esp-idf/components/esp32/include"
|
||||
"/home/hendrik/esp/esp-idf/components/soc/include"
|
||||
"/home/hendrik/esp/esp-idf/components/soc/esp32/."
|
||||
"/home/hendrik/esp/esp-idf/components/soc/esp32/include"
|
||||
"/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc"
|
||||
"/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc"
|
||||
"/home/hendrik/esp/esp-idf/components/spi_flash/include"
|
||||
"/home/hendrik/esp/esp-idf/components/efuse/include"
|
||||
"/home/hendrik/esp/esp-idf/components/efuse/esp32/include"
|
||||
"/home/hendrik/esp/esp-idf/components/bootloader_support/include"
|
||||
"/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/DependInfo.cmake"
|
||||
"/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/DependInfo.cmake"
|
||||
"/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/DependInfo.cmake"
|
||||
"/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/DependInfo.cmake"
|
||||
"/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/DependInfo.cmake"
|
||||
"/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/DependInfo.cmake"
|
||||
"/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/DependInfo.cmake"
|
||||
"/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/DependInfo.cmake"
|
||||
"/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/DependInfo.cmake"
|
||||
"/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
155
build/bootloader/CMakeFiles/bootloader.elf.dir/build.make
Normal file
155
build/bootloader/CMakeFiles/bootloader.elf.dir/build.make
Normal file
@ -0,0 +1,155 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.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.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hendrik/esp/esp-idf/components/bootloader/subproject
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/bootloader.elf.dir/depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/bootloader.elf.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/bootloader.elf.dir/flags.make
|
||||
|
||||
project_elf_src_esp32.c:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating project_elf_src_esp32.c"
|
||||
/usr/bin/cmake -E touch /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/project_elf_src_esp32.c
|
||||
|
||||
CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj: CMakeFiles/bootloader.elf.dir/flags.make
|
||||
CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj: project_elf_src_esp32.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj"
|
||||
/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj -c /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/project_elf_src_esp32.c
|
||||
|
||||
CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.i"
|
||||
/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/project_elf_src_esp32.c > CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.i
|
||||
|
||||
CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.s"
|
||||
/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/project_elf_src_esp32.c -o CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.s
|
||||
|
||||
# Object files for target bootloader.elf
|
||||
bootloader_elf_OBJECTS = \
|
||||
"CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj"
|
||||
|
||||
# External object files for target bootloader.elf
|
||||
bootloader_elf_EXTERNAL_OBJECTS =
|
||||
|
||||
bootloader.elf: CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj
|
||||
bootloader.elf: CMakeFiles/bootloader.elf.dir/build.make
|
||||
bootloader.elf: esp-idf/hal/libhal.a
|
||||
bootloader.elf: esp-idf/soc/libsoc.a
|
||||
bootloader.elf: esp-idf/esp_hw_support/libesp_hw_support.a
|
||||
bootloader.elf: esp-idf/esp_rom/libesp_rom.a
|
||||
bootloader.elf: esp-idf/log/liblog.a
|
||||
bootloader.elf: esp-idf/micro-ecc/libmicro-ecc.a
|
||||
bootloader.elf: esp-idf/spi_flash/libspi_flash.a
|
||||
bootloader.elf: esp-idf/efuse/libefuse.a
|
||||
bootloader.elf: esp-idf/bootloader_support/libbootloader_support.a
|
||||
bootloader.elf: esp-idf/main/libmain.a
|
||||
bootloader.elf: esp-idf/spi_flash/libspi_flash.a
|
||||
bootloader.elf: esp-idf/efuse/libefuse.a
|
||||
bootloader.elf: esp-idf/bootloader_support/libbootloader_support.a
|
||||
bootloader.elf: esp-idf/spi_flash/libspi_flash.a
|
||||
bootloader.elf: esp-idf/efuse/libefuse.a
|
||||
bootloader.elf: esp-idf/bootloader_support/libbootloader_support.a
|
||||
bootloader.elf: esp-idf/micro-ecc/libmicro-ecc.a
|
||||
bootloader.elf: esp-idf/hal/libhal.a
|
||||
bootloader.elf: esp-idf/soc/libsoc.a
|
||||
bootloader.elf: esp-idf/esp_hw_support/libesp_hw_support.a
|
||||
bootloader.elf: esp-idf/esp_rom/libesp_rom.a
|
||||
bootloader.elf: esp-idf/log/liblog.a
|
||||
bootloader.elf: esp-idf/hal/libhal.a
|
||||
bootloader.elf: esp-idf/soc/libsoc.a
|
||||
bootloader.elf: esp-idf/esp_hw_support/libesp_hw_support.a
|
||||
bootloader.elf: esp-idf/esp_rom/libesp_rom.a
|
||||
bootloader.elf: esp-idf/log/liblog.a
|
||||
bootloader.elf: /home/hendrik/esp/esp-idf/components/esp32/ld/esp32.peripherals.ld
|
||||
bootloader.elf: /home/hendrik/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.api.ld
|
||||
bootloader.elf: /home/hendrik/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.ld
|
||||
bootloader.elf: /home/hendrik/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-funcs.ld
|
||||
bootloader.elf: /home/hendrik/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld
|
||||
bootloader.elf: /home/hendrik/esp/esp-idf/components/bootloader/subproject/main/ld/esp32/bootloader.ld
|
||||
bootloader.elf: /home/hendrik/esp/esp-idf/components/bootloader/subproject/main/ld/esp32/bootloader.rom.ld
|
||||
bootloader.elf: CMakeFiles/bootloader.elf.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable bootloader.elf"
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/bootloader.elf.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/bootloader.elf.dir/build: bootloader.elf
|
||||
|
||||
.PHONY : CMakeFiles/bootloader.elf.dir/build
|
||||
|
||||
CMakeFiles/bootloader.elf.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/bootloader.elf.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/bootloader.elf.dir/clean
|
||||
|
||||
CMakeFiles/bootloader.elf.dir/depend: project_elf_src_esp32.c
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/bootloader.elf.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/bootloader.elf.dir/depend
|
||||
|
@ -0,0 +1,16 @@
|
||||
file(REMOVE_RECURSE
|
||||
"bootloader.bin"
|
||||
"bootloader.map"
|
||||
"config/sdkconfig.cmake"
|
||||
"config/sdkconfig.h"
|
||||
"project_elf_src_esp32.c"
|
||||
"CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj"
|
||||
"bootloader.elf"
|
||||
"bootloader.elf.pdb"
|
||||
"project_elf_src_esp32.c"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang C)
|
||||
include(CMakeFiles/bootloader.elf.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@ -0,0 +1,5 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj
|
||||
/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/project_elf_src_esp32.c
|
@ -0,0 +1,5 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj: project_elf_src_esp32.c
|
||||
|
10
build/bootloader/CMakeFiles/bootloader.elf.dir/flags.make
Normal file
10
build/bootloader/CMakeFiles/bootloader.elf.dir/flags.make
Normal file
@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# compile C with /home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc
|
||||
C_DEFINES =
|
||||
|
||||
C_INCLUDES = -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader
|
||||
|
||||
C_FLAGS = -mlongcalls -Wno-frame-address
|
||||
|
1
build/bootloader/CMakeFiles/bootloader.elf.dir/link.txt
Normal file
1
build/bootloader/CMakeFiles/bootloader.elf.dir/link.txt
Normal file
@ -0,0 +1 @@
|
||||
/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj -o bootloader.elf esp-idf/hal/libhal.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/spi_flash/libspi_flash.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/main/libmain.a -Wl,--cref -Wl,--Map=/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/bootloader.map -fno-rtti -fno-lto esp-idf/spi_flash/libspi_flash.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/spi_flash/libspi_flash.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/hal/libhal.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a -L /home/hendrik/esp/esp-idf/components/esp32/ld -T esp32.peripherals.ld -Wl,--gc-sections -L /home/hendrik/esp/esp-idf/components/esp_rom/esp32/ld -T esp32.rom.api.ld -T esp32.rom.ld -T esp32.rom.newlib-funcs.ld -T esp32.rom.libgcc.ld -u abort -L /home/hendrik/esp/esp-idf/components/bootloader/subproject/main/ld/esp32 -T bootloader.ld -T bootloader.rom.ld
|
@ -0,0 +1,4 @@
|
||||
CMAKE_PROGRESS_1 = 87
|
||||
CMAKE_PROGRESS_2 = 88
|
||||
CMAKE_PROGRESS_3 = 89
|
||||
|
1
build/bootloader/CMakeFiles/cmake.check_cache
Normal file
1
build/bootloader/CMakeFiles/cmake.check_cache
Normal file
@ -0,0 +1 @@
|
||||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
11
build/bootloader/CMakeFiles/confserver.dir/DependInfo.cmake
Normal file
11
build/bootloader/CMakeFiles/confserver.dir/DependInfo.cmake
Normal file
@ -0,0 +1,11 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
96
build/bootloader/CMakeFiles/confserver.dir/build.make
Normal file
96
build/bootloader/CMakeFiles/confserver.dir/build.make
Normal file
@ -0,0 +1,96 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.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.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hendrik/esp/esp-idf/components/bootloader/subproject
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader
|
||||
|
||||
# Utility rule file for confserver.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/confserver.dir/progress.make
|
||||
|
||||
CMakeFiles/confserver:
|
||||
/home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --env-file /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config.env
|
||||
/home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/tools/kconfig_new/confserver.py --env-file /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config.env --kconfig /home/hendrik/esp/esp-idf/Kconfig --sdkconfig-rename /home/hendrik/esp/esp-idf/sdkconfig.rename --config /home/hendrik/git/ESP32-Mesh-OTA/sdkconfig
|
||||
|
||||
confserver: CMakeFiles/confserver
|
||||
confserver: CMakeFiles/confserver.dir/build.make
|
||||
|
||||
.PHONY : confserver
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/confserver.dir/build: confserver
|
||||
|
||||
.PHONY : CMakeFiles/confserver.dir/build
|
||||
|
||||
CMakeFiles/confserver.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/confserver.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/confserver.dir/clean
|
||||
|
||||
CMakeFiles/confserver.dir/depend:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/confserver.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/confserver.dir/depend
|
||||
|
13
build/bootloader/CMakeFiles/confserver.dir/cmake_clean.cmake
Normal file
13
build/bootloader/CMakeFiles/confserver.dir/cmake_clean.cmake
Normal file
@ -0,0 +1,13 @@
|
||||
file(REMOVE_RECURSE
|
||||
"bootloader.bin"
|
||||
"bootloader.map"
|
||||
"config/sdkconfig.cmake"
|
||||
"config/sdkconfig.h"
|
||||
"project_elf_src_esp32.c"
|
||||
"CMakeFiles/confserver"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/confserver.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
1
build/bootloader/CMakeFiles/confserver.dir/progress.make
Normal file
1
build/bootloader/CMakeFiles/confserver.dir/progress.make
Normal file
@ -0,0 +1 @@
|
||||
|
11
build/bootloader/CMakeFiles/erase_flash.dir/DependInfo.cmake
Normal file
11
build/bootloader/CMakeFiles/erase_flash.dir/DependInfo.cmake
Normal file
@ -0,0 +1,11 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
95
build/bootloader/CMakeFiles/erase_flash.dir/build.make
Normal file
95
build/bootloader/CMakeFiles/erase_flash.dir/build.make
Normal file
@ -0,0 +1,95 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.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.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hendrik/esp/esp-idf/components/bootloader/subproject
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader
|
||||
|
||||
# Utility rule file for erase_flash.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/erase_flash.dir/progress.make
|
||||
|
||||
CMakeFiles/erase_flash:
|
||||
cd /home/hendrik/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH="/home/hendrik/esp/esp-idf" -D ESPTOOLPY="/home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32" -D ESPTOOL_ARGS="erase_flash" -P run_esptool.cmake
|
||||
|
||||
erase_flash: CMakeFiles/erase_flash
|
||||
erase_flash: CMakeFiles/erase_flash.dir/build.make
|
||||
|
||||
.PHONY : erase_flash
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/erase_flash.dir/build: erase_flash
|
||||
|
||||
.PHONY : CMakeFiles/erase_flash.dir/build
|
||||
|
||||
CMakeFiles/erase_flash.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/erase_flash.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/erase_flash.dir/clean
|
||||
|
||||
CMakeFiles/erase_flash.dir/depend:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/erase_flash.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/erase_flash.dir/depend
|
||||
|
@ -0,0 +1,13 @@
|
||||
file(REMOVE_RECURSE
|
||||
"bootloader.bin"
|
||||
"bootloader.map"
|
||||
"config/sdkconfig.cmake"
|
||||
"config/sdkconfig.h"
|
||||
"project_elf_src_esp32.c"
|
||||
"CMakeFiles/erase_flash"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/erase_flash.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1,11 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
102
build/bootloader/CMakeFiles/gen_project_binary.dir/build.make
Normal file
102
build/bootloader/CMakeFiles/gen_project_binary.dir/build.make
Normal file
@ -0,0 +1,102 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.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.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hendrik/esp/esp-idf/components/bootloader/subproject
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader
|
||||
|
||||
# Utility rule file for gen_project_binary.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/gen_project_binary.dir/progress.make
|
||||
|
||||
CMakeFiles/gen_project_binary: .bin_timestamp
|
||||
|
||||
|
||||
.bin_timestamp: bootloader.elf
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating binary image from built executable"
|
||||
/home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32 elf2image --flash_mode dio --flash_freq 40m --flash_size 4MB -o /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/bootloader.bin /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/bootloader.elf
|
||||
/usr/bin/cmake -E echo "Generated /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/bootloader.bin"
|
||||
/usr/bin/cmake -E md5sum /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/bootloader.bin > /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/.bin_timestamp
|
||||
|
||||
gen_project_binary: .bin_timestamp
|
||||
gen_project_binary: CMakeFiles/gen_project_binary
|
||||
gen_project_binary: CMakeFiles/gen_project_binary.dir/build.make
|
||||
|
||||
.PHONY : gen_project_binary
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/gen_project_binary.dir/build: gen_project_binary
|
||||
|
||||
.PHONY : CMakeFiles/gen_project_binary.dir/build
|
||||
|
||||
CMakeFiles/gen_project_binary.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/gen_project_binary.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/gen_project_binary.dir/clean
|
||||
|
||||
CMakeFiles/gen_project_binary.dir/depend:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/gen_project_binary.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/gen_project_binary.dir/depend
|
||||
|
@ -0,0 +1,14 @@
|
||||
file(REMOVE_RECURSE
|
||||
".bin_timestamp"
|
||||
"bootloader.bin"
|
||||
"bootloader.map"
|
||||
"config/sdkconfig.cmake"
|
||||
"config/sdkconfig.h"
|
||||
"project_elf_src_esp32.c"
|
||||
"CMakeFiles/gen_project_binary"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/gen_project_binary.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@ -0,0 +1,3 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
@ -0,0 +1,3 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
@ -0,0 +1,2 @@
|
||||
CMAKE_PROGRESS_1 = 90
|
||||
|
1
build/bootloader/CMakeFiles/git-data/HEAD
Normal file
1
build/bootloader/CMakeFiles/git-data/HEAD
Normal file
@ -0,0 +1 @@
|
||||
ref: refs/heads/master
|
50
build/bootloader/CMakeFiles/git-data/grabRef.cmake
Normal file
50
build/bootloader/CMakeFiles/git-data/grabRef.cmake
Normal file
@ -0,0 +1,50 @@
|
||||
#
|
||||
# Internal file for GetGitRevisionDescription.cmake
|
||||
#
|
||||
# Requires CMake 2.6 or newer (uses the 'function' command)
|
||||
#
|
||||
# Original Author:
|
||||
# 2009-2010 Ryan Pavlik <rpavlik@iastate.edu> <abiryan@ryand.net>
|
||||
# http://academic.cleardefinition.com
|
||||
# Iowa State University HCI Graduate Program/VRAC
|
||||
#
|
||||
# Copyright Iowa State University 2009-2010.
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
set(HEAD_HASH)
|
||||
|
||||
file(READ "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024)
|
||||
|
||||
string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS)
|
||||
set(GIT_DIR "/home/hendrik/esp/esp-idf/.git")
|
||||
# handle git-worktree
|
||||
if(EXISTS "${GIT_DIR}/commondir")
|
||||
file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024)
|
||||
string(STRIP "${GIT_DIR_NEW}" GIT_DIR_NEW)
|
||||
if(NOT IS_ABSOLUTE "${GIT_DIR_NEW}")
|
||||
get_filename_component(GIT_DIR_NEW ${GIT_DIR}/${GIT_DIR_NEW} ABSOLUTE)
|
||||
endif()
|
||||
if(EXISTS "${GIT_DIR_NEW}")
|
||||
set(GIT_DIR "${GIT_DIR_NEW}")
|
||||
endif()
|
||||
endif()
|
||||
if(HEAD_CONTENTS MATCHES "ref")
|
||||
# named branch
|
||||
string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}")
|
||||
if(EXISTS "${GIT_DIR}/${HEAD_REF}")
|
||||
configure_file("${GIT_DIR}/${HEAD_REF}" "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||
elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}")
|
||||
configure_file("${GIT_DIR}/logs/${HEAD_REF}" "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||
set(HEAD_HASH "${HEAD_REF}")
|
||||
endif()
|
||||
else()
|
||||
# detached HEAD
|
||||
configure_file("${GIT_DIR}/HEAD" "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||
endif()
|
||||
|
||||
if(NOT HEAD_HASH)
|
||||
file(READ "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024)
|
||||
string(STRIP "${HEAD_HASH}" HEAD_HASH)
|
||||
endif()
|
1
build/bootloader/CMakeFiles/git-data/head-ref
Normal file
1
build/bootloader/CMakeFiles/git-data/head-ref
Normal file
@ -0,0 +1 @@
|
||||
178b122c145c19e94ac896197a3a4a9d379cd618
|
11
build/bootloader/CMakeFiles/menuconfig.dir/DependInfo.cmake
Normal file
11
build/bootloader/CMakeFiles/menuconfig.dir/DependInfo.cmake
Normal file
@ -0,0 +1,11 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
99
build/bootloader/CMakeFiles/menuconfig.dir/build.make
Normal file
99
build/bootloader/CMakeFiles/menuconfig.dir/build.make
Normal file
@ -0,0 +1,99 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.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.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hendrik/esp/esp-idf/components/bootloader/subproject
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader
|
||||
|
||||
# Utility rule file for menuconfig.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/menuconfig.dir/progress.make
|
||||
|
||||
CMakeFiles/menuconfig:
|
||||
/home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --env-file /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config.env
|
||||
/home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/tools/kconfig_new/confgen.py --kconfig /home/hendrik/esp/esp-idf/Kconfig --sdkconfig-rename /home/hendrik/esp/esp-idf/sdkconfig.rename --config /home/hendrik/git/ESP32-Mesh-OTA/sdkconfig --env-file /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config.env --env IDF_TARGET=esp32 --env IDF_ENV_FPGA= --dont-write-deprecated --output config /home/hendrik/git/ESP32-Mesh-OTA/sdkconfig
|
||||
/home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/tools/check_term.py
|
||||
/usr/bin/cmake -E env COMPONENT_KCONFIGS_SOURCE_FILE=/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/kconfigs.in COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE=/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/kconfigs_projbuild.in IDF_CMAKE=y KCONFIG_CONFIG=/home/hendrik/git/ESP32-Mesh-OTA/sdkconfig IDF_TARGET=esp32 IDF_ENV_FPGA= /home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/tools/kconfig_new/menuconfig.py /home/hendrik/esp/esp-idf/Kconfig
|
||||
/home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/tools/kconfig_new/confgen.py --kconfig /home/hendrik/esp/esp-idf/Kconfig --sdkconfig-rename /home/hendrik/esp/esp-idf/sdkconfig.rename --config /home/hendrik/git/ESP32-Mesh-OTA/sdkconfig --env-file /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config.env --env IDF_TARGET=esp32 --env IDF_ENV_FPGA= --output config /home/hendrik/git/ESP32-Mesh-OTA/sdkconfig
|
||||
|
||||
menuconfig: CMakeFiles/menuconfig
|
||||
menuconfig: CMakeFiles/menuconfig.dir/build.make
|
||||
|
||||
.PHONY : menuconfig
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/menuconfig.dir/build: menuconfig
|
||||
|
||||
.PHONY : CMakeFiles/menuconfig.dir/build
|
||||
|
||||
CMakeFiles/menuconfig.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/menuconfig.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/menuconfig.dir/clean
|
||||
|
||||
CMakeFiles/menuconfig.dir/depend:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/menuconfig.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/menuconfig.dir/depend
|
||||
|
13
build/bootloader/CMakeFiles/menuconfig.dir/cmake_clean.cmake
Normal file
13
build/bootloader/CMakeFiles/menuconfig.dir/cmake_clean.cmake
Normal file
@ -0,0 +1,13 @@
|
||||
file(REMOVE_RECURSE
|
||||
"bootloader.bin"
|
||||
"bootloader.map"
|
||||
"config/sdkconfig.cmake"
|
||||
"config/sdkconfig.h"
|
||||
"project_elf_src_esp32.c"
|
||||
"CMakeFiles/menuconfig"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/menuconfig.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
1
build/bootloader/CMakeFiles/menuconfig.dir/progress.make
Normal file
1
build/bootloader/CMakeFiles/menuconfig.dir/progress.make
Normal file
@ -0,0 +1 @@
|
||||
|
11
build/bootloader/CMakeFiles/monitor.dir/DependInfo.cmake
Normal file
11
build/bootloader/CMakeFiles/monitor.dir/DependInfo.cmake
Normal file
@ -0,0 +1,11 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
95
build/bootloader/CMakeFiles/monitor.dir/build.make
Normal file
95
build/bootloader/CMakeFiles/monitor.dir/build.make
Normal file
@ -0,0 +1,95 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.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.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hendrik/esp/esp-idf/components/bootloader/subproject
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader
|
||||
|
||||
# Utility rule file for monitor.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/monitor.dir/progress.make
|
||||
|
||||
CMakeFiles/monitor:
|
||||
cd /home/hendrik/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH="/home/hendrik/esp/esp-idf" -D IDF_MONITOR="/home/hendrik/esp/esp-idf/tools/idf_monitor.py" -D ELF_FILE="/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/bootloader.elf" -D WORKING_DIRECTORY="/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader" -P run_idf_monitor.cmake
|
||||
|
||||
monitor: CMakeFiles/monitor
|
||||
monitor: CMakeFiles/monitor.dir/build.make
|
||||
|
||||
.PHONY : monitor
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/monitor.dir/build: monitor
|
||||
|
||||
.PHONY : CMakeFiles/monitor.dir/build
|
||||
|
||||
CMakeFiles/monitor.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/monitor.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/monitor.dir/clean
|
||||
|
||||
CMakeFiles/monitor.dir/depend:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/monitor.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/monitor.dir/depend
|
||||
|
13
build/bootloader/CMakeFiles/monitor.dir/cmake_clean.cmake
Normal file
13
build/bootloader/CMakeFiles/monitor.dir/cmake_clean.cmake
Normal file
@ -0,0 +1,13 @@
|
||||
file(REMOVE_RECURSE
|
||||
"bootloader.bin"
|
||||
"bootloader.map"
|
||||
"config/sdkconfig.cmake"
|
||||
"config/sdkconfig.h"
|
||||
"project_elf_src_esp32.c"
|
||||
"CMakeFiles/monitor"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/monitor.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
1
build/bootloader/CMakeFiles/monitor.dir/progress.make
Normal file
1
build/bootloader/CMakeFiles/monitor.dir/progress.make
Normal file
@ -0,0 +1 @@
|
||||
|
1
build/bootloader/CMakeFiles/progress.marks
Normal file
1
build/bootloader/CMakeFiles/progress.marks
Normal file
@ -0,0 +1 @@
|
||||
90
|
@ -0,0 +1,11 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
95
build/bootloader/CMakeFiles/size-components.dir/build.make
Normal file
95
build/bootloader/CMakeFiles/size-components.dir/build.make
Normal file
@ -0,0 +1,95 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.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.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hendrik/esp/esp-idf/components/bootloader/subproject
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader
|
||||
|
||||
# Utility rule file for size-components.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/size-components.dir/progress.make
|
||||
|
||||
CMakeFiles/size-components: bootloader.elf
|
||||
/home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/tools/idf_size.py --archives /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/bootloader.map
|
||||
|
||||
size-components: CMakeFiles/size-components
|
||||
size-components: CMakeFiles/size-components.dir/build.make
|
||||
|
||||
.PHONY : size-components
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/size-components.dir/build: size-components
|
||||
|
||||
.PHONY : CMakeFiles/size-components.dir/build
|
||||
|
||||
CMakeFiles/size-components.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/size-components.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/size-components.dir/clean
|
||||
|
||||
CMakeFiles/size-components.dir/depend:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/size-components.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/size-components.dir/depend
|
||||
|
@ -0,0 +1,13 @@
|
||||
file(REMOVE_RECURSE
|
||||
"bootloader.bin"
|
||||
"bootloader.map"
|
||||
"config/sdkconfig.cmake"
|
||||
"config/sdkconfig.h"
|
||||
"project_elf_src_esp32.c"
|
||||
"CMakeFiles/size-components"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/size-components.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@ -0,0 +1 @@
|
||||
|
11
build/bootloader/CMakeFiles/size-files.dir/DependInfo.cmake
Normal file
11
build/bootloader/CMakeFiles/size-files.dir/DependInfo.cmake
Normal file
@ -0,0 +1,11 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
95
build/bootloader/CMakeFiles/size-files.dir/build.make
Normal file
95
build/bootloader/CMakeFiles/size-files.dir/build.make
Normal file
@ -0,0 +1,95 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.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.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hendrik/esp/esp-idf/components/bootloader/subproject
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader
|
||||
|
||||
# Utility rule file for size-files.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/size-files.dir/progress.make
|
||||
|
||||
CMakeFiles/size-files: bootloader.elf
|
||||
/home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/tools/idf_size.py --files /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/bootloader.map
|
||||
|
||||
size-files: CMakeFiles/size-files
|
||||
size-files: CMakeFiles/size-files.dir/build.make
|
||||
|
||||
.PHONY : size-files
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/size-files.dir/build: size-files
|
||||
|
||||
.PHONY : CMakeFiles/size-files.dir/build
|
||||
|
||||
CMakeFiles/size-files.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/size-files.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/size-files.dir/clean
|
||||
|
||||
CMakeFiles/size-files.dir/depend:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/size-files.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/size-files.dir/depend
|
||||
|
13
build/bootloader/CMakeFiles/size-files.dir/cmake_clean.cmake
Normal file
13
build/bootloader/CMakeFiles/size-files.dir/cmake_clean.cmake
Normal file
@ -0,0 +1,13 @@
|
||||
file(REMOVE_RECURSE
|
||||
"bootloader.bin"
|
||||
"bootloader.map"
|
||||
"config/sdkconfig.cmake"
|
||||
"config/sdkconfig.h"
|
||||
"project_elf_src_esp32.c"
|
||||
"CMakeFiles/size-files"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/size-files.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
1
build/bootloader/CMakeFiles/size-files.dir/progress.make
Normal file
1
build/bootloader/CMakeFiles/size-files.dir/progress.make
Normal file
@ -0,0 +1 @@
|
||||
|
11
build/bootloader/CMakeFiles/size.dir/DependInfo.cmake
Normal file
11
build/bootloader/CMakeFiles/size.dir/DependInfo.cmake
Normal file
@ -0,0 +1,11 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
95
build/bootloader/CMakeFiles/size.dir/build.make
Normal file
95
build/bootloader/CMakeFiles/size.dir/build.make
Normal file
@ -0,0 +1,95 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.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.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hendrik/esp/esp-idf/components/bootloader/subproject
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader
|
||||
|
||||
# Utility rule file for size.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/size.dir/progress.make
|
||||
|
||||
CMakeFiles/size: bootloader.elf
|
||||
/home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/tools/idf_size.py /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/bootloader.map
|
||||
|
||||
size: CMakeFiles/size
|
||||
size: CMakeFiles/size.dir/build.make
|
||||
|
||||
.PHONY : size
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/size.dir/build: size
|
||||
|
||||
.PHONY : CMakeFiles/size.dir/build
|
||||
|
||||
CMakeFiles/size.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/size.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/size.dir/clean
|
||||
|
||||
CMakeFiles/size.dir/depend:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/esp/esp-idf/components/bootloader/subproject /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles/size.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/size.dir/depend
|
||||
|
13
build/bootloader/CMakeFiles/size.dir/cmake_clean.cmake
Normal file
13
build/bootloader/CMakeFiles/size.dir/cmake_clean.cmake
Normal file
@ -0,0 +1,13 @@
|
||||
file(REMOVE_RECURSE
|
||||
"bootloader.bin"
|
||||
"bootloader.map"
|
||||
"config/sdkconfig.cmake"
|
||||
"config/sdkconfig.h"
|
||||
"project_elf_src_esp32.c"
|
||||
"CMakeFiles/size"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/size.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
1
build/bootloader/CMakeFiles/size.dir/progress.make
Normal file
1
build/bootloader/CMakeFiles/size.dir/progress.make
Normal file
@ -0,0 +1 @@
|
||||
|
533
build/bootloader/Makefile
Normal file
533
build/bootloader/Makefile
Normal file
@ -0,0 +1,533 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
|
||||
.PHONY : default_target
|
||||
|
||||
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
||||
.NOTPARALLEL:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.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.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hendrik/esp/esp-idf/components/bootloader/subproject
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# 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)
|
||||
.PHONY : rebuild_cache
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache/fast: rebuild_cache
|
||||
|
||||
.PHONY : rebuild_cache/fast
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
||||
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : edit_cache
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache/fast: edit_cache
|
||||
|
||||
.PHONY : edit_cache/fast
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader//CMakeFiles/progress.marks
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named size-components
|
||||
|
||||
# Build rule for target.
|
||||
size-components: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 size-components
|
||||
.PHONY : size-components
|
||||
|
||||
# fast build rule for target.
|
||||
size-components/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/size-components.dir/build.make CMakeFiles/size-components.dir/build
|
||||
.PHONY : size-components/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named size
|
||||
|
||||
# Build rule for target.
|
||||
size: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 size
|
||||
.PHONY : size
|
||||
|
||||
# fast build rule for target.
|
||||
size/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/size.dir/build.make CMakeFiles/size.dir/build
|
||||
.PHONY : size/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named _project_elf_src
|
||||
|
||||
# Build rule for target.
|
||||
_project_elf_src: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _project_elf_src
|
||||
.PHONY : _project_elf_src
|
||||
|
||||
# fast build rule for target.
|
||||
_project_elf_src/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/_project_elf_src.dir/build.make CMakeFiles/_project_elf_src.dir/build
|
||||
.PHONY : _project_elf_src/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named monitor
|
||||
|
||||
# Build rule for target.
|
||||
monitor: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 monitor
|
||||
.PHONY : monitor
|
||||
|
||||
# fast build rule for target.
|
||||
monitor/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/monitor.dir/build.make CMakeFiles/monitor.dir/build
|
||||
.PHONY : monitor/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named erase_flash
|
||||
|
||||
# Build rule for target.
|
||||
erase_flash: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 erase_flash
|
||||
.PHONY : erase_flash
|
||||
|
||||
# fast build rule for target.
|
||||
erase_flash/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/erase_flash.dir/build.make CMakeFiles/erase_flash.dir/build
|
||||
.PHONY : erase_flash/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named size-files
|
||||
|
||||
# Build rule for target.
|
||||
size-files: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 size-files
|
||||
.PHONY : size-files
|
||||
|
||||
# fast build rule for target.
|
||||
size-files/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/size-files.dir/build.make CMakeFiles/size-files.dir/build
|
||||
.PHONY : size-files/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named app
|
||||
|
||||
# Build rule for target.
|
||||
app: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 app
|
||||
.PHONY : app
|
||||
|
||||
# fast build rule for target.
|
||||
app/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/build
|
||||
.PHONY : app/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named gen_project_binary
|
||||
|
||||
# Build rule for target.
|
||||
gen_project_binary: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gen_project_binary
|
||||
.PHONY : gen_project_binary
|
||||
|
||||
# fast build rule for target.
|
||||
gen_project_binary/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/gen_project_binary.dir/build.make CMakeFiles/gen_project_binary.dir/build
|
||||
.PHONY : gen_project_binary/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named bootloader.elf
|
||||
|
||||
# Build rule for target.
|
||||
bootloader.elf: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bootloader.elf
|
||||
.PHONY : bootloader.elf
|
||||
|
||||
# fast build rule for target.
|
||||
bootloader.elf/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/bootloader.elf.dir/build.make CMakeFiles/bootloader.elf.dir/build
|
||||
.PHONY : bootloader.elf/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named confserver
|
||||
|
||||
# Build rule for target.
|
||||
confserver: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 confserver
|
||||
.PHONY : confserver
|
||||
|
||||
# fast build rule for target.
|
||||
confserver/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/confserver.dir/build.make CMakeFiles/confserver.dir/build
|
||||
.PHONY : confserver/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named menuconfig
|
||||
|
||||
# Build rule for target.
|
||||
menuconfig: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 menuconfig
|
||||
.PHONY : menuconfig
|
||||
|
||||
# fast build rule for target.
|
||||
menuconfig/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/menuconfig.dir/build.make CMakeFiles/menuconfig.dir/build
|
||||
.PHONY : menuconfig/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named __idf_hal
|
||||
|
||||
# Build rule for target.
|
||||
__idf_hal: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 __idf_hal
|
||||
.PHONY : __idf_hal
|
||||
|
||||
# fast build rule for target.
|
||||
__idf_hal/fast:
|
||||
$(MAKE) $(MAKESILENT) -f esp-idf/hal/CMakeFiles/__idf_hal.dir/build.make esp-idf/hal/CMakeFiles/__idf_hal.dir/build
|
||||
.PHONY : __idf_hal/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named __idf_soc
|
||||
|
||||
# Build rule for target.
|
||||
__idf_soc: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 __idf_soc
|
||||
.PHONY : __idf_soc
|
||||
|
||||
# fast build rule for target.
|
||||
__idf_soc/fast:
|
||||
$(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/build
|
||||
.PHONY : __idf_soc/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named __idf_esp_hw_support
|
||||
|
||||
# Build rule for target.
|
||||
__idf_esp_hw_support: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 __idf_esp_hw_support
|
||||
.PHONY : __idf_esp_hw_support
|
||||
|
||||
# fast build rule for target.
|
||||
__idf_esp_hw_support/fast:
|
||||
$(MAKE) $(MAKESILENT) -f esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/build.make esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/build
|
||||
.PHONY : __idf_esp_hw_support/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named __idf_esp_rom
|
||||
|
||||
# Build rule for target.
|
||||
__idf_esp_rom: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 __idf_esp_rom
|
||||
.PHONY : __idf_esp_rom
|
||||
|
||||
# fast build rule for target.
|
||||
__idf_esp_rom/fast:
|
||||
$(MAKE) $(MAKESILENT) -f esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/build.make esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/build
|
||||
.PHONY : __idf_esp_rom/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named __idf_log
|
||||
|
||||
# Build rule for target.
|
||||
__idf_log: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 __idf_log
|
||||
.PHONY : __idf_log
|
||||
|
||||
# fast build rule for target.
|
||||
__idf_log/fast:
|
||||
$(MAKE) $(MAKESILENT) -f esp-idf/log/CMakeFiles/__idf_log.dir/build.make esp-idf/log/CMakeFiles/__idf_log.dir/build
|
||||
.PHONY : __idf_log/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named __idf_micro-ecc
|
||||
|
||||
# Build rule for target.
|
||||
__idf_micro-ecc: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 __idf_micro-ecc
|
||||
.PHONY : __idf_micro-ecc
|
||||
|
||||
# fast build rule for target.
|
||||
__idf_micro-ecc/fast:
|
||||
$(MAKE) $(MAKESILENT) -f esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/build.make esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/build
|
||||
.PHONY : __idf_micro-ecc/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named __idf_spi_flash
|
||||
|
||||
# Build rule for target.
|
||||
__idf_spi_flash: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 __idf_spi_flash
|
||||
.PHONY : __idf_spi_flash
|
||||
|
||||
# fast build rule for target.
|
||||
__idf_spi_flash/fast:
|
||||
$(MAKE) $(MAKESILENT) -f esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/build.make esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/build
|
||||
.PHONY : __idf_spi_flash/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named efuse_test_table
|
||||
|
||||
# Build rule for target.
|
||||
efuse_test_table: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 efuse_test_table
|
||||
.PHONY : efuse_test_table
|
||||
|
||||
# fast build rule for target.
|
||||
efuse_test_table/fast:
|
||||
$(MAKE) $(MAKESILENT) -f esp-idf/efuse/CMakeFiles/efuse_test_table.dir/build.make esp-idf/efuse/CMakeFiles/efuse_test_table.dir/build
|
||||
.PHONY : efuse_test_table/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named show_efuse_table
|
||||
|
||||
# Build rule for target.
|
||||
show_efuse_table: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 show_efuse_table
|
||||
.PHONY : show_efuse_table
|
||||
|
||||
# fast build rule for target.
|
||||
show_efuse_table/fast:
|
||||
$(MAKE) $(MAKESILENT) -f esp-idf/efuse/CMakeFiles/show_efuse_table.dir/build.make esp-idf/efuse/CMakeFiles/show_efuse_table.dir/build
|
||||
.PHONY : show_efuse_table/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named efuse_custom_table
|
||||
|
||||
# Build rule for target.
|
||||
efuse_custom_table: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 efuse_custom_table
|
||||
.PHONY : efuse_custom_table
|
||||
|
||||
# fast build rule for target.
|
||||
efuse_custom_table/fast:
|
||||
$(MAKE) $(MAKESILENT) -f esp-idf/efuse/CMakeFiles/efuse_custom_table.dir/build.make esp-idf/efuse/CMakeFiles/efuse_custom_table.dir/build
|
||||
.PHONY : efuse_custom_table/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named efuse_common_table
|
||||
|
||||
# Build rule for target.
|
||||
efuse_common_table: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 efuse_common_table
|
||||
.PHONY : efuse_common_table
|
||||
|
||||
# fast build rule for target.
|
||||
efuse_common_table/fast:
|
||||
$(MAKE) $(MAKESILENT) -f esp-idf/efuse/CMakeFiles/efuse_common_table.dir/build.make esp-idf/efuse/CMakeFiles/efuse_common_table.dir/build
|
||||
.PHONY : efuse_common_table/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named __idf_efuse
|
||||
|
||||
# Build rule for target.
|
||||
__idf_efuse: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 __idf_efuse
|
||||
.PHONY : __idf_efuse
|
||||
|
||||
# fast build rule for target.
|
||||
__idf_efuse/fast:
|
||||
$(MAKE) $(MAKESILENT) -f esp-idf/efuse/CMakeFiles/__idf_efuse.dir/build.make esp-idf/efuse/CMakeFiles/__idf_efuse.dir/build
|
||||
.PHONY : __idf_efuse/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named __idf_bootloader_support
|
||||
|
||||
# Build rule for target.
|
||||
__idf_bootloader_support: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 __idf_bootloader_support
|
||||
.PHONY : __idf_bootloader_support
|
||||
|
||||
# fast build rule for target.
|
||||
__idf_bootloader_support/fast:
|
||||
$(MAKE) $(MAKESILENT) -f esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/build.make esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/build
|
||||
.PHONY : __idf_bootloader_support/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named __idf_main
|
||||
|
||||
# Build rule for target.
|
||||
__idf_main: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 __idf_main
|
||||
.PHONY : __idf_main
|
||||
|
||||
# fast build rule for target.
|
||||
__idf_main/fast:
|
||||
$(MAKE) $(MAKESILENT) -f esp-idf/main/CMakeFiles/__idf_main.dir/build.make esp-idf/main/CMakeFiles/__idf_main.dir/build
|
||||
.PHONY : __idf_main/fast
|
||||
|
||||
project_elf_src_esp32.obj: project_elf_src_esp32.c.obj
|
||||
|
||||
.PHONY : project_elf_src_esp32.obj
|
||||
|
||||
# target to build an object file
|
||||
project_elf_src_esp32.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/bootloader.elf.dir/build.make CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj
|
||||
.PHONY : project_elf_src_esp32.c.obj
|
||||
|
||||
project_elf_src_esp32.i: project_elf_src_esp32.c.i
|
||||
|
||||
.PHONY : project_elf_src_esp32.i
|
||||
|
||||
# target to preprocess a source file
|
||||
project_elf_src_esp32.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/bootloader.elf.dir/build.make CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.i
|
||||
.PHONY : project_elf_src_esp32.c.i
|
||||
|
||||
project_elf_src_esp32.s: project_elf_src_esp32.c.s
|
||||
|
||||
.PHONY : project_elf_src_esp32.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
project_elf_src_esp32.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/bootloader.elf.dir/build.make CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.s
|
||||
.PHONY : project_elf_src_esp32.c.s
|
||||
|
||||
# Help Target
|
||||
help:
|
||||
@echo "The following are some of the valid targets for this Makefile:"
|
||||
@echo "... all (the default if no target is provided)"
|
||||
@echo "... clean"
|
||||
@echo "... depend"
|
||||
@echo "... edit_cache"
|
||||
@echo "... rebuild_cache"
|
||||
@echo "... _project_elf_src"
|
||||
@echo "... app"
|
||||
@echo "... confserver"
|
||||
@echo "... efuse_common_table"
|
||||
@echo "... efuse_custom_table"
|
||||
@echo "... efuse_test_table"
|
||||
@echo "... erase_flash"
|
||||
@echo "... gen_project_binary"
|
||||
@echo "... menuconfig"
|
||||
@echo "... monitor"
|
||||
@echo "... show_efuse_table"
|
||||
@echo "... size"
|
||||
@echo "... size-components"
|
||||
@echo "... size-files"
|
||||
@echo "... __idf_bootloader_support"
|
||||
@echo "... __idf_efuse"
|
||||
@echo "... __idf_esp_hw_support"
|
||||
@echo "... __idf_esp_rom"
|
||||
@echo "... __idf_hal"
|
||||
@echo "... __idf_log"
|
||||
@echo "... __idf_main"
|
||||
@echo "... __idf_micro-ecc"
|
||||
@echo "... __idf_soc"
|
||||
@echo "... __idf_spi_flash"
|
||||
@echo "... bootloader.elf"
|
||||
@echo "... project_elf_src_esp32.obj"
|
||||
@echo "... project_elf_src_esp32.i"
|
||||
@echo "... project_elf_src_esp32.s"
|
||||
.PHONY : help
|
||||
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
# Special rule to run CMake to check the build system integrity.
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
BIN
build/bootloader/bootloader.bin
Normal file
BIN
build/bootloader/bootloader.bin
Normal file
Binary file not shown.
55
build/bootloader/cmake_install.cmake
Normal file
55
build/bootloader/cmake_install.cmake
Normal file
@ -0,0 +1,55 @@
|
||||
# Install script for directory: /home/hendrik/esp/esp-idf/components/bootloader/subproject
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||
endif()
|
||||
|
||||
# Set default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for each subdirectory.
|
||||
include("/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/cmake_install.cmake")
|
||||
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT)
|
||||
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
|
||||
else()
|
||||
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
file(WRITE "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/${CMAKE_INSTALL_MANIFEST}"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
367
build/bootloader/compile_commands.json
Normal file
367
build/bootloader/compile_commands.json
Normal file
@ -0,0 +1,367 @@
|
||||
[
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -mlongcalls -Wno-frame-address -o CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj -c /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/project_elf_src_esp32.c",
|
||||
"file": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/project_elf_src_esp32.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/hal",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj -c /home/hendrik/esp/esp-idf/components/hal/wdt_hal_iram.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/hal/wdt_hal_iram.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/hal",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_hal.dir/mpu_hal.c.obj -c /home/hendrik/esp/esp-idf/components/hal/mpu_hal.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/hal/mpu_hal.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/lldesc.c.obj -c /home/hendrik/esp/esp-idf/components/soc/lldesc.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/lldesc.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/soc_include_legacy_warn.c.obj -c /home/hendrik/esp/esp-idf/components/soc/soc_include_legacy_warn.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/soc_include_legacy_warn.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/memory_layout_utils.c.obj -c /home/hendrik/esp/esp-idf/components/soc/memory_layout_utils.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/memory_layout_utils.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj -c /home/hendrik/esp/esp-idf/components/soc/esp32/adc_periph.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/esp32/adc_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj -c /home/hendrik/esp/esp-idf/components/soc/esp32/dac_periph.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/esp32/dac_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj -c /home/hendrik/esp/esp-idf/components/soc/esp32/gpio_periph.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/esp32/gpio_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj -c /home/hendrik/esp/esp-idf/components/soc/esp32/i2c_periph.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/esp32/i2c_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj -c /home/hendrik/esp/esp-idf/components/soc/esp32/i2s_periph.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/esp32/i2s_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj -c /home/hendrik/esp/esp-idf/components/soc/esp32/interrupts.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/esp32/interrupts.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj -c /home/hendrik/esp/esp-idf/components/soc/esp32/ledc_periph.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/esp32/ledc_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj -c /home/hendrik/esp/esp-idf/components/soc/esp32/pcnt_periph.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/esp32/pcnt_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj -c /home/hendrik/esp/esp-idf/components/soc/esp32/rmt_periph.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/esp32/rmt_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj -c /home/hendrik/esp/esp-idf/components/soc/esp32/rtc_io_periph.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/esp32/rtc_io_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/esp32/rtc_periph.c.obj -c /home/hendrik/esp/esp-idf/components/soc/esp32/rtc_periph.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/esp32/rtc_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj -c /home/hendrik/esp/esp-idf/components/soc/esp32/sdio_slave_periph.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/esp32/sdio_slave_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj -c /home/hendrik/esp/esp-idf/components/soc/esp32/sdmmc_periph.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/esp32/sdmmc_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/esp32/sigmadelta_periph.c.obj -c /home/hendrik/esp/esp-idf/components/soc/esp32/sigmadelta_periph.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/esp32/sigmadelta_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/esp32/soc_memory_layout.c.obj -c /home/hendrik/esp/esp-idf/components/soc/esp32/soc_memory_layout.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/esp32/soc_memory_layout.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj -c /home/hendrik/esp/esp-idf/components/soc/esp32/spi_periph.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/esp32/spi_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj -c /home/hendrik/esp/esp-idf/components/soc/esp32/timer_periph.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/esp32/timer_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj -c /home/hendrik/esp/esp-idf/components/soc/esp32/touch_sensor_periph.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/esp32/touch_sensor_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj -c /home/hendrik/esp/esp-idf/components/soc/esp32/uart_periph.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/soc/esp32/uart_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_hw_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_esp_hw_support.dir/compare_set.c.obj -c /home/hendrik/esp/esp-idf/components/esp_hw_support/compare_set.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/esp_hw_support/compare_set.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_hw_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_esp_hw_support.dir/cpu_util.c.obj -c /home/hendrik/esp/esp-idf/components/esp_hw_support/cpu_util.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/esp_hw_support/cpu_util.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_hw_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj -c /home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_hw_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj -c /home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk_init.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk_init.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_hw_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj -c /home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_init.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_init.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_hw_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_pm.c.obj -c /home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_pm.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_pm.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_hw_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj -c /home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_sleep.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_sleep.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_hw_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj -c /home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_time.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_time.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_hw_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_wdt.c.obj -c /home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_wdt.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_wdt.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_rom",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_rom/esp32 -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj -c /home/hendrik/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_rom",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_rom/esp32 -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj -c /home/hendrik/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/esp_rom",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_rom/esp32 -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj -c /home/hendrik/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/log",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_log.dir/log.c.obj -c /home/hendrik/esp/esp-idf/components/log/log.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/log/log.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/log",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_log.dir/log_buffers.c.obj -c /home/hendrik/esp/esp-idf/components/log/log_buffers.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/log/log_buffers.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/log",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_log.dir/log_noos.c.obj -c /home/hendrik/esp/esp-idf/components/log/log_noos.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/log/log_noos.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/micro-ecc",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/spi_flash",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/spi_flash/private_include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_spi_flash.dir/esp32/spi_flash_rom_patch.c.obj -c /home/hendrik/esp/esp-idf/components/spi_flash/esp32/spi_flash_rom_patch.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/spi_flash/esp32/spi_flash_rom_patch.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/efuse",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -I/home/hendrik/esp/esp-idf/components/efuse/private_include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj -c /home/hendrik/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/efuse",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -I/home/hendrik/esp/esp-idf/components/efuse/private_include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_api.c.obj -c /home/hendrik/esp/esp-idf/components/efuse/src/esp32/esp_efuse_api.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/efuse/src/esp32/esp_efuse_api.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/efuse",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -I/home/hendrik/esp/esp-idf/components/efuse/private_include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_fields.c.obj -c /home/hendrik/esp/esp-idf/components/efuse/src/esp32/esp_efuse_fields.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/efuse/src/esp32/esp_efuse_fields.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/efuse",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -I/home/hendrik/esp/esp-idf/components/efuse/private_include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_utility.c.obj -c /home/hendrik/esp/esp-idf/components/efuse/src/esp32/esp_efuse_utility.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/efuse/src/esp32/esp_efuse_utility.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/efuse",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -I/home/hendrik/esp/esp-idf/components/efuse/private_include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj -c /home/hendrik/esp/esp-idf/components/efuse/src/esp_efuse_api.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/efuse/src/esp_efuse_api.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/efuse",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -I/home/hendrik/esp/esp-idf/components/efuse/private_include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj -c /home/hendrik/esp/esp-idf/components/efuse/src/esp_efuse_fields.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/efuse/src/esp_efuse_fields.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/efuse",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -I/home/hendrik/esp/esp-idf/components/efuse/private_include -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj -c /home/hendrik/esp/esp-idf/components/efuse/src/esp_efuse_utility.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/efuse/src/esp_efuse_utility.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_common.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_common.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_flash.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_flash.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_random.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_random.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/esp_image_format.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/esp_image_format.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/flash_partitions.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/flash_partitions.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/flash_qio_mode.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/flash_qio_mode.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash_config_esp32.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_flash_config_esp32.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_flash_config_esp32.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse_esp32.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_efuse_esp32.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_efuse_esp32.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_init.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_init.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_clock_loader.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_clock_loader.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_console.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_console.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_console_loader.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_console_loader.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_panic.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/bootloader_panic.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_sha.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_sha.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/esp32/flash_encrypt.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/esp32/flash_encrypt.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/esp32/flash_encrypt.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_esp32.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_esp32.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/bootloader_support",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/hendrik/esp/esp-idf/components/spi_flash/include -I/home/hendrik/esp/esp-idf/components/efuse/include -I/home/hendrik/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot_signatures.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader_support/src/esp32/secure_boot_signatures.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader_support/src/esp32/secure_boot_signatures.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/main",
|
||||
"command": "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/config -I/home/hendrik/esp/esp-idf/components/log/include -I/home/hendrik/esp/esp-idf/components/esp_rom/include -I/home/hendrik/esp/esp-idf/components/esp_common/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/include -I/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/hendrik/esp/esp-idf/components/hal/esp32/include -I/home/hendrik/esp/esp-idf/components/hal/include -I/home/hendrik/esp/esp-idf/components/esp32/include -I/home/hendrik/esp/esp-idf/components/xtensa/include -I/home/hendrik/esp/esp-idf/components/xtensa/esp32/include -I/home/hendrik/esp/esp-idf/components/soc/include -I/home/hendrik/esp/esp-idf/components/soc/esp32/. -I/home/hendrik/esp/esp-idf/components/soc/esp32/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include -I/home/hendrik/esp/esp-idf/components/bootloader_support/include_bootloader -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.3-dev-1901-g178b122c1-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o CMakeFiles/__idf_main.dir/bootloader_start.c.obj -c /home/hendrik/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c",
|
||||
"file": "/home/hendrik/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c"
|
||||
}
|
||||
]
|
11
build/bootloader/config.env
Normal file
11
build/bootloader/config.env
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"COMPONENT_KCONFIGS": "/home/hendrik/esp/esp-idf/components/efuse/Kconfig /home/hendrik/esp/esp-idf/components/esp32/Kconfig /home/hendrik/esp/esp-idf/components/esp_common/Kconfig /home/hendrik/esp/esp-idf/components/log/Kconfig /home/hendrik/esp/esp-idf/components/spi_flash/Kconfig",
|
||||
"COMPONENT_KCONFIGS_PROJBUILD": "/home/hendrik/esp/esp-idf/components/bootloader/Kconfig.projbuild /home/hendrik/esp/esp-idf/components/esptool_py/Kconfig.projbuild /home/hendrik/esp/esp-idf/components/partition_table/Kconfig.projbuild",
|
||||
"COMPONENT_SDKCONFIG_RENAMES": "/home/hendrik/esp/esp-idf/components/bootloader/sdkconfig.rename /home/hendrik/esp/esp-idf/components/esp32/sdkconfig.rename /home/hendrik/esp/esp-idf/components/esp_common/sdkconfig.rename /home/hendrik/esp/esp-idf/components/esptool_py/sdkconfig.rename /home/hendrik/esp/esp-idf/components/spi_flash/sdkconfig.rename",
|
||||
"IDF_CMAKE": "y",
|
||||
"IDF_TARGET": "esp32",
|
||||
"IDF_ENV_FPGA": "",
|
||||
"IDF_PATH": "/home/hendrik/esp/esp-idf",
|
||||
"COMPONENT_KCONFIGS_SOURCE_FILE": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/kconfigs.in",
|
||||
"COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "/home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/kconfigs_projbuild.in"
|
||||
}
|
3910
build/bootloader/config/kconfig_menus.json
Normal file
3910
build/bootloader/config/kconfig_menus.json
Normal file
File diff suppressed because it is too large
Load Diff
302
build/bootloader/config/sdkconfig.cmake
Normal file
302
build/bootloader/config/sdkconfig.cmake
Normal file
File diff suppressed because one or more lines are too long
141
build/bootloader/config/sdkconfig.h
Normal file
141
build/bootloader/config/sdkconfig.h
Normal file
@ -0,0 +1,141 @@
|
||||
/*
|
||||
* Automatically generated file. DO NOT EDIT.
|
||||
* Espressif IoT Development Framework (ESP-IDF) Configuration Header
|
||||
*/
|
||||
#pragma once
|
||||
#define CONFIG_IDF_CMAKE 1
|
||||
#define CONFIG_IDF_TARGET_ARCH_XTENSA 1
|
||||
#define CONFIG_IDF_TARGET "esp32"
|
||||
#define CONFIG_IDF_TARGET_ESP32 1
|
||||
#define CONFIG_IDF_FIRMWARE_CHIP_ID 0x0000
|
||||
#define CONFIG_SDK_TOOLPREFIX "xtensa-esp32-elf-"
|
||||
#define CONFIG_APP_BUILD_TYPE_APP_2NDBOOT 1
|
||||
#define CONFIG_APP_BUILD_GENERATE_BINARIES 1
|
||||
#define CONFIG_APP_BUILD_BOOTLOADER 1
|
||||
#define CONFIG_APP_BUILD_USE_FLASH_SECTIONS 1
|
||||
#define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x1000
|
||||
#define CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE 1
|
||||
#define CONFIG_BOOTLOADER_LOG_LEVEL_INFO 1
|
||||
#define CONFIG_BOOTLOADER_LOG_LEVEL 3
|
||||
#define CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V 1
|
||||
#define CONFIG_BOOTLOADER_WDT_ENABLE 1
|
||||
#define CONFIG_BOOTLOADER_WDT_TIME_MS 9000
|
||||
#define CONFIG_BOOTLOADER_RESERVE_RTC_SIZE 0x0
|
||||
#define CONFIG_SECURE_SIGNED_ON_UPDATE 1
|
||||
#define CONFIG_SECURE_SIGNED_APPS 1
|
||||
#define CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT 1
|
||||
#define CONFIG_SECURE_SIGNED_APPS_ECDSA_SCHEME 1
|
||||
#define CONFIG_SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT 1
|
||||
#define CONFIG_SECURE_BOOT_BUILD_SIGNED_BINARIES 1
|
||||
#define CONFIG_SECURE_BOOT_SIGNING_KEY "secure_boot_signing_key.pem"
|
||||
#define CONFIG_ESPTOOLPY_BAUD_OTHER_VAL 115200
|
||||
#define CONFIG_ESPTOOLPY_FLASHMODE_DIO 1
|
||||
#define CONFIG_ESPTOOLPY_FLASHMODE "dio"
|
||||
#define CONFIG_ESPTOOLPY_FLASHFREQ_40M 1
|
||||
#define CONFIG_ESPTOOLPY_FLASHFREQ "40m"
|
||||
#define CONFIG_ESPTOOLPY_FLASHSIZE_4MB 1
|
||||
#define CONFIG_ESPTOOLPY_FLASHSIZE "4MB"
|
||||
#define CONFIG_ESPTOOLPY_FLASHSIZE_DETECT 1
|
||||
#define CONFIG_ESPTOOLPY_BEFORE_RESET 1
|
||||
#define CONFIG_ESPTOOLPY_BEFORE "default_reset"
|
||||
#define CONFIG_ESPTOOLPY_AFTER_RESET 1
|
||||
#define CONFIG_ESPTOOLPY_AFTER "hard_reset"
|
||||
#define CONFIG_ESPTOOLPY_MONITOR_BAUD_115200B 1
|
||||
#define CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER_VAL 115200
|
||||
#define CONFIG_ESPTOOLPY_MONITOR_BAUD 115200
|
||||
#define CONFIG_PARTITION_TABLE_CUSTOM 1
|
||||
#define CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv"
|
||||
#define CONFIG_PARTITION_TABLE_FILENAME "partitions.csv"
|
||||
#define CONFIG_PARTITION_TABLE_OFFSET 0x8000
|
||||
#define CONFIG_PARTITION_TABLE_MD5 1
|
||||
#define CONFIG_COMPILER_OPTIMIZATION_DEFAULT 1
|
||||
#define CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE 1
|
||||
#define CONFIG_COMPILER_STACK_CHECK_MODE_NONE 1
|
||||
#define CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4 1
|
||||
#define CONFIG_EFUSE_MAX_BLK_LEN 192
|
||||
#define CONFIG_ESP32_REV_MIN_0 1
|
||||
#define CONFIG_ESP32_REV_MIN 0
|
||||
#define CONFIG_ESP32_DPORT_WORKAROUND 1
|
||||
#define CONFIG_ESP32_DEFAULT_CPU_FREQ_160 1
|
||||
#define CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ 160
|
||||
#define CONFIG_ESP32_TRACEMEM_RESERVE_DRAM 0x0
|
||||
#define CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR 1
|
||||
#define CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES 4
|
||||
#define CONFIG_ESP32_ULP_COPROC_RESERVE_MEM 0
|
||||
#define CONFIG_ESP32_DEBUG_OCDAWARE 1
|
||||
#define CONFIG_ESP32_BROWNOUT_DET 1
|
||||
#define CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0 1
|
||||
#define CONFIG_ESP32_BROWNOUT_DET_LVL 0
|
||||
#define CONFIG_ESP32_REDUCE_PHY_TX_POWER 1
|
||||
#define CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1 1
|
||||
#define CONFIG_ESP32_RTC_CLK_SRC_INT_RC 1
|
||||
#define CONFIG_ESP32_RTC_CLK_CAL_CYCLES 1024
|
||||
#define CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY 2000
|
||||
#define CONFIG_ESP32_XTAL_FREQ_40 1
|
||||
#define CONFIG_ESP32_XTAL_FREQ 40
|
||||
#define CONFIG_ESP32_DPORT_DIS_INTERRUPT_LVL 5
|
||||
#define CONFIG_ESP_ERR_TO_NAME_LOOKUP 1
|
||||
#define CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE 32
|
||||
#define CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE 2304
|
||||
#define CONFIG_ESP_MAIN_TASK_STACK_SIZE 3584
|
||||
#define CONFIG_ESP_IPC_TASK_STACK_SIZE 1024
|
||||
#define CONFIG_ESP_IPC_USES_CALLERS_PRIORITY 1
|
||||
#define CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE 2048
|
||||
#define CONFIG_ESP_CONSOLE_UART_DEFAULT 1
|
||||
#define CONFIG_ESP_CONSOLE_UART 1
|
||||
#define CONFIG_ESP_CONSOLE_UART_NUM 0
|
||||
#define CONFIG_ESP_CONSOLE_UART_BAUDRATE 115200
|
||||
#define CONFIG_ESP_INT_WDT 1
|
||||
#define CONFIG_ESP_INT_WDT_TIMEOUT_MS 300
|
||||
#define CONFIG_ESP_INT_WDT_CHECK_CPU1 1
|
||||
#define CONFIG_ESP_TASK_WDT 1
|
||||
#define CONFIG_ESP_TASK_WDT_TIMEOUT_S 5
|
||||
#define CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 1
|
||||
#define CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 1
|
||||
#define CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA 1
|
||||
#define CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP 1
|
||||
#define CONFIG_ESP_MAC_ADDR_UNIVERSE_BT 1
|
||||
#define CONFIG_ESP_MAC_ADDR_UNIVERSE_BT_OFFSET 2
|
||||
#define CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH 1
|
||||
#define CONFIG_LOG_DEFAULT_LEVEL_INFO 1
|
||||
#define CONFIG_LOG_DEFAULT_LEVEL 3
|
||||
#define CONFIG_LOG_COLORS 1
|
||||
#define CONFIG_LOG_TIMESTAMP_SOURCE_RTOS 1
|
||||
#define CONFIG_SPI_FLASH_ROM_DRIVER_PATCH 1
|
||||
#define CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS 1
|
||||
#define CONFIG_SPI_FLASH_YIELD_DURING_ERASE 1
|
||||
#define CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS 20
|
||||
#define CONFIG_SPI_FLASH_ERASE_YIELD_TICKS 1
|
||||
#define CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE 8192
|
||||
#define CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP 1
|
||||
#define CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP 1
|
||||
#define CONFIG_SPI_FLASH_SUPPORT_GD_CHIP 1
|
||||
#define CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP 1
|
||||
|
||||
/* List of deprecated options */
|
||||
#define CONFIG_BROWNOUT_DET CONFIG_ESP32_BROWNOUT_DET
|
||||
#define CONFIG_BROWNOUT_DET_LVL_SEL_0 CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0
|
||||
#define CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEFAULT
|
||||
#define CONFIG_CONSOLE_UART_DEFAULT CONFIG_ESP_CONSOLE_UART_DEFAULT
|
||||
#define CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC CONFIG_ESP32_RTC_CLK_SRC_INT_RC
|
||||
#define CONFIG_FLASHMODE_DIO CONFIG_ESPTOOLPY_FLASHMODE_DIO
|
||||
#define CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR
|
||||
#define CONFIG_INT_WDT CONFIG_ESP_INT_WDT
|
||||
#define CONFIG_INT_WDT_CHECK_CPU1 CONFIG_ESP_INT_WDT_CHECK_CPU1
|
||||
#define CONFIG_INT_WDT_TIMEOUT_MS CONFIG_ESP_INT_WDT_TIMEOUT_MS
|
||||
#define CONFIG_IPC_TASK_STACK_SIZE CONFIG_ESP_IPC_TASK_STACK_SIZE
|
||||
#define CONFIG_LOG_BOOTLOADER_LEVEL_INFO CONFIG_BOOTLOADER_LOG_LEVEL_INFO
|
||||
#define CONFIG_MAIN_TASK_STACK_SIZE CONFIG_ESP_MAIN_TASK_STACK_SIZE
|
||||
#define CONFIG_MONITOR_BAUD_115200B CONFIG_ESPTOOLPY_MONITOR_BAUD_115200B
|
||||
#define CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE
|
||||
#define CONFIG_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEFAULT
|
||||
#define CONFIG_REDUCE_PHY_TX_POWER CONFIG_ESP32_REDUCE_PHY_TX_POWER
|
||||
#define CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS
|
||||
#define CONFIG_STACK_CHECK_NONE CONFIG_COMPILER_STACK_CHECK_MODE_NONE
|
||||
#define CONFIG_SYSTEM_EVENT_QUEUE_SIZE CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE
|
||||
#define CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE
|
||||
#define CONFIG_TASK_WDT CONFIG_ESP_TASK_WDT
|
||||
#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0 CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0
|
||||
#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1 CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1
|
||||
#define CONFIG_TASK_WDT_TIMEOUT_S CONFIG_ESP_TASK_WDT_TIMEOUT_S
|
||||
#define CONFIG_TOOLPREFIX CONFIG_SDK_TOOLPREFIX
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user