liuyi851111 发表于 2005-11-20 17:40:43

关于mplayer交叉编译中头文件错误的问题

最近在编译mplayer 先
./configure --cc=arm-linux-gcc --target=arm-armv4-linux --enable-static --prefix=/tmp --disable-win32 --disable-dvdread --enable-fbdev --disable-mencoder --disable-live --disable-mp3lib --enable-libavcodec --language=zh_CN
在make时 总是出现有些函数不识别的问题
例如 arm-linux-gcc ......... -o -c huffyuv.o huffyuv.c error
arm-linux-gcc ......... -o -c tvi_v412.o tvi_v412.c error

都显示一些函数未定义,首次使用什么的,请问各位大虾,小虾们,应该怎么改阿
(我在pc上已经编译通过,而且能够播放影音文件了)
qq 523784941

ksh 发表于 2005-11-22 15:21:34

I guess It need some libarary of arm platform. For example. maybe mplayer needs popt library.So you have to cross compile the popt source package for the compilation of mplayer.
页: [1]
查看完整版本: 关于mplayer交叉编译中头文件错误的问题