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 2020/06/30 03:38:30 UTC

[GitHub] [incubator-nuttx] anchao opened a new pull request #1332: make/export: copy incdir.c for export build

anchao opened a new pull request #1332:
URL: https://github.com/apache/incubator-nuttx/pull/1332


   ## Summary
   
   make/export: copy incdir.c for export build
   
   export build break by commit 5555070fc3320d91876391bc24f0a7283d31841c
   
   ## Impact
   
   make export
   
   ## Testing
   
   Before patch:
   
   ```
   $ cd $(NUTTX_DIR)
   $ ./tools/configure.sh stm32f429i-disco:nsh
   $ make export -j12
   
   $ cd $(APPS_DIR)
   $ ./tools/mkimport.sh -x $(NUTTX_DIR)/nuttx-export-9.1.0.zip
   $ make import -j12
   ...
   /bin/sh: 1: /home/archer/code/apps/import/tools/incdir: not found
   /bin/sh: 1: /home/archer/code/apps/import/tools/incdir: not found
   /bin/sh: 1: /home/archer/code/apps/import/tools/incdir: not found
   /bin/sh: 1: /home/archer/code/apps/import/tools/incdir: not found
   /bin/sh: 1: /home/archer/code/apps/import/tools/incdir: not found
   /bin/sh: 1: /home/archer/code/apps/import/tools/incdir: not found
   /bin/sh: 1: /home/archer/code/apps/import/tools/incdir: not found
   ```
   After patch:
   
   ```
   $ cd $(NUTTX_DIR)
   $ ./tools/configure.sh stm32f429i-disco:nsh
   $ make export -j12
   
   $ cd $(APPS_DIR)
   $ ./tools/mkimport.sh -x $(NUTTX_DIR)/nuttx-export-9.1.0.zip
   $ make import -j12
   ...
   LD: nuttx
   make[1]: Leaving directory '/home/archer/code/apps/import'
   ```
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-nuttx] jerpelea commented on pull request #1332: make/export: copy incdir.c for export build

Posted by GitBox <gi...@apache.org>.
jerpelea commented on pull request #1332:
URL: https://github.com/apache/incubator-nuttx/pull/1332#issuecomment-651573734


   @anchao please add commit message


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-nuttx] anchao commented on pull request #1332: make/export: copy incdir.c for export build

Posted by GitBox <gi...@apache.org>.
anchao commented on pull request #1332:
URL: https://github.com/apache/incubator-nuttx/pull/1332#issuecomment-651637955


   > @anchao please add commit message
   
   This PR already contains the commit body, could you please review it again? just a simple correction.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-nuttx] jerpelea merged pull request #1332: make/export: copy incdir.c for export build

Posted by GitBox <gi...@apache.org>.
jerpelea merged pull request #1332:
URL: https://github.com/apache/incubator-nuttx/pull/1332


   


----------------------------------------------------------------
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:
users@infra.apache.org