You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/12/09 07:13:10 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4962: [KALLSYMS] libc/allsyms: Load all symbols for debugging

xiaoxiang781216 commented on a change in pull request #4962:
URL: https://github.com/apache/incubator-nuttx/pull/4962#discussion_r765484464



##########
File path: arch/arm/src/Makefile
##########
@@ -156,6 +156,21 @@ nuttx$(EXEEXT): $(HEAD_OBJ) board$(DELIM)libboard$(LIBEXT)
 	$(Q) $(LD) --entry=__start $(LDFLAGS) $(LIBPATHS) $(EXTRA_LIBPATHS) \
 		-o $(NUTTX) $(HEAD_OBJ) $(EXTRA_OBJS) \
 		$(LDSTARTGROUP) $(LDLIBS) $(EXTRA_LIBS) $(LDENDGROUP)
+ifeq ($(CONFIG_ALLSYMS),y)

Review comment:
       what's about other arch at least rsicv and xtensa?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org