liuguo09 commented on issue #83: Avoid calling ARCHIVE in multiple places URL: https://github.com/apache/incubator-nuttx-apps/pull/83#issuecomment-589716833 It seems this change result in build break as below. APPOBJS seems not right. make[2]: Leaving directory '/home/haitao/code/apache/apps/platform' arm-none-eabi-ar rcs /home/haitao/code/apache/apps/libapps.a make[1]: Entering directory '/home/haitao/code/apache/apps' make[2]: Entering directory '/home/haitao/code/apache/apps/nshlib' /home/haitao/code/apache/apps/nshlib/nsh_init.home.haitao.code.apache.apps.nshlib.o /home/haitao/code/apache/apps/nshlib/nsh_parse.home.haitao.code.apache.apps.nshlib.o /home/haitao/code/apache/apps/nshlib/nsh_console.home.haitao.code.apache.apps.nshlib.o /home/haitao/code/apache/apps/nshlib/nsh_script.home.haitao.code.apache.apps.nshlib.o /home/haitao/code/apache/apps/nshlib/nsh_system.home.haitao.code.apache.apps.nshlib.o /home/haitao/code/apache/apps/nshlib/nsh_command.home.haitao.code.apache.apps.nshlib.o /home/haitao/code/apache/apps/nshlib/nsh_fscmds.home.haitao.code.apache.apps.nshlib.o /home/haitao/code/apache/apps/nshlib/nsh_ddcmd.home.haitao.code.apache.apps.nshlib.o /home/haitao/code/apache/apps/nshlib/nsh_proccmds.home.haitao.code.apache.apps.nshlib.o /home/haitao/code/apache/apps/nshlib/nsh_mmcmds.home.haitao.code.apache.apps.nshlib.o /home/haitao/code/apache/apps/nshlib/nsh_timcmds.home.haitao.code.apache.apps.nshlib.o /home/haitao/code/apache/apps/nshlib/nsh_envcmds.home.haitao.code.apache.apps.nshlib.o /home/haitao/code/apache/apps/nshlib/nsh_syscmds.home.haitao.code.apache.apps.nshlib.o /home/haitao/code/apache/apps/nshlib/nsh_dbgcmds.home.haitao.code.apache.apps.nshlib.o /home/haitao/code/apache/apps/nshlib/nsh_session.home.haitao.code.apache.apps.nshlib.o /home/haitao/code/apache/apps/nshlib/nsh_fsutils.home.haitao.code.apache.apps.nshlib.o /home/haitao/code/apache/apps/nshlib/nsh_builtin.home.haitao.code.apache.apps.nshlib.o /home/haitao/code/apache/apps/nshlib/nsh_mntcmds.home.haitao.code.apache.apps.nshlib.o /home/haitao/code/apache/apps/nshlib/nsh_consolemain.home.haitao.code.apache.apps.nshlib.o /home/haitao/code/apache/apps/nshlib/nsh_test.home.haitao.code.apache.apps.nshlib.o make[2]: Leaving directory '/home/haitao/code/apache/apps/nshlib' make[2]: Entering directory '/home/haitao/code/apache/apps/builtin' /home/haitao/code/apache/apps/builtin/builtin_list.home.haitao.code.apache.apps.builtin.o /home/haitao/code/apache/apps/builtin/exec_builtin.home.haitao.code.apache.apps.builtin.o make[2]: Leaving directory '/home/haitao/code/apache/apps/builtin' make[2]: Entering directory '/home/haitao/code/apache/apps/system/readline' /home/haitao/code/apache/apps/system/readline/readline.home.haitao.code.apache.apps.system.readline.o /home/haitao/code/apache/apps/system/readline/readline_common.home.haitao.code.apache.apps.system.readline.o make[2]: Leaving directory '/home/haitao/code/apache/apps/system/readline' make[2]: Entering directory '/home/haitao/code/apache/apps/system/nsh' /home/haitao/code/apache/apps/system/nsh/nsh_main.home.haitao.code.apache.apps.system.nsh.o make[2]: Leaving directory '/home/haitao/code/apache/apps/system/nsh' make[2]: Entering directory '/home/haitao/code/apache/apps/platform' /home/haitao/code/apache/apps/platform/gnu_cxxinitialize.home.haitao.code.apache.apps.platform.o /home/haitao/code/apache/apps/platform/dummy.home.haitao.code.apache.apps.platform.o make[2]: Leaving directory '/home/haitao/code/apache/apps/platform' make[1]: Leaving directory '/home/haitao/code/apache/apps' arm-none-eabi-ar: make[1]:: No such file or directory Makefile:118: recipe for target '/home/haitao/code/apache/apps/libapps.a' failed make[1]: *** [/home/haitao/code/apache/apps/libapps.a] Error 1 make[1]: Leaving directory '/home/haitao/code/apache/apps' tools/LibTargets.mk:198: recipe for target '../apps/libapps.a' failed make: *** [../apps/libapps.a] Error 2
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
