Hi all, I used the latest SVN version to test rmvb. I can build it passed based on x86 and also can play rmvb file. But built it failed based on arm by using "./configure --prefix=/usr/gpephone --disable-armv6".There are some errors as following: ... libavocodec/armv4l/mathops.h:32: error:impossible constraint in "asm"... Could you help me on this? Thanks a lot! Regardsleon.kuang _________________________________________________________________ ???????? ?? Windows Live? ???????? http://www.microsoft.com/windows/windowslive/
On date Wednesday 2008-12-24 14:02:57 +0800, kuangLeon encoded:
Hi all,
I used the latest SVN version to test rmvb. I can build it passed based on x86 and also can play rmvb file. But built it failed based on arm by using "./configure --prefix=/usr/gpephone --disable-armv6".There are some errors as following:
... libavocodec/armv4l/mathops.h:32: error:impossible constraint in "asm"...
This message is inaccurate, maybe disabling optimizations and/or arm assembly (--disable-arm) may help.
Could you help me on this? Thanks a lot!
Regards. -- ffmpeg-user random tip #7 If you're asking about problems with an ffmpeg tool, *always* post the command you're using and the complete output.
Thanks for your infomation. But I still built it failed by using "./configure --prefix=/usr/gpephone/ --disable-mmx --disable-mmx2 --disable-ssse3 --disable-armv5te --disable-armv6 --disable-armvfp --disable-iwmmxt --disable-mmi ". How can I do ?
Date: Wed, 24 Dec 2008 17:40:42 +0100> From: stefano.sabatini-lala at poste.it> To: ffmpeg-user at mplayerhq.hu> Subject: Re: [FFmpeg-user] Build ffmpeg svn version failed> > On date Wednesday 2008-12-24 14:02:57 +0800, kuangLeon encoded:> > > > Hi all, > > > > I used the latest SVN version to test rmvb. I can build it> > passed based on x86 and also can play rmvb file. But built it> > failed based on arm by using "./configure> > --prefix=/usr/gpephone --disable-armv6".There are some errors> > as following:> > > > ... libavocodec/armv4l/mathops.h:32: error:impossible constraint in "asm"...> > This message is inaccurate, maybe disabling optimizations and/or arm> assembly (--disable-arm) may help.> > > Could you help me on this? Thanks a lot!> > Regards.> -- > ffmpeg-user random tip #7> If you're asking about problems with an ffmpeg tool, *always* post the > command you're using and the complete output.> _______________________________________________> ffmpeg-user mailing list> ffmpeg-user at mplayerhq.hu> https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
On date Thursday 2008-12-25 18:18:37 +0800, kuangLeon encoded:
Thanks for your infomation.
Don't top post, also please fix your mailer, the quoted part was horribly mangled.
But I still built it failed by using "./configure --prefix=/usr/gpephone/ --disable-mmx --disable-mmx2 --disable-ssse3 --disable-armv5te --disable-armv6 --disable-armvfp --disable-iwmmxt --disable-mmi ".
How can I do ?
Without providing the failing build command, that is the gcc line failing, we can't provide any help. Post (at least) the last 10 lines of the output of your build command and we can see. Also try to use --disable-optimizations in your configure as I already suggested, it may help in some cases. Regards. -- ffmpeg-user random tip #16 Patches are welcome!
First , I use the "./configure --prefix=/usr/gpephone/ --disable-mmx --disable-mmx2 --disable-ssse3 --disable-armv5te --disable-armv6 --disable-armvfp --disable-iwmmxt --disable-mmi " to config. And then "make". The error happened. How to use --disable-optimizations? I disable most of optimizations options. Thanks!> Date: Thu, 25 Dec 2008 11:57:04 +0100> From: stefano.sabatini-lala at poste.it> To: ffmpeg-user at mplayerhq.hu> Subject: Re: [FFmpeg-user] Build ffmpeg svn version failed> > On date Thursday 2008-12-25 18:18:37 +0800, kuangLeon encoded:> > Thanks for your infomation. > > Don't top post, also please fix your mailer, the quoted part was> horribly mangled.> > > But I still built it failed by using "./configure> > --prefix=/usr/gpephone/ --disable-mmx --disable-mmx2 --disable-ssse3> > --disable-armv5te --disable-armv6 --disable-armvfp --disable-iwmmxt> > --disable-mmi ".> >> > How can I do ? > > Without providing the failing build command, that is the gcc line> failing, we can't provide any help.> > Post (at least) the last 10 lines of the output of your build command> and we can see. Also try to use --disable-optimizations in your> configure as I already suggested, it may help in some cases.> > Regards.> -- > ffmpeg-user random tip #16> Patches are welcome!> _______________________________________________> ffmpeg-user mailing list> ffmpeg-user at mplayerhq.hu> https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user _________________________________________________________________ ?????? ? ? Windows Live? ??????? http://www.microsoft.com/windows/windowslive/photos.aspx
On date Thursday 2008-12-25 19:36:43 +0800, kuangLeon encoded: For the second time, don't top post and try to fix your mailer.
First , I use the "./configure --prefix=/usr/gpephone/ --disable-mmx --disable-mmx2 --disable-ssse3 --disable-armv5te --disable-armv6 --disable-armvfp --disable-iwmmxt --disable-mmi " to config. And then "make". The error happened.
How to use --disable-optimizations? I disable most of optimizations options.
No magic involved, just *read* the output of configure --help. [...] Regards. -- ffmpeg-user random tip #2 The -y option will force the overwrite of the output, without to prompt you for your confirmation. Example: ffmpeg -i movie.avi -y movie.mp4
when I built it by using "./configure --disable-optimizations" and "make". Another errors came out. As following: -c -o libavcodec/mpegvideo.o libavcodec/mpegvideo.c /tmp/ccadB6hM.s:Assembler messages: /tmp/ccadB6hM.s:17449:Error:bad instruction 'lsrle r1,r2,#1' make:*** [libavcodec/mpegvideo.o] Error 1 please help me. Thanks
Date: Wed, 24 Dec 2008 17:40:42 +0100> From: stefano.sabatini-lala at poste.it> To: ffmpeg-user at mplayerhq.hu> Subject: Re: [FFmpeg-user] Build ffmpeg svn version failed> > On date Wednesday 2008-12-24 14:02:57 +0800, kuangLeon encoded:> > > > Hi all, > > > > I used the latest SVN version to test rmvb. I can build it> > passed based on x86 and also can play rmvb file. But built it> > failed based on arm by using "./configure> > --prefix=/usr/gpephone --disable-armv6".There are some errors> > as following:> > > > ... libavocodec/armv4l/mathops.h:32: error:impossible constraint in "asm"...> > This message is inaccurate, maybe disabling optimizations and/or arm> assembly (--disable-arm) may help.> > > Could you help me on this? Thanks a lot!> > Regards.> -- > ffmpeg-user random tip #7> If you're asking about problems with an ffmpeg tool, *always* post the > command you're using and the complete output.> _______________________________________________> ffmpeg-user mailing list> ffmpeg-user at mplayerhq.hu> https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
???????? ?? Windows Live? ???????? http://www.microsoft.com/windows/windowslive/
Could you help me on this? Anyway, I think it is an important case for ffmpeg. Thanks Regards kuang tianjun> From: leon.kuang at live.cn> To: ffmpeg-user at mplayerhq.hu> Date: Fri, 26 Dec 2008 14:06:12 +0800> Subject: Re: [FFmpeg-user] Build ffmpeg svn version failed> > > when I built it by using "./configure --disable-optimizations" and "make". > Another errors came out. As following:> -c -o libavcodec/mpegvideo.o libavcodec/mpegvideo.c> /tmp/ccadB6hM.s:Assembler messages:> /tmp/ccadB6hM.s:17449:Error:bad instruction 'lsrle r1,r2,#1'> make:*** [libavcodec/mpegvideo.o] Error 1> > please help me. Thanks> > > Date: Wed, 24 Dec 2008 17:40:42 +0100> From: stefano.sabatini-lala at poste.it> To: ffmpeg-user at mplayerhq.hu> Subject: Re: [FFmpeg-user] Build ffmpeg svn version failed> > On date Wednesday 2008-12-24 14:02:57 +0800, kuangLeon encoded:> > > > Hi all, > > > > I used the latest SVN version to test rmvb. I can build it> > passed based on x86 and also can play rmvb file. But built it> > failed based on arm by using "./configure> > --prefix=/usr/gpephone --disable-armv6".There are some errors> > as following:> > > > ... libavocodec/armv4l/mathops.h:32: error:impossible constraint in "asm"...> > This message is inaccurate, maybe disabling optimizations and/or arm> assembly (--disable-arm) may help.> > > Could you help me on this? Thanks a lot!> > Regards.> -- > ffmpeg-user random tip #7> If you're asking about problems with an ffmpeg tool, *always* post the > command you're using and the complete output.> _______________________________________________> ffmpeg-user mailing list> ffmpeg-user at mplayerhq.hu> https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user> _________________________________________________________________> ???????? ?? Windows Live? ????????> http://www.microsoft.com/windows/windowslive/> _______________________________________________> ffmpeg-user mailing list> ffmpeg-user at mplayerhq.hu> https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user _________________________________________________________________ ?????????????????????????????? http://cnweb.search.live.com/xrank/results.aspx?q=%e5%91%a8%e6%9d%b0%e4%bc%a6&FORM=MSNH
participants (3)
-
darkshikari@gmail.com -
leon.kuang@live.cn -
stefano.sabatini-lala@poste.it