|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
利用S-Function编写了一个矩阵交织算法,想把该S-Function模型DSP目标代码生成,结果出错。错误提示如下:
---------------------- MatIntlevDspSuc.pjt - Custom_MW ----------------------
[MatIntlevDspSuc_main.c] "C:\CCStudio_V3.1\c6000\cgtools\bin\cl6x" -g -fr"C:/MATLAB/work/MatIntlevDspSuc_c6000_rtw/Custom_MW" -
i"C:/MATLAB/simulink/include" -d"OVERRUN_ACTION=2" -d"MODEL=MatInlevDspSuc" -d"RT" -d"NUMST=1" -d"TI01EQ=0" -d"NCSTATES=0" -d"USE_RTMODEL" -d"ERT_CORE" -
d"HAVESTDIO=0" -d"MWDSP_INLINE_DSPRTLIB" -d"MT=0" -d"CHIP_6416" -mv6400 -@"Custom_MW.lkf" "MatIntlevDspSuc_main.c"
"MatIntlevDspSuc_main.c", line 37: error: identifier "MatInlevDspSuc_rtModel" is undefined
"MatIntlevDspSuc_main.c", line 57: error: identifier "MatInlevDspSuc_rtModel" is undefined
2 errors detected in the compilation of "MatIntlevDspSuc_main.c".
>> Compilation failure
Build Complete,
2 Errors, 0 Warnings, 0 Remarks.
现在有两个疑问,一个是利用S-Function实现的模块是否可以成功的DSP目标代码生成,也就是其可行性的问题。另一个是如果可以实现的话,以上的错误应该如何改正?
恳请达人指点迷津,在下感激不尽! |
|