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.

关于arm 调用dsp的问题,应该怎么编译?



我们现在在用8168的板子,想做一个视频处理的项目,算法在algosd_osdprocessframe中,代码用dvr_rdk2.0给的mcfw的demo改的,但是编译的时候没有反应,后来说是要先编译bios6再编译linux,想问一下,是不是执行make -s dvr_rdk_bios6  之后再执行make -s dvr_rdk_linux就能成功调用到上面那个函数的算法?

但是我试过不行,没有反应。。。这一套流程是否正确,执行make -s dvr_rdk_bios6之后生成了什么文件 具体在什么地方?跪谢。。