From: Angus Gratton Date: Fri, 9 Feb 2018 08:09:47 +0000 (+0800) Subject: link bootloader to libgcc (shouldn't be necessary, is necessary...) X-Git-Tag: v3.1-rc2~9^2~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e94db98e739d247793a9bdc7e69d6d54bd23adb0;p=esp-idf link bootloader to libgcc (shouldn't be necessary, is necessary...) --- diff --git a/components/bootloader/subproject/CMakeLists.txt b/components/bootloader/subproject/CMakeLists.txt index f3cc23ac13..ae24d8ceeb 100644 --- a/components/bootloader/subproject/CMakeLists.txt +++ b/components/bootloader/subproject/CMakeLists.txt @@ -20,3 +20,5 @@ target_link_libraries(bootloader.elf "-L ${CMAKE_CURRENT_SOURCE_DIR}/main") target_link_libraries(bootloader.elf "-T esp32.bootloader.ld") target_link_libraries(bootloader.elf "-T esp32.bootloader.rom.ld") target_link_libraries(bootloader.elf "${BOOTLOADER_LINKER_ARGS}") +target_link_libraries(bootloader.elf gcc) +