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/06/01 03:15:58 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #3698: sched/task: Simplify the syscall handling of task_spawn

xiaoxiang781216 commented on pull request #3698:
URL: https://github.com/apache/incubator-nuttx/pull/3698#issuecomment-851774842


   > @xiaoxiang781216
   > Hmm, sim-02 and macOS still fail.
   > 
   > ```
   > 
   > ====================================================================================
   > Configuration/Tool: sim/vpnkit
   > ------------------------------------------------------------------------------------
   >   Cleaning...
   >   Configuring...
   >   Building NuttX...
   > exec_builtin.c: In function 'exec_builtin':
   > Error: exec_builtin.c:195:24: error: passing argument 1 of 'task_spawn' from incompatible pointer type [-Werror=incompatible-pointer-types]
   >   195 |       ret = task_spawn(&pid, builtin->name, builtin->main, &file_actions,
   >       |                        ^~~~
   >       |                        |
   >       |                        pid_t * {aka short int *}
   > In file included from exec_builtin.c:49:
   > ```
   
   @masayuki2009 this error happen inside apps folder. Both this PR and https://github.com/apache/incubator-nuttx-apps/pull/710 need work together.


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