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.
自己改了一个capture文件编译的时候出现 undefined reference to `OSA_cmemAlloc'
ubuntu:~/v4l2$ arm_v5t_le-gcc -I /home/yq/workdir/lsp/ti-davinci/linux-2.6.18_pro500/include/ capture.c -o capture
capture.c: In function ‘capture’:
capture.c:102: warning: assignment makes integer from pointer without a cast
/tmp/ccO2AzeN.o: In function `capture':
capture.c:(.text+0x224): undefined reference to `OSA_cmemAlloc'
collect2: ld returned 1 exit status
没找到是什么问题,请大家指点一下 谢谢了
ubuntu:~/v4l2$ arm_v5t_le-gcc -I /home/yq/workdir/lsp/ti-davinci/linux-2.6.18_pro500/include/ capture.c -o capture
capture.c: In function ‘capture’:
capture.c:102: warning: assignment makes integer from pointer without a cast /tmp/ccO2AzeN.o:
In function `capture':
capture.c:(.text+0x224): undefined reference to `OSA_cmemAlloc'
collect2: ld returned 1 exit status
没找到是什么问题,请大家指点一下 谢谢了