mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 05:34:32 +02:00
Merge branch 'bugfix/highint_hdl_link_gnumake' into 'master'
esp_system: fix high level interrupt handler not linked for GNU Make Closes IDFGH-5728 and IDFGH-6078 See merge request espressif/esp-idf!15615
This commit is contained in:
@@ -39,10 +39,10 @@ sections_ld := $(COMPONENT_BUILD_DIR)/ld/sections.ld
|
|||||||
#specifies its own scripts.
|
#specifies its own scripts.
|
||||||
LINKER_SCRIPTS += $(ld_output) $(sections_ld)
|
LINKER_SCRIPTS += $(ld_output) $(sections_ld)
|
||||||
|
|
||||||
#ld_include_panic_highint_hdl is added as an undefined symbol because otherwise the
|
#ld_include_highint_hdl is added as an undefined symbol because otherwise the
|
||||||
#linker will ignore panic_highint_hdl.S as it has no other files depending on any
|
#linker will ignore highint_hdl.S as it has no other files depending on any
|
||||||
#symbols in it.
|
#symbols in it.
|
||||||
COMPONENT_ADD_LDFLAGS += -u ld_include_panic_highint_hdl \
|
COMPONENT_ADD_LDFLAGS += -u ld_include_highint_hdl \
|
||||||
$(addprefix -T ,$(LINKER_SCRIPTS)) \
|
$(addprefix -T ,$(LINKER_SCRIPTS)) \
|
||||||
|
|
||||||
# Preprocess memory.ld.in linker script into memory.ld
|
# Preprocess memory.ld.in linker script into memory.ld
|
||||||
|
Reference in New Issue
Block a user