|
From: Muhammad A. <asi...@gm...> - 2008-05-09 15:07:24
|
Hi All, I am trying to compile Ffmpeg for WindowsCE to use it on Windows Mobile6. I'll be highly thankful to you if you could help me in this regard. I am using MinGW and MSYS. As Alexander wrote: ===================== By second step, I've built ffmpeg under msys/mingw using mingw32ce toolchain and binary files of mingw32ce downloaded form SourceFourge mingw32ce-0.10.0.20070208-cygwin.tar.gz and dll libraries of cygwin to provide running of mingw32ce tools. I've used next command line parameters to configure it ./configure --cross-compile --cross-prefix=/opt/mingw32ce/arm-wince-mingw32ce/bin/ --enable-gpl --disable-armv5te --disable-armv6 --disable-iwmmxt --disable-debug --arch=armv4l --enable-static --disable-shared --disable-ipv6 --prefix=/usr/local/wince --log=no --disable-encoders --disable-decoders --disable-parsers --disable-muxers --disable-demuxers --disable-protocols --disable-ffplay --disable-ffserver --disable-ffmpeg --disable-network --enable-decoder=mpeg4 --enable-decoder=h263 --enable-parser=h263 --enable-parser=mpeg4video --disable-opts --enable-memalign-hack then make and then grabbed .a files, and linked them to MSVC project ===================== I'll be highly thankful to you if write me the steps you followed to configure the environment and then building ffmpeg. I am trying to give the same command as above but ./configure gives following error: >>>>>>>>>>>>>>>>>> /opt/mingw32ce/arm-wince-mingw32ce/bin/ gcc is unable to create an executable file. C compiler test failed. If you think configure made a mistake, make sure you are using the latest version from SVN. If the latest version fails, report the problem to the ffm...@mp... mailing list or IRC #ffmpeg on irc.freenode.net. Rerun configure with logging enabled (do not use --log=no), and include the log this produces with your report. >>>>>>>>>>>>>>>>>> Thanking in anticipation. If someonecould share the lib files that hegenerated for WinCE, it will also be welcomed. Regards, Asif Tasleem |