Skip to content

Commit

Permalink
Fix Makefile, return esp32.ld file
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem-Nesterenko2005 committed Oct 29, 2024
1 parent 378fcda commit 17a833c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/c-examples/xtensa-esp32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ 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.)
Expand Down

0 comments on commit 17a833c

Please sign in to comment.