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.

TDA4VM: rtos-0703 video_codec 模块移植到rtos-0800版本

Part Number: TDA4VM
Other Parts Discussed in Thread: SYSBIOS

hi ti:

把rtos-0703版本video_codec 模块移植到rtos-0800版本,且把video_codec模块"SYSBIOS"相关配置修改为“FREERTOS”配置。编译时遇到如下错误

"/home/user/work/tda4/rtos-sdk/video_codec/ti-img-encode-decode/osal/src/tirtos//../../inc/osa_types.h", line 162: fatal error: #error directive: "Define macro for othe paltform"
1 catastrophic error detected in the compilation of "/home/user/work/tda4/rtos-sdk/video_codec/ti-img-encode-decode/osal/src/tirtos//osa_init.c".
Compilation terminated.

>> Compilation failure
concerto/finale.mak:310: recipe for target '/home/user/work/tda4/rtos-sdk/video_codec/out/J7/R5F/FREERTOS/release/module/ti-img-encode-decode.osal.src.tirtos//osa_init.obj' failed
make[1]: *** [/home/user/work/tda4/rtos-sdk/video_codec/out/J7/R5F/FREERTOS/release/module/ti-img-encode-decode.osal.src.tirtos//osa_init.obj] Error 1
makerules/makefile_codec.mak:9: recipe for target 'codec' failed
make: *** [codec] Error 2
make: *** Waiting for unfinished jobs....

是因为“FREERTOS”配置修改不全导致的吗?如何解决呢?