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.

关于DM642 和CCS3.3的问题

Other Parts Discussed in Thread: CCSTUDIO

vportcap.c", line 710: error: identifier "_VP_VCBCTL_RDFE_SHIFT" is undefined
"vportcap.c", line 710: error: identifier "_VP_VCBCTL_RDFE_MASK" is undefined
"vportcap.c", line 710: error: identifier "fldd" is undefined
"vportcap.c", line 710: error: identifier "_VP_VCBCTL_FLDD_SHIFT" is undefined
"vportcap.c", line 710: error: identifier "_VP_VCBCTL_FLDD_MASK" is undefined

这个错误指向 vcCtl = VP_VCBCTL_RMK(0,1,params->fldInv,
                    params->vCtRst,
                 params->hCtRst, 0, params->bpk10Bit, 0, 0,
                 params->resmpl,params->scale,1,
                 ((params->fldOp & 4) >> 2),
                 ((params->fldOp & 2) >> 1),
                 (params->fldOp & 1),
                 params->cmode);

这个函数的定义在哪里,我自己认识VP_VCBCTL_RMK 与VP_VCACTL_RMK 的参数一样的,但是我复制过来错误没有得到解决,我的问题是

1.哪里可以查到这VP_VCBCTL_RMK 这个函数的定义

2.上面的几个错误怎么修改

链接的时候出现下面的错误:

[Linking...] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -@"Debug.lkf"
<Linking>
>> 057483:   error: system error, can't open file
                    'D:\\vmd642_video_2in_1out_ddk\\lib\\vport.l64' for input:
                    No such file or directory

>> Compilation failure

我在别的程序里面下的vport.164 复制到'D:\\vmd642_video_2in_1out_ddk\\lib\\vport.l64' 文件夹下面时,再次build  还是出现这样的问题

3。我想问一下 我这个问题应该怎么解决

 

vmd642_video_2in_1out_ddk.rar