修改omx 例程时发现不能用数学库函数(如cos,sin,sqrt等)
编译时会出现以下问题:
ti-ezsdk_dm816x-evm_5_03_01_15/component-sources/omx_05_02_00_30/examples/ti/
omx/demos/capture_encode/src/ilclient.c:2354: undefined reference to `sqrt'
collect 2: ld returned 1 exit status
可能需要修改官方的makefile来链接库libm.so,不确定是否需要修改
附件是顶层的makefile
Shine:
请问有没有添加#include <math.h>头文件?