lupyuen commented on PR #16030: URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2750646411
Sorry @jlaitine: Could you fix the CI Build Error? Then I'll retest on Avaota-A1 SBC and Oz64 SBC. Thanks :-) https://github.com/apache/nuttx/actions/runs/14053936471/job/39349327053?pr=16030#step:7:113 ```text Configuration/Tool: bl602evb/elf Error: exec_symtab.c:781:42: error: 'nxsem_post_slow' undeclared here (not in a function); did you mean 'nxsem_post_impl'? 781 | { "nxsem_post_slow", (FAR const void *)nxsem_post_slow }, | ^~~~~~~~~~~~~~~ | nxsem_post_impl Error: exec_symtab.c:789:45: error: 'nxsem_trywait_slow' undeclared here (not in a function); did you mean 'nxsem_trywait_impl'? 789 | { "nxsem_trywait_slow", (FAR const void *)nxsem_trywait_slow }, | ^~~~~~~~~~~~~~~~~~ | nxsem_trywait_impl Error: exec_symtab.c:793:42: error: 'nxsem_wait_slow' undeclared here (not in a function); did you mean 'nxsem_wait_impl'? 793 | { "nxsem_wait_slow", (FAR const void *)nxsem_wait_slow }, | ^~~~~~~~~~~~~~~ | nxsem_wait_impl ``` -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org