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/10/31 09:14:54 UTC

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7485: sched/spawn: Rename task_spawnattr_[get|set]stack[size|addr] to posix_spawnattr_[get|set]stack[size|addr]

masayuki2009 commented on PR #7485:
URL: https://github.com/apache/incubator-nuttx/pull/7485#issuecomment-1296806274

   @xiaoxiang781216 
   I tried to build `sabre-quead:knsh_smp`, and the following error happened.
   
   ```
   CC:  spawn/lib_psa_init.c
   spawn/lib_psa_init.c: In function 'posix_spawnattr_init':
   spawn/lib_psa_init.c:103:31: error: 'CONFIG_TASK_SPAWN_DEFAULT_STACKSIZE' undeclared (first use in this function); did you mean 'CONFIG_POSIX_SPAWN_DEFAULT_STACKSIZE'?
     103 |   attr->stacksize           = CONFIG_TASK_SPAWN_DEFAULT_STACKSIZE;
         |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         |                               CONFIG_POSIX_SPAWN_DEFAULT_STACKSIZE
   ```


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