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/19 10:35:02 UTC

[GitHub] [incubator-nuttx] yamt commented on pull request #7339: sched.h: Simplify HAVE_GROUP_MEMBERS logic

yamt commented on PR #7339:
URL: https://github.com/apache/incubator-nuttx/pull/7339#issuecomment-1283789836

   > > @yamt the linker error need be addressed before merging.
   > 
   > ```
   > ====================================================================================
   > Configuration/Tool: sabre-6quad/netknsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
   > ------------------------------------------------------------------------------------
   >   Cleaning...
   >   Configuring...
   >   Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
   >   Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
   >   Building NuttX...
   >   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
   >                                  Dload  Upload   Total   Spent    Left  Speed
   > 
   >   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
   >   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
   > 
   > 100  496k  100  496k    0     0  4034k      0 --:--:-- --:--:-- --:--:-- 4034k
   > arm-none-eabi-ld: /github/workspace/sources/nuttx/staging/libsched.a(group_killchildren.o): in function `group_kill_children_handler':
   > /github/workspace/sources/nuttx/sched/group/group_killchildren.c:95: undefined reference to `task_delete'
   > make[1]: *** [Makefile:174: nuttx] Error 1
   > make: *** [tools/Unix.mk:509: nuttx] Error 2
   > ```
   
   fixed. thank you.
   


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