Gary-Hobson commented on PR #7076: URL: https://github.com/apache/incubator-nuttx/pull/7076#issuecomment-1304749061
> The problem is caused by the add of these two line: [https://github.com/apache/incubator-nuttx/master/tools/Config.mk](url):L581~L582 `export INCDIR_PREFIX := $(subst "X",,${shell $(INCDIR) "$(CC)" "X"})` `export INCSYSDIR_PREFIX := $(subst "X",,${shell $(INCDIR) -s "$(CC)" "X"})` Thanks, I just verified that it is indeed the reason Analysis of specific reasons: When using clean code, the incdir file does not exist, but config.mk is referenced when executing the command, and incdir is used here, so the above error occurs. -- 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. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org