You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/05/22 19:04:29 UTC

[incubator-nuttx-apps] branch master updated: examples/nxflat: fixed an issue with the symbol table creation (#3737#issuecomment-844574935)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f05678  examples/nxflat: fixed an issue with the symbol table creation (#3737#issuecomment-844574935)
5f05678 is described below

commit 5f05678e7d29261ed55a71e937562ca3076ded3f
Author: Alexander Lunev <al...@mail.ru>
AuthorDate: Sat May 22 20:40:52 2021 +0300

    examples/nxflat: fixed an issue with the symbol table creation (#3737#issuecomment-844574935)
---
 examples/nxflat/tests/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/nxflat/tests/Makefile b/examples/nxflat/tests/Makefile
index 7640a5d..28c977f 100644
--- a/examples/nxflat/tests/Makefile
+++ b/examples/nxflat/tests/Makefile
@@ -90,7 +90,7 @@ $(DIRLIST_SRC): install
 # Create the exported symbol table list from the derived *-thunk.S files
 
 $(SYMTAB_SRC): install
-	$(Q) $(APPDIR)/tools/mksymtab.sh $(ROMFS_DIR) g_nxflat >$@.tmp
+	$(Q) $(APPDIR)/tools/mksymtab.sh $(TESTS_DIR) g_nxflat >$@.tmp
 	$(Q) $(call TESTANDREPLACEFILE, $@.tmp, $@)
 
 # Clean each subdirectory