We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e50466c commit 9376718Copy full SHA for 9376718
2 files changed
arch.mk
@@ -1132,7 +1132,7 @@ ifeq ($(TARGET),lpc55s69)
1132
-I$(MCUXPRESSO_CMSIS)/Core/Include
1133
CFLAGS+=-DCPU_$(MCUXPRESSO_CPU)
1134
CFLAGS+=-mcpu=cortex-m33 -DCORTEX_M33 -U__ARM_FEATURE_DSP
1135
- LDFLAGS+=-mcpu=cortex-m33
+ LDFLAGS+=-mcpu=cortex-m33 -Wl,--no-warn-rwx-segments
1136
OBJS+=\
1137
$(MCUXPRESSO_PROJECT_TEMPLATE)/clock_config.o \
1138
$(MCUXPRESSO_DRIVERS)/drivers/fsl_clock.o \
test-app/Makefile
@@ -585,6 +585,7 @@ ifeq ($(TARGET),lpc55s69)
585
ifeq (,$(findstring nosys.specs,$(LDFLAGS)))
586
LDFLAGS+=--specs=nosys.specs
587
endif
588
+ LDFLAGS+=-Wl,--no-warn-rwx-segments
589
590
591
ifeq ($(TARGET),imx_rt)
0 commit comments