diff --git a/configs/sama5d4-ek/README.txt b/configs/sama5d4-ek/README.txt index 444d4797a31..745b6a4ca8b 100644 --- a/configs/sama5d4-ek/README.txt +++ b/configs/sama5d4-ek/README.txt @@ -4153,7 +4153,7 @@ Configurations A. Build with no symbol table $ cd nuttx : Go to the NuttX build directory - $ tools/configure.sh sama5d4-ek/kernel : Establish this configuration + $ tools/configure.sh sama5d4-ek/knsh : Establish this configuration $ export PATH=???:$PATH : Set up the PATH variable $ make : Build the kerne with a dummy ROMFS image : This should create the nuttx ELF @@ -4173,7 +4173,7 @@ Configurations D. Create the symbol table from the apps/bin/content and copy back to NuttX $ make symtab : Create the symbol table - $ ar rcs ../nuttx/binfmt/libbinfmt.a import/symtab.o + $ ar rcs ../nuttx/binfmt/libbinfmt.a exe/symtab_apps.o NOTE: There are many ways to create symbol tables. The above will create the minimal symbol tabled needed. @@ -4201,7 +4201,7 @@ Configurations A. Build with dummy ROMFS file system image and no symbol table - $ tools/configure.sh sama5d4-ek/kernel : Establish this configuration + $ tools/configure.sh sama5d4-ek/knsh : Establish this configuration $ export PATH=???:$PATH : Set up the PATH variable $ touch configs/sama5d4-ek/include/boot_romfsimg.h $ make : Build the kernel with a dummy ROMFS image @@ -4227,7 +4227,7 @@ Configurations E. Create the symbol table from the apps/bin and copy it back to NuttX $ make symtab : Create the symbol table - $ ar rcs ../nuttx/binfmt/libbinfmt.a import/symtab.o + $ ar rcs ../nuttx/binfmt/libbinfmt.a exe/symtab_apps.o NOTE: There are many ways to create symbol tables. The above will create the minimal symbol tabled needed. diff --git a/tools/Makefile.unix b/tools/Makefile.unix index 5eb7fd87727..6868619642a 100644 --- a/tools/Makefile.unix +++ b/tools/Makefile.unix @@ -577,7 +577,8 @@ clean: subdir_clean $(call DELFILE, nuttx.*) $(call DELFILE, *.map) $(call DELFILE, _SAVED_APPS_config) - $(call DELFILE, nuttx-export*) + $(call DELFILE, nuttx-export*.zip) + $(call DELDIR, nuttx-export*) $(call DELFILE, nuttx_user*) $(call DELFILE, .cproject) $(call DELFILE, .project)