We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0926705 commit c48016fCopy full SHA for c48016f
arch.mk
@@ -1203,7 +1203,7 @@ ifeq ($(TARGET),lpc55s69)
1203
-I$(MCUXPRESSO_CMSIS)/Core/Include
1204
CFLAGS+=-DCPU_$(MCUXPRESSO_CPU)
1205
CFLAGS+=-mcpu=cortex-m33 -DCORTEX_M33 -U__ARM_FEATURE_DSP
1206
- LDFLAGS+=-mcpu=cortex-m33
+ LDFLAGS+=-mcpu=cortex-m33 -Wl,--no-warn-rwx-segments
1207
OBJS+=\
1208
$(MCUXPRESSO_PROJECT_TEMPLATE)/clock_config.o \
1209
$(MCUXPRESSO_DRIVERS)/drivers/fsl_clock.o \
test-app/Makefile
@@ -662,6 +662,7 @@ ifeq ($(TARGET),lpc55s69)
662
ifeq (,$(findstring nosys.specs,$(LDFLAGS)))
663
LDFLAGS+=--specs=nosys.specs
664
endif
665
+ LDFLAGS+=-Wl,--no-warn-rwx-segments
666
667
668
ifeq ($(TARGET),imx_rt)
0 commit comments