This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:TI C/C++编译器
大家好、
为了验证我们在项目中定义的堆栈大小、我想使用函数 TSK_stat:
void TSK_stat (TSK_Handle 任务、TSK_Stat * statbuf);
添加"#include 之后 "、我得到以下编译器错误:
标识符"ARG"未定义。
在 tsk.h 中、我确实看到了"ARG"的用法:
typedef 结构 TSK_胶 合{
fxn fxn;/* TSK 任务函数*
ARG args[TSK_MAXARGS];
内部错误号;
} TSK_胶 合;
我错过了哪些内容?
谢谢、
Alex。
您好 Todd、
我尝试了以下操作、但没有帮助:
#include
它是否相同? 如果没有、我可以在哪里找到 是什么?
抱歉。 我认为您使用的是名为 DSP/BIOS 的旧 RTOS、而不是 SYS/BIOS 中对它的传统支持。