我下了dm365 aac codec,修改参数,编译也通过。
但是在dm368上运行时,报如下错误:
# ./aaclc_enc_app.x470MV
CMEM Error: init: major version mismatch between interface and driver.
CMEM Error: needs driver version 0x3000000, got 0x2300000
-ifile:27.wav -ofile:27_128_tns.aac -br:128000 -tns:1 -adts:1 -aac_only:1
Stream bit rate = 128 kbps
CEapp-> Engine Opened: aaclc_enc_engine
CEapp-> ERROR: can't open codec aaclc_enc
Error in initialisation-ifile:27.wav -ofile:27_128_without_tns.aac -br:128000 -tns:0 -adts:1 -aac_only:1
Stream bit rate = 128 kbps
CEapp-> Engine Opened: aaclc_enc_engine
CEapp-> ERROR: can't open codec aaclc_enc
Error in initialisation
CMEM.ko Error是dvsdk提供
这个问题如何解决?
谢谢~