TI中文支持网
TI专业的中文技术问题搜集分享网站

DSP c6416定义了一个结构体 编译报错 那位大神帮看看 谢谢了

struct rownode
{int rownum,colnum;
double q;
struct rownode * rownext;
};

struct colnode
{
int rownum,colnum;
double r;
struct colnode * colnext;

};

Description Resource Path Location Type
#19 extra text after expected end of number ldpc.c /ds line 11, external location: C:\ti\ccsv5\tools\compiler\c6000_7.4.2\include\hanshu.h C/C++ Problem

Shine:

按照struct colnode的写法试试,struct rownode{int rownum,colnum;double q;struct rownode * rownext;};

chenming li:

回复 Shine:

还是不行,错误提示还是这个 extra text after expected end of number

赞(0)
未经允许不得转载:TI中文支持网 » DSP c6416定义了一个结构体 编译报错 那位大神帮看看 谢谢了
分享到: 更多 (0)