xiaoxiang781216 commented on PR #17998:
URL: https://github.com/apache/nuttx/pull/17998#issuecomment-3766512528
@hujun260 please fix:
```
common/arm64_initialstate.c: In function 'arm64_new_task':
Error: common/arm64_initialstate.c:66:55: error: 'ARCH_KERNEL_STACKSIZE'
undeclared (first use in this function); did you mean
'CONFIG_ARCH_KERNEL_STACKSIZE'?
66 | stack_ptr = (uintptr_t)tcb->xcp.kstack +
ARCH_KERNEL_STACKSIZE;
|
^~~~~~~~~~~~~~~~~~~~~
|
CONFIG_ARCH_KERNEL_STACKSIZE
common/arm64_initialstate.c:66:55: note: each undeclared identifier is
reported only once for each function it appears in
make[1]: *** [Makefile:143: arm64_initialstate.o] Error 1
common/arm64_addrenv_kstack.c: In function 'up_addrenv_kstackalloc':
Error: common/arm64_addrenv_kstack.c:69:51: error: 'ARCH_KERNEL_STACKSIZE'
undeclared (first use in this function); did you mean
'CONFIG_ARCH_KERNEL_STACKSIZE'?
69 | tcb->xcp.kstack = kmm_memalign(STACK_ALIGNMENT,
ARCH_KERNEL_STACKSIZE);
|
^~~~~~~~~~~~~~~~~~~~~
|
CONFIG_ARCH_KERNEL_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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]