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 2022/11/06 08:24:51 UTC

[GitHub] [incubator-nuttx] zouboan commented on pull request #7076: Remove duplicate calls and optimize compilation speed

zouboan commented on PR #7076:
URL: https://github.com/apache/incubator-nuttx/pull/7076#issuecomment-1304745648

   > I don't think it's related to this commit,I run it without any problems
   > 
   > Your error appears to be an error deleting the file, but the incdir file didn't exist in the first place
   > 
   > You can execute `make -C nuttx/tools -f Makefile.host clean V=1` to see the command executed in detail, or you can verify that deleting a non-existing file will give an error ` rm -f nuttx/tools/incdir`
   > 
   > This is the result of my running:
   > 
   > ```
   > rm -f  jlink-nuttx.so
   > rm -f  jlink-nuttx.dll
   > rm -rf *.dSYM
   > make -C pic32 -f Makefile.host clean
   > make[1]: Entering directory '/home/user/NXOS/nuttx/tools/pic32'
   > make[1]: Leaving directory '/home/user/NXOS/nuttx/tools/pic32'
   > make -C cxd56 -f Makefile.host clean
   > make[1]: Entering directory '/home/user/NXOS/nuttx/tools/cxd56'
   > make[1]: Leaving directory '/home/user/NXOS/nuttx/tools/cxd56'
   > rm -f  incdir
   > rm -f  incdir.exe
   > rm -f *.o *.a *~ .*.swp   
   > make: Leaving directory '/home/user/NXOS/nuttx/tools'
   > ```
   
   The problem is caused by the add of these two line:
   https://github.com/Gary-Hobson/incubator-nuttx/blob/6f34269739a5b030f29bf2f448765060d336a503/tools/Config.mk:L581~L582


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org