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 2021/02/24 12:30:35 UTC

[GitHub] [incubator-nuttx] Donny9 commented on pull request #2905: builtin: execute app whose filename is longer than NAME_MAX

Donny9 commented on pull request #2905:
URL: https://github.com/apache/incubator-nuttx/pull/2905#issuecomment-785042957


   > 
   > 
   > This looks simple enough, but are there any other ramification.
   > 
   > What happens in `ps` and `top`, , bin files etc?
   
   apps/builtin/Makefile will generate builtin_list.h by collecting all builtin app,  and run these builtapp by their PROGNAME. Sometimes the front NAME_MAX character of multiple files is the same, so an error will occurss, this patch will fix this issue.


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