We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bcac24 commit 9778552Copy full SHA for 9778552
1 file changed
test-app/Makefile
@@ -105,9 +105,6 @@ OBJCOPY_FLAGS+=--gap-fill $(FILL_BYTE)
105
OBJCOPY_IMAGE_FLAGS?=
106
107
ifeq ($(USE_CLANG),1)
108
- # Clang doesn't emit empty .data/.bss sections in object files (GCC does).
109
- # GNU ld mishandles AT() for output sections with no matching input sections,
110
- # setting LMA=VMA instead of the specified flash address.
111
APP_OBJS+=clang_sections.o
112
endif
113
0 commit comments