RT-Thread-packages / SEGGER_SystemView

SEGGER SystemView
10 stars 9 forks source link

SEGGER_SYSVIEW_RTThread.c(308): error: #20: identifier "inited_node" is undefined #8

Open dujunqiu opened 4 hours ago

dujunqiu commented 4 hours ago

最新版代码配合5.2.0版本rt-thread源码,编译报错了

dujunqiu commented 4 hours ago

rtconfig.h里面增加定义

define RT_USING_HOOK

define RT_HOOK_USING_FUNC_PTR

define RT_USING_HOOKLIST

define RT_USING_IDLE_HOOK

define RT_IDLE_HOOK_LIST_SIZE 4

或 menuconfig里面配置 kernel --> Enable hook list