[Bug] thread->current_priority tlist 编译不过,加RT_USING_HOOK keill编译不过 · Issue #9990 · RT-Thread/rt-thread · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
packages/SystemView-latest/SystemView_Src/Config/SEGGER_SYSVIEW_RTThread.c(87): error: no member named 'current_priority' in 'struct rt_thread'
thread->current_priority
=>RT_SCHED_PRIV(thread).current_priority
Uh oh!
There was an error while loading. Please reload this page.
RT-Thread Version
master
Hardware Type/Architectures
STM32L4,KEIL
Develop Toolchain
MDK Keil
Describe the bug
加载systemview软件包的时候,编译,出现current_priority 和tlist编译不过的情况
rt_list_entry(node, struct rt_thread, tlist);
=>RT_THREAD_LIST_NODE_ENTRY(node);
packages/SystemView-latest/SystemView_Src/Config/SEGGER_SYSVIEW_RTThread.c(87): error: no member named 'current_priority' in 'struct rt_thread'
thread->current_priority
=>RT_SCHED_PRIV(thread).current_priority
RT_USING_HOOK
keil AC6下面thread.c要加-std=gnu99
Other additional context
No response
The text was updated successfully, but these errors were encountered: