From f573ebe40bb0a05f01bf67b9176a61adb0112235 Mon Sep 17 00:00:00 2001 From: Haolan Date: Thu, 4 Sep 2025 19:13:58 +0800 Subject: [PATCH] fix: xtensa stdio --- targets/esp32.app.elf.ld | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/targets/esp32.app.elf.ld b/targets/esp32.app.elf.ld index 88e6cf26..beab0485 100755 --- a/targets/esp32.app.elf.ld +++ b/targets/esp32.app.elf.ld @@ -5,23 +5,6 @@ ENTRY(_start) SECTIONS { . = SEGMENT_START("iram_seg", 0); - .vectors : - { - _vector_table = ABSOLUTE(.); - KEEP(*(.WindowVectors.text)); - KEEP(*(.Level2InterruptVector.text)); - KEEP(*(.Level3InterruptVector.text)); - KEEP(*(.Level4InterruptVector.text)); - KEEP(*(.Level5InterruptVector.text)); - KEEP(*(.DebugExceptionVector.text)); - KEEP(*(.NMIExceptionVector.text)); - KEEP(*(.KernelExceptionVector.text)); - KEEP(*(.UserExceptionVector.text)); - KEEP(*(.DoubleExceptionVector.text)); - KEEP(*(.ResetVector.text)); - *(.*Vector.literal) - . = ALIGN (16); - } > iram_seg text : {