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 2022/01/26 01:57:23 UTC

[GitHub] [incubator-nuttx-apps] masayuki2009 commented on a change in pull request #982: Makefile, import/Make.defs: Fix undefined symbols for CONFIG_BUILD_KERNEL=y

masayuki2009 commented on a change in pull request #982:
URL: https://github.com/apache/incubator-nuttx-apps/pull/982#discussion_r792261630



##########
File path: import/Make.defs
##########
@@ -74,6 +74,12 @@ else
   LDLIBPATH = -L $(TOPDIR)$(DELIM)libs
 endif
 
+# Link with user libraries
+
+ifeq ($(CONFIG_BUILD_KERNEL),y)
+LDLIBS = -lapps -lxx -lmm -lc -lm -lproxies

Review comment:
       done
   




-- 
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