From 080e53a9082e9d5bc75c3e84f84ffdc6cf1985d6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 7 Sep 2014 10:45:41 -0600 Subject: libapps.a needs to be added to the list of libraries to link against. --- apps/import/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/import') diff --git a/apps/import/Make.defs b/apps/import/Make.defs index 6817e63dd..056d9b7fe 100644 --- a/apps/import/Make.defs +++ b/apps/import/Make.defs @@ -189,7 +189,7 @@ else LDLIBPATH = -L $(APPDIR) -L $(TOPDIR)$(DELIM)libs endif -LDLIBS = -lnuttx +LDLIBS = -lapps -lnuttx # Try to get the path to libgcc.a. Of course, this only works for GCC # toolchains. -- cgit v1.2.3