You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/01/01 03:06:24 UTC

[GitHub] [incubator-nuttx-apps] masayuki2009 commented on issue #2: fix builtin_list.c:58:10: fatal error: builtin_proto.h: No such file …

masayuki2009 commented on issue #2: fix builtin_list.c:58:10: fatal error: builtin_proto.h: No such file …
URL: https://github.com/apache/incubator-nuttx-apps/pull/2#issuecomment-570016581
 
 
   Hello @xiaoxiang781216 , 
   
   I noticed that this PR caused a build error for lc823450-xgevk:ipl2 configuration. 
   Actually the configuration was slightly different from others (e.g. nsh is not used) but there was no error before merging this PR. 
   
   ```
   make[2]: Entering directory '/home/ishikawa/opensource/RTOS/nuttx/apps/builtin'
   make -C registry .updated TOPDIR="/home/ishikawa/opensource/RTOS/nuttx/nuttx" APPDIR="/home/ishikawa/opensource/RTOS/nuttx/apps"
   make[3]: Entering directory '/home/ishikawa/opensource/RTOS/nuttx/apps/builtin/registry'
   make[3]: *** No rule to make target '.updated'.  Stop.
   make[3]: Leaving directory '/home/ishikawa/opensource/RTOS/nuttx/apps/builtin/registry'
   Makefile:48: recipe for target 'registry/.updated' failed
   make[2]: *** [registry/.updated] Error 2
   make[2]: Leaving directory '/home/ishikawa/opensource/RTOS/nuttx/apps/builtin'
   ```
   

----------------------------------------------------------------
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


With regards,
Apache Git Services