]> granicus.if.org Git - esp-idf/commitdiff
link bootloader to libgcc (shouldn't be necessary, is necessary...)
authorAngus Gratton <angus@espressif.com>
Fri, 9 Feb 2018 08:09:47 +0000 (16:09 +0800)
committerAngus Gratton <gus@projectgus.com>
Sun, 29 Apr 2018 23:59:20 +0000 (09:59 +1000)
components/bootloader/subproject/CMakeLists.txt

index f3cc23ac13b5c005cf79b75ba134c5da742e401c..ae24d8ceeb7a0060bce83d4265d94dc8e84f2c72 100644 (file)
@@ -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)
+