[EGD-7774] Fix compile on ARM GCC11 Fix compile on ARM GCC11 Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
4 files changed, 14 insertions(+), 2 deletions(-) M module-bsp/board/rt1051/common/audio.hpp M module-bsp/board/rt1051/common/board.cpp M third-party/littlefs/CMakeLists.txt M third-party/tinyexpr/CMakeLists.txt
M module-bsp/board/rt1051/common/audio.hpp => module-bsp/board/rt1051/common/audio.hpp +1 -0
M module-bsp/board/rt1051/common/board.cpp => module-bsp/board/rt1051/common/board.cpp +1 -1
@@ 20,7 20,7 @@ extern "C" #include <cstdint> extern std::uint8_t __sdram_cached_start[]; extern std::uint32_t __sdram_cached_start[]; namespace bsp {
M third-party/littlefs/CMakeLists.txt => third-party/littlefs/CMakeLists.txt +6 -1
@@ 19,10 19,15 @@ target_sources(littlefs ) target_compile_definitions(littlefs PUBLIC PUBLIC LFS_THREADSAFE ) target_compile_options( littlefs PRIVATE -Wno-array-bounds ) target_include_directories(littlefs PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src>
M third-party/tinyexpr/CMakeLists.txt => third-party/tinyexpr/CMakeLists.txt +6 -0