jasonbu commented on PR #15425: URL: https://github.com/apache/nuttx/pull/15425#issuecomment-2574394223
> Sorry @jasonbu could you check if the PR above is causing this `up_getusrsp` build error? Thanks :-) https://github.com/NuttX/nuttx/actions/runs/12637024742/job/35210486919#step:7:266 > > ``` > Configuration/Tool: c5471evm/httpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI > misc/assert.c: In function 'dump_running_task': > Error: misc/assert.c:659:21: error: implicit declaration of function 'up_getusrsp'; did you mean 'up_getusrpc'? [-Werror=implicit-function-declaration] > 659 | dump_stacks(rtcb, up_getusrsp(regs)); > | ^~~~~~~~~~~ > | up_getusrpc > ``` > > More errors at nuttx-dashboard.org  watching, can re-produce in my environment, looks like the ARCH_CHIP_C5471 missing some header. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
