mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
link bootloader to libgcc (shouldn't be necessary, is necessary...)
This commit is contained in:

committed by
Angus Gratton

parent
efb5928934
commit
e94db98e73
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user