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:39:41 UTC

[GitHub] [incubator-nuttx-apps] anchao opened a new pull request #312: make/import: add incdir into import build

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


   ## Summary
   
   make/import: add incdir into import build 
   
   export build break by commit https://github.com/apache/incubator-nuttx/commit/5555070fc3320d91876391bc24f0a7283d31841c
   
   ## Impact
   
   make export
   
   Depends on: https://github.com/apache/incubator-nuttx/pull/1332
   
   ## 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-apps] anchao commented on pull request #312: make/import: add incdir into import build

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


   > @anchao please add commit message
   
   Done


----------------------------------------------------------------
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-apps] xiaoxiang781216 merged pull request #312: make/import: add incdir into import build

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


   


----------------------------------------------------------------
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-apps] jerpelea commented on pull request #312: make/import: add incdir into import build

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


   @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