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 2019/12/30 10:00:09 UTC

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #2: fix builtin_list.c:58:10: fatal error: builtin_proto.h: No such file …

xiaoxiang781216 opened a new pull request #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
 
 
   …or directory
   
   Make builtin_list.c instead of builtin_list.o depend on builtin_proto.h and builtin_proto.c
   
   Change-Id: I1ac6c9b7172d433f5d74c9dd248869adf1f5e387
   Signed-off-by: Xiang Xiao <xi...@xiaomi.com>

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

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

Posted by GitBox <gi...@apache.org>.
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

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

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 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-570019713
 
 
   @masayuki2009 try this PR:
   https://github.com/apache/incubator-nuttx-apps/pull/3
   I can build lc823450-xgevk:ipl2 without error with this patch.

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

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

Posted by GitBox <gi...@apache.org>.
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-570024309
 
 
   > @masayuki2009 try this PR:
   > #3
   > I can build lc823450-xgevk:ipl2 without error with this patch.
   
   @xiaoxiang781216 Thanks, the patch fixed the build error.

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

[GitHub] [incubator-nuttx-apps] patacongo merged pull request #2: fix builtin_list.c:58:10: fatal error: builtin_proto.h: No such file …

Posted by GitBox <gi...@apache.org>.
patacongo merged pull request #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
 
 
   

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

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

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 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-570017440
 
 
   I will take a look at this afternoon.

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

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

Posted by GitBox <gi...@apache.org>.
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-570018779
 
 
   > I will take a look at this afternoon.
   
   @xiaoxiang781216 Thanks!

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