diff --git a/cmake-build-debug/.cmake/api/v1/reply/cache-v2-b6f4fc4139972a888833.json b/cmake-build-debug/.cmake/api/v1/reply/cache-v2-b6f4fc4139972a888833.json deleted file mode 100644 index 4fa858f..0000000 --- a/cmake-build-debug/.cmake/api/v1/reply/cache-v2-b6f4fc4139972a888833.json +++ /dev/null @@ -1,1071 +0,0 @@ -{ - "entries" : - [ - { - "name" : "CMAKE_ADDR2LINE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/addr2line" - }, - { - "name" : "CMAKE_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/ar" - }, - { - "name" : "CMAKE_BUILD_TYPE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..." - } - ], - "type" : "STRING", - "value" : "Debug" - }, - { - "name" : "CMAKE_CACHEFILE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "This is the directory where this CMakeCache.txt was created" - } - ], - "type" : "INTERNAL", - "value" : "/home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug" - }, - { - "name" : "CMAKE_CACHE_MAJOR_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Major version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "3" - }, - { - "name" : "CMAKE_CACHE_MINOR_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Minor version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "30" - }, - { - "name" : "CMAKE_CACHE_PATCH_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Patch version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "5" - }, - { - "name" : "CMAKE_COLOR_DIAGNOSTICS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable colored diagnostics throughout." - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "CMAKE_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to CMake executable." - } - ], - "type" : "INTERNAL", - "value" : "/home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/bin/cmake" - }, - { - "name" : "CMAKE_CPACK_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to cpack program executable." - } - ], - "type" : "INTERNAL", - "value" : "/home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/bin/cpack" - }, - { - "name" : "CMAKE_CTEST_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to ctest program executable." - } - ], - "type" : "INTERNAL", - "value" : "/home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/bin/ctest" - }, - { - "name" : "CMAKE_C_COMPILER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "C compiler" - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/cc" - }, - { - "name" : "CMAKE_C_COMPILER_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/gcc-ar" - }, - { - "name" : "CMAKE_C_COMPILER_RANLIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/gcc-ranlib" - }, - { - "name" : "CMAKE_C_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_C_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "-g" - }, - { - "name" : "CMAKE_C_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "-Os -DNDEBUG" - }, - { - "name" : "CMAKE_C_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "-O3 -DNDEBUG" - }, - { - "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "-O2 -g -DNDEBUG" - }, - { - "name" : "CMAKE_DLLTOOL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "CMAKE_DLLTOOL-NOTFOUND" - }, - { - "name" : "CMAKE_EXECUTABLE_FORMAT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Executable file format" - } - ], - "type" : "INTERNAL", - "value" : "ELF" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable/Disable output of compile commands during generation." - } - ], - "type" : "BOOL", - "value" : "" - }, - { - "name" : "CMAKE_EXTRA_GENERATOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of external makefile project generator." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake." - } - ], - "type" : "STATIC", - "value" : "/home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug/CMakeFiles/pkgRedirects" - }, - { - "name" : "CMAKE_GENERATOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of generator." - } - ], - "type" : "INTERNAL", - "value" : "Ninja" - }, - { - "name" : "CMAKE_GENERATOR_INSTANCE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Generator instance identifier." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_GENERATOR_PLATFORM", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of generator platform." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_GENERATOR_TOOLSET", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of generator toolset." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_HOME_DIRECTORY", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Source directory with the top level CMakeLists.txt file for this project" - } - ], - "type" : "INTERNAL", - "value" : "/home/alex/Doculent/EPSI/CLionProjects/Exercices" - }, - { - "name" : "CMAKE_INSTALL_PREFIX", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Install path prefix, prepended onto install directories." - } - ], - "type" : "PATH", - "value" : "/usr/local" - }, - { - "name" : "CMAKE_INSTALL_SO_NO_EXE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Install .so files without execute permission." - } - ], - "type" : "INTERNAL", - "value" : "0" - }, - { - "name" : "CMAKE_LINKER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/ld" - }, - { - "name" : "CMAKE_MAKE_PROGRAM", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "No help, variable specified on the command line." - } - ], - "type" : "UNINITIALIZED", - "value" : "/home/alex/Documents/EPSI/clion-2024.3.3/bin/ninja/linux/aarch64/ninja" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_NM", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/nm" - }, - { - "name" : "CMAKE_NUMBER_OF_MAKEFILES", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "number of local generators" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_OBJCOPY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/objcopy" - }, - { - "name" : "CMAKE_OBJDUMP", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/objdump" - }, - { - "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Platform information initialized" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_PROJECT_DESCRIPTION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_HOMEPAGE_URL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_NAME", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "Exercices" - }, - { - "name" : "CMAKE_RANLIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/ranlib" - }, - { - "name" : "CMAKE_READELF", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/readelf" - }, - { - "name" : "CMAKE_ROOT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to CMake installation." - } - ], - "type" : "INTERNAL", - "value" : "/home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SKIP_INSTALL_RPATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." - } - ], - "type" : "BOOL", - "value" : "NO" - }, - { - "name" : "CMAKE_SKIP_RPATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "If set, runtime paths are not added when using shared libraries." - } - ], - "type" : "BOOL", - "value" : "NO" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STRIP", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/strip" - }, - { - "name" : "CMAKE_TAPI", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "CMAKE_TAPI-NOTFOUND" - }, - { - "name" : "CMAKE_UNAME", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "uname command" - } - ], - "type" : "INTERNAL", - "value" : "/usr/bin/uname" - }, - { - "name" : "CMAKE_VERBOSE_MAKEFILE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "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." - } - ], - "type" : "BOOL", - "value" : "FALSE" - }, - { - "name" : "Exercices_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug" - }, - { - "name" : "Exercices_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "ON" - }, - { - "name" : "Exercices_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/alex/Doculent/EPSI/CLionProjects/Exercices" - }, - { - "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "linker supports push/pop state" - } - ], - "type" : "INTERNAL", - "value" : "TRUE" - } - ], - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } -} diff --git a/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-2edc5ead53e0cadf75d4.json b/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-2edc5ead53e0cadf75d4.json deleted file mode 100644 index 83682ff..0000000 --- a/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-2edc5ead53e0cadf75d4.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "inputs" : - [ - { - "path" : "CMakeLists.txt" - }, - { - "isGenerated" : true, - "path" : "cmake-build-debug/CMakeFiles/3.30.5/CMakeSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/Linux-Initialize.cmake" - }, - { - "isGenerated" : true, - "path" : "cmake-build-debug/CMakeFiles/3.30.5/CMakeCCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeGenericSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/Linux.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/UnixPaths.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/GNU-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/Linux-GNU-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/Linux-GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake" - } - ], - "kind" : "cmakeFiles", - "paths" : - { - "build" : "/home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug", - "source" : "/home/alex/Doculent/EPSI/CLionProjects/Exercices" - }, - "version" : - { - "major" : 1, - "minor" : 1 - } -} diff --git a/cmake-build-debug/.ninja_deps b/cmake-build-debug/.ninja_deps index b9347fd..00cb88e 100644 Binary files a/cmake-build-debug/.ninja_deps and b/cmake-build-debug/.ninja_deps differ diff --git a/cmake-build-debug/.ninja_log b/cmake-build-debug/.ninja_log index d0cd88e..0f488ae 100644 --- a/cmake-build-debug/.ninja_log +++ b/cmake-build-debug/.ninja_log @@ -1,5 +1,12 @@ # ninja log v6 -1 9 1740394573852693968 CMakeFiles/Exercices.dir/Exercice2.c.o 8abbf7ed2ff63668 -16 25 1740399978808914044 Exercices 1155f81bcff01d1c -0 16 1740399978792913976 CMakeFiles/Exercices.dir/main.c.o 30c179a7aefe8551 -0 9 1740400419048998063 build.ninja 2e74603cecdb425f +14 22 1740403075154549031 Exercices 1155f81bcff01d1c +0 14 1740403075140548939 CMakeFiles/Exercices.dir/main.c.o 30c179a7aefe8551 +0 9 1740403312530213873 build.ninja 2e74603cecdb425f +0 26 1740403317325247992 CMakeFiles/Exercices.dir/main.c.o 51f95a9f148558b3 +26 36 1740403317352248184 Exercices 1155f81bcff01d1c +0 13 1740403435428088366 CMakeFiles/Exercices.dir/main.c.o 51f95a9f148558b3 +13 21 1740403435441088459 Exercices 1155f81bcff01d1c +1 15 1740403873694161441 CMakeFiles/Exercices.dir/main.c.o 51f95a9f148558b3 +15 23 1740403873708161538 Exercices 1155f81bcff01d1c +0 15 1740403932701569894 CMakeFiles/Exercices.dir/main.c.o 51f95a9f148558b3 +15 24 1740403932716569998 Exercices 1155f81bcff01d1c diff --git a/cmake-build-debug/CMakeCache.txt b/cmake-build-debug/CMakeCache.txt index 6034bd4..969179b 100644 --- a/cmake-build-debug/CMakeCache.txt +++ b/cmake-build-debug/CMakeCache.txt @@ -1,5 +1,5 @@ # This is the CMakeCache file. -# For build in directory: /home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug +# For build in directory: /home/alex/Documents/EPSI/CLionProjects/Exercices/cmake-build-debug # It was generated by CMake: /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/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. @@ -75,7 +75,7 @@ CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= //Value Computed by CMake. -CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug/CMakeFiles/pkgRedirects +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/alex/Documents/EPSI/CLionProjects/Exercices/cmake-build-debug/CMakeFiles/pkgRedirects //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/usr/local @@ -190,13 +190,13 @@ CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE //Value Computed by CMake -Exercices_BINARY_DIR:STATIC=/home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug +Exercices_BINARY_DIR:STATIC=/home/alex/Documents/EPSI/CLionProjects/Exercices/cmake-build-debug //Value Computed by CMake Exercices_IS_TOP_LEVEL:STATIC=ON //Value Computed by CMake -Exercices_SOURCE_DIR:STATIC=/home/alex/Doculent/EPSI/CLionProjects/Exercices +Exercices_SOURCE_DIR:STATIC=/home/alex/Documents/EPSI/CLionProjects/Exercices ######################## @@ -208,7 +208,7 @@ CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=/home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug +CMAKE_CACHEFILE_DIR:INTERNAL=/home/alex/Documents/EPSI/CLionProjects/Exercices/cmake-build-debug //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 @@ -265,7 +265,7 @@ CMAKE_GENERATOR_PLATFORM:INTERNAL= CMAKE_GENERATOR_TOOLSET:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project -CMAKE_HOME_DIRECTORY:INTERNAL=/home/alex/Doculent/EPSI/CLionProjects/Exercices +CMAKE_HOME_DIRECTORY:INTERNAL=/home/alex/Documents/EPSI/CLionProjects/Exercices //Install .so files without execute permission. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 //ADVANCED property for variable: CMAKE_LINKER diff --git a/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml b/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml index 0d695e3..4420d72 100644 --- a/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml +++ b/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml @@ -28,7 +28,7 @@ events: Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" The C compiler identification is GNU, found in: - /home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug/CMakeFiles/3.30.5/CompilerIdC/a.out + /home/alex/Documents/EPSI/CLionProjects/Exercices/cmake-build-debug/CMakeFiles/3.30.5/CompilerIdC/a.out - kind: "try_compile-v1" @@ -39,8 +39,8 @@ events: checks: - "Detecting C compiler ABI info" directories: - source: "/home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-JoC5X4" - binary: "/home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-JoC5X4" + source: "/home/alex/Documents/EPSI/CLionProjects/Exercices/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-rLegjL" + binary: "/home/alex/Documents/EPSI/CLionProjects/Exercices/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-rLegjL" cmakeVariables: CMAKE_C_FLAGS: "" CMAKE_C_FLAGS_DEBUG: "-g" @@ -49,10 +49,10 @@ events: variable: "CMAKE_C_ABI_COMPILED" cached: true stdout: | - Change Dir: '/home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-JoC5X4' + Change Dir: '/home/alex/Documents/EPSI/CLionProjects/Exercices/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-rLegjL' - Run Build Command(s): /home/alex/Documents/EPSI/clion-2024.3.3/bin/ninja/linux/aarch64/ninja -v cmTC_bb5f0 - [1/2] /usr/bin/cc -fdiagnostics-color=always -v -o CMakeFiles/cmTC_bb5f0.dir/CMakeCCompilerABI.c.o -c /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCCompilerABI.c + Run Build Command(s): /home/alex/Documents/EPSI/clion-2024.3.3/bin/ninja/linux/aarch64/ninja -v cmTC_1e459 + [1/2] /usr/bin/cc -fdiagnostics-color=always -v -o CMakeFiles/cmTC_1e459.dir/CMakeCCompilerABI.c.o -c /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCCompilerABI.c Using built-in specs. COLLECT_GCC=/usr/bin/cc Target: aarch64-redhat-linux @@ -60,8 +60,8 @@ events: Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 14.2.1 20250110 (Red Hat 14.2.1-7) (GCC) - COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_bb5f0.dir/CMakeCCompilerABI.c.o' '-c' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'CMakeFiles/cmTC_bb5f0.dir/' - /usr/libexec/gcc/aarch64-redhat-linux/14/cc1 -quiet -v /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_bb5f0.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mlittle-endian -mabi=lp64 -version -fdiagnostics-color=always -o /tmp/ccTw51Ud.s + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_1e459.dir/CMakeCCompilerABI.c.o' '-c' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'CMakeFiles/cmTC_1e459.dir/' + /usr/libexec/gcc/aarch64-redhat-linux/14/cc1 -quiet -v /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_1e459.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mlittle-endian -mabi=lp64 -version -fdiagnostics-color=always -o /tmp/ccPKOCiV.s GNU C17 (GCC) version 14.2.1 20250110 (Red Hat 14.2.1-7) (aarch64-redhat-linux) compiled by GNU C version 14.2.1 20250110 (Red Hat 14.2.1-7), GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.24-GMP @@ -75,13 +75,13 @@ events: /usr/include End of search list. Compiler executable checksum: 5180dfe225dd96142f7ed37689c20d20 - COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_bb5f0.dir/CMakeCCompilerABI.c.o' '-c' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'CMakeFiles/cmTC_bb5f0.dir/' - as -v -EL -mabi=lp64 -o CMakeFiles/cmTC_bb5f0.dir/CMakeCCompilerABI.c.o /tmp/ccTw51Ud.s + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_1e459.dir/CMakeCCompilerABI.c.o' '-c' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'CMakeFiles/cmTC_1e459.dir/' + as -v -EL -mabi=lp64 -o CMakeFiles/cmTC_1e459.dir/CMakeCCompilerABI.c.o /tmp/ccPKOCiV.s GNU assembler version 2.43.1 (aarch64-redhat-linux) using BFD version version 2.43.1-5.fc41 COMPILER_PATH=/usr/libexec/gcc/aarch64-redhat-linux/14/:/usr/libexec/gcc/aarch64-redhat-linux/14/:/usr/libexec/gcc/aarch64-redhat-linux/:/usr/lib/gcc/aarch64-redhat-linux/14/:/usr/lib/gcc/aarch64-redhat-linux/ LIBRARY_PATH=/usr/lib/gcc/aarch64-redhat-linux/14/:/usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/aarch64-redhat-linux/14/../../../:/lib/:/usr/lib/ - COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_bb5f0.dir/CMakeCCompilerABI.c.o' '-c' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'CMakeFiles/cmTC_bb5f0.dir/CMakeCCompilerABI.c.' - [2/2] : && /usr/bin/cc -v -Wl,-v CMakeFiles/cmTC_bb5f0.dir/CMakeCCompilerABI.c.o -o cmTC_bb5f0 && : + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_1e459.dir/CMakeCCompilerABI.c.o' '-c' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'CMakeFiles/cmTC_1e459.dir/CMakeCCompilerABI.c.' + [2/2] : && /usr/bin/cc -v -Wl,-v CMakeFiles/cmTC_1e459.dir/CMakeCCompilerABI.c.o -o cmTC_1e459 && : Using built-in specs. COLLECT_GCC=/usr/bin/cc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/aarch64-redhat-linux/14/lto-wrapper @@ -92,12 +92,12 @@ events: gcc version 14.2.1 20250110 (Red Hat 14.2.1-7) (GCC) COMPILER_PATH=/usr/libexec/gcc/aarch64-redhat-linux/14/:/usr/libexec/gcc/aarch64-redhat-linux/14/:/usr/libexec/gcc/aarch64-redhat-linux/:/usr/lib/gcc/aarch64-redhat-linux/14/:/usr/lib/gcc/aarch64-redhat-linux/ LIBRARY_PATH=/usr/lib/gcc/aarch64-redhat-linux/14/:/usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/aarch64-redhat-linux/14/../../../:/lib/:/usr/lib/ - COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_bb5f0' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'cmTC_bb5f0.' - /usr/libexec/gcc/aarch64-redhat-linux/14/collect2 -plugin /usr/libexec/gcc/aarch64-redhat-linux/14/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/aarch64-redhat-linux/14/lto-wrapper -plugin-opt=-fresolution=/tmp/ccPR9r0T.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -dynamic-linker /lib/ld-linux-aarch64.so.1 -X -EL -maarch64linux -o cmTC_bb5f0 /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crt1.o /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crti.o /usr/lib/gcc/aarch64-redhat-linux/14/crtbegin.o -L/usr/lib/gcc/aarch64-redhat-linux/14 -L/usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/aarch64-redhat-linux/14/../../.. -v CMakeFiles/cmTC_bb5f0.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/aarch64-redhat-linux/14/crtend.o /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crtn.o + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_1e459' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'cmTC_1e459.' + /usr/libexec/gcc/aarch64-redhat-linux/14/collect2 -plugin /usr/libexec/gcc/aarch64-redhat-linux/14/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/aarch64-redhat-linux/14/lto-wrapper -plugin-opt=-fresolution=/tmp/ccwwFoHb.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -dynamic-linker /lib/ld-linux-aarch64.so.1 -X -EL -maarch64linux -o cmTC_1e459 /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crt1.o /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crti.o /usr/lib/gcc/aarch64-redhat-linux/14/crtbegin.o -L/usr/lib/gcc/aarch64-redhat-linux/14 -L/usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/aarch64-redhat-linux/14/../../.. -v CMakeFiles/cmTC_1e459.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/aarch64-redhat-linux/14/crtend.o /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crtn.o collect2 version 14.2.1 20250110 (Red Hat 14.2.1-7) - /usr/bin/ld -plugin /usr/libexec/gcc/aarch64-redhat-linux/14/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/aarch64-redhat-linux/14/lto-wrapper -plugin-opt=-fresolution=/tmp/ccPR9r0T.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -dynamic-linker /lib/ld-linux-aarch64.so.1 -X -EL -maarch64linux -o cmTC_bb5f0 /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crt1.o /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crti.o /usr/lib/gcc/aarch64-redhat-linux/14/crtbegin.o -L/usr/lib/gcc/aarch64-redhat-linux/14 -L/usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/aarch64-redhat-linux/14/../../.. -v CMakeFiles/cmTC_bb5f0.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/aarch64-redhat-linux/14/crtend.o /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crtn.o + /usr/bin/ld -plugin /usr/libexec/gcc/aarch64-redhat-linux/14/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/aarch64-redhat-linux/14/lto-wrapper -plugin-opt=-fresolution=/tmp/ccwwFoHb.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -dynamic-linker /lib/ld-linux-aarch64.so.1 -X -EL -maarch64linux -o cmTC_1e459 /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crt1.o /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crti.o /usr/lib/gcc/aarch64-redhat-linux/14/crtbegin.o -L/usr/lib/gcc/aarch64-redhat-linux/14 -L/usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/aarch64-redhat-linux/14/../../.. -v CMakeFiles/cmTC_1e459.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/aarch64-redhat-linux/14/crtend.o /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crtn.o GNU ld version 2.43.1-5.fc41 - COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_bb5f0' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'cmTC_bb5f0.' + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_1e459' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'cmTC_1e459.' exitCode: 0 - @@ -130,10 +130,10 @@ events: Parsed C implicit link information: link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] - ignore line: [Change Dir: '/home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-JoC5X4'] + ignore line: [Change Dir: '/home/alex/Documents/EPSI/CLionProjects/Exercices/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-rLegjL'] ignore line: [] - ignore line: [Run Build Command(s): /home/alex/Documents/EPSI/clion-2024.3.3/bin/ninja/linux/aarch64/ninja -v cmTC_bb5f0] - ignore line: [[1/2] /usr/bin/cc -fdiagnostics-color=always -v -o CMakeFiles/cmTC_bb5f0.dir/CMakeCCompilerABI.c.o -c /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCCompilerABI.c] + ignore line: [Run Build Command(s): /home/alex/Documents/EPSI/clion-2024.3.3/bin/ninja/linux/aarch64/ninja -v cmTC_1e459] + ignore line: [[1/2] /usr/bin/cc -fdiagnostics-color=always -v -o CMakeFiles/cmTC_1e459.dir/CMakeCCompilerABI.c.o -c /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCCompilerABI.c] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/usr/bin/cc] ignore line: [Target: aarch64-redhat-linux] @@ -141,8 +141,8 @@ events: ignore line: [Thread model: posix] ignore line: [Supported LTO compression algorithms: zlib zstd] ignore line: [gcc version 14.2.1 20250110 (Red Hat 14.2.1-7) (GCC) ] - ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_bb5f0.dir/CMakeCCompilerABI.c.o' '-c' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'CMakeFiles/cmTC_bb5f0.dir/'] - ignore line: [ /usr/libexec/gcc/aarch64-redhat-linux/14/cc1 -quiet -v /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_bb5f0.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mlittle-endian -mabi=lp64 -version -fdiagnostics-color=always -o /tmp/ccTw51Ud.s] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_1e459.dir/CMakeCCompilerABI.c.o' '-c' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'CMakeFiles/cmTC_1e459.dir/'] + ignore line: [ /usr/libexec/gcc/aarch64-redhat-linux/14/cc1 -quiet -v /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_1e459.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mlittle-endian -mabi=lp64 -version -fdiagnostics-color=always -o /tmp/ccPKOCiV.s] ignore line: [GNU C17 (GCC) version 14.2.1 20250110 (Red Hat 14.2.1-7) (aarch64-redhat-linux)] ignore line: [ compiled by GNU C version 14.2.1 20250110 (Red Hat 14.2.1-7) GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.24-GMP] ignore line: [] @@ -156,13 +156,13 @@ events: ignore line: [ /usr/include] ignore line: [End of search list.] ignore line: [Compiler executable checksum: 5180dfe225dd96142f7ed37689c20d20] - ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_bb5f0.dir/CMakeCCompilerABI.c.o' '-c' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'CMakeFiles/cmTC_bb5f0.dir/'] - ignore line: [ as -v -EL -mabi=lp64 -o CMakeFiles/cmTC_bb5f0.dir/CMakeCCompilerABI.c.o /tmp/ccTw51Ud.s] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_1e459.dir/CMakeCCompilerABI.c.o' '-c' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'CMakeFiles/cmTC_1e459.dir/'] + ignore line: [ as -v -EL -mabi=lp64 -o CMakeFiles/cmTC_1e459.dir/CMakeCCompilerABI.c.o /tmp/ccPKOCiV.s] ignore line: [GNU assembler version 2.43.1 (aarch64-redhat-linux) using BFD version version 2.43.1-5.fc41] ignore line: [COMPILER_PATH=/usr/libexec/gcc/aarch64-redhat-linux/14/:/usr/libexec/gcc/aarch64-redhat-linux/14/:/usr/libexec/gcc/aarch64-redhat-linux/:/usr/lib/gcc/aarch64-redhat-linux/14/:/usr/lib/gcc/aarch64-redhat-linux/] ignore line: [LIBRARY_PATH=/usr/lib/gcc/aarch64-redhat-linux/14/:/usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/aarch64-redhat-linux/14/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_bb5f0.dir/CMakeCCompilerABI.c.o' '-c' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'CMakeFiles/cmTC_bb5f0.dir/CMakeCCompilerABI.c.'] - ignore line: [[2/2] : && /usr/bin/cc -v -Wl -v CMakeFiles/cmTC_bb5f0.dir/CMakeCCompilerABI.c.o -o cmTC_bb5f0 && :] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_1e459.dir/CMakeCCompilerABI.c.o' '-c' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'CMakeFiles/cmTC_1e459.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2] : && /usr/bin/cc -v -Wl -v CMakeFiles/cmTC_1e459.dir/CMakeCCompilerABI.c.o -o cmTC_1e459 && :] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/usr/bin/cc] ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/aarch64-redhat-linux/14/lto-wrapper] @@ -173,13 +173,13 @@ events: ignore line: [gcc version 14.2.1 20250110 (Red Hat 14.2.1-7) (GCC) ] ignore line: [COMPILER_PATH=/usr/libexec/gcc/aarch64-redhat-linux/14/:/usr/libexec/gcc/aarch64-redhat-linux/14/:/usr/libexec/gcc/aarch64-redhat-linux/:/usr/lib/gcc/aarch64-redhat-linux/14/:/usr/lib/gcc/aarch64-redhat-linux/] ignore line: [LIBRARY_PATH=/usr/lib/gcc/aarch64-redhat-linux/14/:/usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/aarch64-redhat-linux/14/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_bb5f0' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'cmTC_bb5f0.'] - link line: [ /usr/libexec/gcc/aarch64-redhat-linux/14/collect2 -plugin /usr/libexec/gcc/aarch64-redhat-linux/14/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/aarch64-redhat-linux/14/lto-wrapper -plugin-opt=-fresolution=/tmp/ccPR9r0T.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -dynamic-linker /lib/ld-linux-aarch64.so.1 -X -EL -maarch64linux -o cmTC_bb5f0 /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crt1.o /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crti.o /usr/lib/gcc/aarch64-redhat-linux/14/crtbegin.o -L/usr/lib/gcc/aarch64-redhat-linux/14 -L/usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/aarch64-redhat-linux/14/../../.. -v CMakeFiles/cmTC_bb5f0.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/aarch64-redhat-linux/14/crtend.o /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crtn.o] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_1e459' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'cmTC_1e459.'] + link line: [ /usr/libexec/gcc/aarch64-redhat-linux/14/collect2 -plugin /usr/libexec/gcc/aarch64-redhat-linux/14/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/aarch64-redhat-linux/14/lto-wrapper -plugin-opt=-fresolution=/tmp/ccwwFoHb.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -dynamic-linker /lib/ld-linux-aarch64.so.1 -X -EL -maarch64linux -o cmTC_1e459 /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crt1.o /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crti.o /usr/lib/gcc/aarch64-redhat-linux/14/crtbegin.o -L/usr/lib/gcc/aarch64-redhat-linux/14 -L/usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/aarch64-redhat-linux/14/../../.. -v CMakeFiles/cmTC_1e459.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/aarch64-redhat-linux/14/crtend.o /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crtn.o] arg [/usr/libexec/gcc/aarch64-redhat-linux/14/collect2] ==> ignore arg [-plugin] ==> ignore arg [/usr/libexec/gcc/aarch64-redhat-linux/14/liblto_plugin.so] ==> ignore arg [-plugin-opt=/usr/libexec/gcc/aarch64-redhat-linux/14/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccPR9r0T.res] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccwwFoHb.res] ==> ignore arg [-plugin-opt=-pass-through=-lgcc] ==> ignore arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore arg [-plugin-opt=-pass-through=-lc] ==> ignore @@ -195,7 +195,7 @@ events: arg [-EL] ==> ignore arg [-maarch64linux] ==> ignore arg [-o] ==> ignore - arg [cmTC_bb5f0] ==> ignore + arg [cmTC_1e459] ==> ignore arg [/usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crt1.o] ==> obj [/usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crt1.o] arg [/usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crti.o] ==> obj [/usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crti.o] arg [/usr/lib/gcc/aarch64-redhat-linux/14/crtbegin.o] ==> obj [/usr/lib/gcc/aarch64-redhat-linux/14/crtbegin.o] @@ -205,7 +205,7 @@ events: arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64] arg [-L/usr/lib/gcc/aarch64-redhat-linux/14/../../..] ==> dir [/usr/lib/gcc/aarch64-redhat-linux/14/../../..] arg [-v] ==> ignore - arg [CMakeFiles/cmTC_bb5f0.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [CMakeFiles/cmTC_1e459.dir/CMakeCCompilerABI.c.o] ==> ignore arg [-lgcc] ==> lib [gcc] arg [--push-state] ==> ignore arg [--as-needed] ==> ignore @@ -220,7 +220,7 @@ events: arg [/usr/lib/gcc/aarch64-redhat-linux/14/crtend.o] ==> obj [/usr/lib/gcc/aarch64-redhat-linux/14/crtend.o] arg [/usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crtn.o] ==> obj [/usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crtn.o] ignore line: [collect2 version 14.2.1 20250110 (Red Hat 14.2.1-7)] - ignore line: [/usr/bin/ld -plugin /usr/libexec/gcc/aarch64-redhat-linux/14/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/aarch64-redhat-linux/14/lto-wrapper -plugin-opt=-fresolution=/tmp/ccPR9r0T.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -dynamic-linker /lib/ld-linux-aarch64.so.1 -X -EL -maarch64linux -o cmTC_bb5f0 /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crt1.o /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crti.o /usr/lib/gcc/aarch64-redhat-linux/14/crtbegin.o -L/usr/lib/gcc/aarch64-redhat-linux/14 -L/usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/aarch64-redhat-linux/14/../../.. -v CMakeFiles/cmTC_bb5f0.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/aarch64-redhat-linux/14/crtend.o /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crtn.o] + ignore line: [/usr/bin/ld -plugin /usr/libexec/gcc/aarch64-redhat-linux/14/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/aarch64-redhat-linux/14/lto-wrapper -plugin-opt=-fresolution=/tmp/ccwwFoHb.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -dynamic-linker /lib/ld-linux-aarch64.so.1 -X -EL -maarch64linux -o cmTC_1e459 /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crt1.o /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crti.o /usr/lib/gcc/aarch64-redhat-linux/14/crtbegin.o -L/usr/lib/gcc/aarch64-redhat-linux/14 -L/usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/aarch64-redhat-linux/14/../../.. -v CMakeFiles/cmTC_1e459.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/aarch64-redhat-linux/14/crtend.o /usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crtn.o] linker tool for 'C': /usr/bin/ld collapse obj [/usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crt1.o] ==> [/usr/lib64/crt1.o] collapse obj [/usr/lib/gcc/aarch64-redhat-linux/14/../../../../lib64/crti.o] ==> [/usr/lib64/crti.o] diff --git a/cmake-build-debug/CMakeFiles/Exercices.dir/Exercice2.c.o b/cmake-build-debug/CMakeFiles/Exercices.dir/Exercice2.c.o deleted file mode 100644 index 8ff20e7..0000000 Binary files a/cmake-build-debug/CMakeFiles/Exercices.dir/Exercice2.c.o and /dev/null differ diff --git a/cmake-build-debug/CMakeFiles/Exercices.dir/main.c.o b/cmake-build-debug/CMakeFiles/Exercices.dir/main.c.o index 2f92f97..f65e8ff 100644 Binary files a/cmake-build-debug/CMakeFiles/Exercices.dir/main.c.o and b/cmake-build-debug/CMakeFiles/Exercices.dir/main.c.o differ diff --git a/cmake-build-debug/CMakeFiles/TargetDirectories.txt b/cmake-build-debug/CMakeFiles/TargetDirectories.txt index 30e9191..fc92aed 100644 --- a/cmake-build-debug/CMakeFiles/TargetDirectories.txt +++ b/cmake-build-debug/CMakeFiles/TargetDirectories.txt @@ -1,3 +1,3 @@ -/home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug/CMakeFiles/Exercices.dir -/home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug/CMakeFiles/edit_cache.dir -/home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug/CMakeFiles/rebuild_cache.dir +/home/alex/Documents/EPSI/CLionProjects/Exercices/cmake-build-debug/CMakeFiles/Exercices.dir +/home/alex/Documents/EPSI/CLionProjects/Exercices/cmake-build-debug/CMakeFiles/edit_cache.dir +/home/alex/Documents/EPSI/CLionProjects/Exercices/cmake-build-debug/CMakeFiles/rebuild_cache.dir diff --git a/cmake-build-debug/CMakeFiles/clion-Debug-log.txt b/cmake-build-debug/CMakeFiles/clion-Debug-log.txt index 7041404..2c929be 100644 --- a/cmake-build-debug/CMakeFiles/clion-Debug-log.txt +++ b/cmake-build-debug/CMakeFiles/clion-Debug-log.txt @@ -1,4 +1,10 @@ -/home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/home/alex/Documents/EPSI/clion-2024.3.3/bin/ninja/linux/aarch64/ninja -G Ninja -S /home/alex/Doculent/EPSI/CLionProjects/Exercices -B /home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug --- Configuring done (0.0s) +/home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/home/alex/Documents/EPSI/clion-2024.3.3/bin/ninja/linux/aarch64/ninja -G Ninja -S /home/alex/Documents/EPSI/CLionProjects/Exercices -B /home/alex/Documents/EPSI/CLionProjects/Exercices/cmake-build-debug +-- The C compiler identification is GNU 14.2.1 +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Check for working C compiler: /usr/bin/cc - skipped +-- Detecting C compile features +-- Detecting C compile features - done +-- Configuring done (0.1s) -- Generating done (0.0s) --- Build files have been written to: /home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug +-- Build files have been written to: /home/alex/Documents/EPSI/CLionProjects/Exercices/cmake-build-debug diff --git a/cmake-build-debug/CMakeFiles/rules.ninja b/cmake-build-debug/CMakeFiles/rules.ninja index f94eca6..64b7a12 100644 --- a/cmake-build-debug/CMakeFiles/rules.ninja +++ b/cmake-build-debug/CMakeFiles/rules.ninja @@ -42,7 +42,7 @@ rule CUSTOM_COMMAND # Rule for re-running cmake. rule RERUN_CMAKE - command = /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/bin/cmake --regenerate-during-build -S/home/alex/Doculent/EPSI/CLionProjects/Exercices -B/home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug + command = /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/bin/cmake --regenerate-during-build -S/home/alex/Documents/EPSI/CLionProjects/Exercices -B/home/alex/Documents/EPSI/CLionProjects/Exercices/cmake-build-debug description = Re-running CMake... generator = 1 diff --git a/cmake-build-debug/Exercices b/cmake-build-debug/Exercices index cc3558a..1e25eea 100755 Binary files a/cmake-build-debug/Exercices and b/cmake-build-debug/Exercices differ diff --git a/cmake-build-debug/Testing/Temporary/LastTest.log b/cmake-build-debug/Testing/Temporary/LastTest.log index 5fee919..9c413ac 100644 --- a/cmake-build-debug/Testing/Temporary/LastTest.log +++ b/cmake-build-debug/Testing/Temporary/LastTest.log @@ -1,3 +1,3 @@ -Start testing: Feb 24 13:33 CET +Start testing: Feb 24 14:32 CET ---------------------------------------------------------- -End testing: Feb 24 13:33 CET +End testing: Feb 24 14:32 CET diff --git a/cmake-build-debug/build.ninja b/cmake-build-debug/build.ninja index b364351..d9d3394 100644 --- a/cmake-build-debug/build.ninja +++ b/cmake-build-debug/build.ninja @@ -39,7 +39,7 @@ include CMakeFiles/rules.ninja ############################################# # Logical path to working directory; prefix for absolute paths. -cmake_ninja_workdir = /home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug/ +cmake_ninja_workdir = /home/alex/Documents/EPSI/CLionProjects/Exercices/cmake-build-debug/ # ============================================================================= # Object build statements for EXECUTABLE target Exercices @@ -49,11 +49,13 @@ cmake_ninja_workdir = /home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-bui build cmake_object_order_depends_target_Exercices: phony || . -build CMakeFiles/Exercices.dir/main.c.o: C_COMPILER__Exercices_unscanned_Debug /home/alex/Doculent/EPSI/CLionProjects/Exercices/main.c || cmake_object_order_depends_target_Exercices +build CMakeFiles/Exercices.dir/main.c.o: C_COMPILER__Exercices_unscanned_Debug /home/alex/Documents/EPSI/CLionProjects/Exercices/main.c || cmake_object_order_depends_target_Exercices DEP_FILE = CMakeFiles/Exercices.dir/main.c.o.d FLAGS = -g -std=gnu99 -fdiagnostics-color=always OBJECT_DIR = CMakeFiles/Exercices.dir OBJECT_FILE_DIR = CMakeFiles/Exercices.dir + TARGET_COMPILE_PDB = CMakeFiles/Exercices.dir/ + TARGET_PDB = Exercices.pdb # ============================================================================= @@ -68,15 +70,16 @@ build Exercices: C_EXECUTABLE_LINKER__Exercices_Debug CMakeFiles/Exercices.dir/m OBJECT_DIR = CMakeFiles/Exercices.dir POST_BUILD = : PRE_LINK = : + TARGET_COMPILE_PDB = CMakeFiles/Exercices.dir/ TARGET_FILE = Exercices - TARGET_PDB = Exercices.dbg + TARGET_PDB = Exercices.pdb ############################################# # Utility command for edit_cache build CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug && /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/alex/Documents/EPSI/CLionProjects/Exercices/cmake-build-debug && /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 @@ -87,7 +90,7 @@ build edit_cache: phony CMakeFiles/edit_cache.util # Utility command for rebuild_cache build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug && /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/bin/cmake --regenerate-during-build -S/home/alex/Doculent/EPSI/CLionProjects/Exercices -B/home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug + COMMAND = cd /home/alex/Documents/EPSI/CLionProjects/Exercices/cmake-build-debug && /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/bin/cmake --regenerate-during-build -S/home/alex/Documents/EPSI/CLionProjects/Exercices -B/home/alex/Documents/EPSI/CLionProjects/Exercices/cmake-build-debug DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -103,7 +106,7 @@ build rebuild_cache: phony CMakeFiles/rebuild_cache.util # ============================================================================= ############################################# -# Folder: /home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug +# Folder: /home/alex/Documents/EPSI/CLionProjects/Exercices/cmake-build-debug build all: phony Exercices @@ -114,14 +117,14 @@ build all: phony Exercices ############################################# # Re-run CMake if any of its inputs changed. -build build.ninja: RERUN_CMAKE | /home/alex/Doculent/EPSI/CLionProjects/Exercices/CMakeLists.txt /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCInformation.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeGenericSystem.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/GNU-C.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/GNU.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/Linux-GNU-C.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/Linux-GNU.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/Linux-Initialize.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/Linux.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.5/CMakeCCompiler.cmake CMakeFiles/3.30.5/CMakeSystem.cmake +build build.ninja: RERUN_CMAKE | /home/alex/Documents/EPSI/CLionProjects/Exercices/CMakeLists.txt /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCCompiler.cmake.in /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCCompilerABI.c /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCInformation.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCompilerIdDetection.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerSupport.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeFindBinUtils.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeGenericSystem.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeParseImplicitIncludeInfo.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeParseImplicitLinkInfo.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeParseLibraryArchitecture.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeSystem.cmake.in /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeTestCompilerCommon.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/ADSP-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/ARMCC-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/ARMClang-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/AppleClang-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Borland-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Cray-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/CrayClang-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/GHS-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/GNU-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/GNU-C.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/GNU-FindBinUtils.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/GNU.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/HP-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/IAR-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Intel-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/LCC-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/MSVC-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/NVHPC-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/OrangeC-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/PGI-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/PathScale-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/SCO-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/TI-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/TIClang-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Tasking-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Watcom-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/XL-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/zOS-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Internal/CMakeDetermineLinkerId.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Internal/FeatureTesting.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/Linux-GNU-C.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/Linux-GNU.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/Linux-Initialize.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/Linux.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.5/CMakeCCompiler.cmake CMakeFiles/3.30.5/CMakeSystem.cmake pool = console ############################################# # A missing CMake input file is not an error. -build /home/alex/Doculent/EPSI/CLionProjects/Exercices/CMakeLists.txt /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCInformation.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeGenericSystem.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/GNU-C.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/GNU.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/Linux-GNU-C.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/Linux-GNU.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/Linux-Initialize.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/Linux.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.5/CMakeCCompiler.cmake CMakeFiles/3.30.5/CMakeSystem.cmake: phony +build /home/alex/Documents/EPSI/CLionProjects/Exercices/CMakeLists.txt /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCCompiler.cmake.in /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCCompilerABI.c /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCInformation.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeCompilerIdDetection.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerSupport.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeFindBinUtils.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeGenericSystem.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeParseImplicitIncludeInfo.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeParseImplicitLinkInfo.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeParseLibraryArchitecture.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeSystem.cmake.in /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/CMakeTestCompilerCommon.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/ADSP-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/ARMCC-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/ARMClang-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/AppleClang-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Borland-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Cray-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/CrayClang-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/GHS-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/GNU-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/GNU-C.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/GNU-FindBinUtils.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/GNU.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/HP-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/IAR-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Intel-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/LCC-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/MSVC-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/NVHPC-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/OrangeC-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/PGI-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/PathScale-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/SCO-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/TI-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/TIClang-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Tasking-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/Watcom-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/XL-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Compiler/zOS-C-DetermineCompiler.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Internal/CMakeDetermineLinkerId.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Internal/FeatureTesting.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/Linux-GNU-C.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/Linux-GNU.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/Linux-Initialize.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/Linux.cmake /home/alex/Documents/EPSI/clion-2024.3.3/bin/cmake/linux/aarch64/share/cmake-3.30/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.5/CMakeCCompiler.cmake CMakeFiles/3.30.5/CMakeSystem.cmake: phony ############################################# diff --git a/cmake-build-debug/cmake_install.cmake b/cmake-build-debug/cmake_install.cmake index 7d7b775..be0028b 100644 --- a/cmake-build-debug/cmake_install.cmake +++ b/cmake-build-debug/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/alex/Doculent/EPSI/CLionProjects/Exercices +# Install script for directory: /home/alex/Documents/EPSI/CLionProjects/Exercices # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) @@ -57,6 +57,6 @@ endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") - file(WRITE "/home/alex/Doculent/EPSI/CLionProjects/Exercices/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}" + file(WRITE "/home/alex/Documents/EPSI/CLionProjects/Exercices/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/main.c b/main.c index 8ecfbed..c9c2e85 100644 --- a/main.c +++ b/main.c @@ -8,14 +8,14 @@ const int size=8; int *alloc_tab(){ int *tab=NULL; tab=malloc(sizeof(int)*size); - tab[0]=4; + tab[0]=1; tab[1]=2; - tab[2]=5; + tab[2]=4; tab[3]=5; - tab[4]=5; - tab[5]=20; - tab[6]=910; - tab[7]=91; + tab[4]=6; + tab[5]=7; + tab[6]=9; + tab[7]=10; return tab; } @@ -26,24 +26,28 @@ bool dict_sort(int tab[], int cible) { int pivot; bool trouve=false; - while (trouve==false and pointer<=intervale) { + while (pointer<=intervale && trouve==false) { + printf("Pointer: %d, Intervalle: %d, Pivot: %d \n ",pointer , intervale, pivot); pivot = (pointer+intervale)/2; - if (tab[pivot]> - } - - - for (int i=0; i < size; i++) { - if (tab[i] == cible) { - printf("La cible se trouve dans le tableau\n"); - occurence++; + if (tab[pivot]==cible) { + trouve=true; } else { - printf("La cible ne se trouve pas dans le tableau\n"); + if (cible