From 611479e47c8d29751b5a46dddfc370754b48010e Mon Sep 17 00:00:00 2001 From: Artem-Nesterenko2005 <144232708+Artem-Nesterenko2005@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:23:19 +0000 Subject: [PATCH] Fix Makefile, delete LDSCRIPT variable --- examples/c-examples/xtensa-esp32/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/c-examples/xtensa-esp32/Makefile b/examples/c-examples/xtensa-esp32/Makefile index e9b4a62..9eb2cf5 100644 --- a/examples/c-examples/xtensa-esp32/Makefile +++ b/examples/c-examples/xtensa-esp32/Makefile @@ -14,9 +14,6 @@ LD = $(TOOLCHAIN)ld OC = $(TOOLCHAIN)objcopy OS = $(TOOLCHAIN)size -# Linker script location. -LDSCRIPT = ./ld/esp32.ld - # Set C/LD/AS flags. CFLAGS += $(INC) -Wall -Werror -std=gnu11 -nostdlib $(CFLAGS_PLATFORM) $(COPT) # (Allow access to the same memory location w/ different data widths.)