* [Buildroot] [Bug 3325] New: ffmpeg fails to build
@ 2011-02-24 11:55 bugzilla at busybox.net
2011-02-26 9:51 ` [Buildroot] [Bug 3325] " bugzilla at busybox.net
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2011-02-24 11:55 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=3325
Summary: ffmpeg fails to build
Product: buildroot
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: rotwang at crux.org.pl
CC: buildroot at uclibc.org
Estimated Hours: 0.0
/mnt/usb/repos/buildroot/output/host/usr/bin/i586-unknown-linux-uclibc-gcc
-DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I.
-I"/mnt/usb/repos/buildroot/output/build/ffmpeg-0.5.3" -pipe -Os -mtune=i586
-march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
-I/mnt/usb/repos/buildroot/output/host/usr/i586-unknown-linux-uclibc/sysroot/usr/include
-I/mnt/usb/repos/buildroot/output/host/usr/i586-unknown-linux-uclibc/sysroot/include
-D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -fPIC
--sysroot=/mnt/usb/repos/buildroot/output/host/usr/i586-unknown-linux-uclibc/sysroot
-std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall
-Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls
-Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3
-fno-math-errno -fno-signed-zeros -c -o libavcodec/x86/dsputil_mmx.o
libavcodec/x86/dsputil_mmx.c
In file included from libavcodec/x86/dsputil_mmx.c:31:0:
libavcodec/x86/mmx.h:24:2: warning: #warning Everything in this header is
deprecated, use plain __asm__()! New code using this header will be rejected.
In file included from libavcodec/x86/dsputil_mmx.c:1772:0:
libavcodec/x86/h264dsp_mmx.c: In function 'put_h264_qpel4_h_lowpass_3dnow':
libavcodec/x86/h264dsp_mmx.c:2058:1: error: can't find a register in class
'GENERAL_REGS' while reloading 'asm'
libavcodec/x86/h264dsp_mmx.c:2058:1: error: 'asm' operand has impossible
constraints
make[1]: *** [libavcodec/x86/dsputil_mmx.o] Error 1
make[1]: Leaving directory `/mnt/usb/repos/buildroot/output/build/ffmpeg-0.5.3'
make: *** [/mnt/usb/repos/buildroot/output/build/ffmpeg-0.5.3/.stamp_built]
Error 2
ffmpeg 0.5.2 also breaks in this place,
host: i686
target: i586
toolchain: buildroot
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 3325] ffmpeg fails to build
2011-02-24 11:55 [Buildroot] [Bug 3325] New: ffmpeg fails to build bugzilla at busybox.net
@ 2011-02-26 9:51 ` bugzilla at busybox.net
2011-02-28 12:44 ` bugzilla at busybox.net
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2011-02-26 9:51 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=3325
--- Comment #1 from S?rgio <sergio@sergiomb.no-ip.org> ---
(In reply to comment #0)
> In file included from libavcodec/x86/dsputil_mmx.c:31:0:
> libavcodec/x86/mmx.h:24:2: warning: #warning Everything in this header is
> deprecated, use plain __asm__()! New code using this header will be rejected.
> In file included from libavcodec/x86/dsputil_mmx.c:1772:0:
> libavcodec/x86/h264dsp_mmx.c: In function 'put_h264_qpel4_h_lowpass_3dnow':
> libavcodec/x86/h264dsp_mmx.c:2058:1: error: can't find a register in class
> 'GENERAL_REGS' while reloading 'asm'
> libavcodec/x86/h264dsp_mmx.c:2058:1: error: 'asm' operand has impossible
> constraints
> make[1]: *** [libavcodec/x86/dsputil_mmx.o] Error 1
> make[1]: Leaving directory `/mnt/usb/repos/buildroot/output/build/ffmpeg-0.5.3'
> make: *** [/mnt/usb/repos/buildroot/output/build/ffmpeg-0.5.3/.stamp_built]
> Error 2
this have similarities to https://bugs.busybox.net/show_bug.cgi?id=2839
So "try using gcc 4.3.x instead of the (experimental) 4.5.x, this will probably
fix
most of your constraint issues."
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 3325] ffmpeg fails to build
2011-02-24 11:55 [Buildroot] [Bug 3325] New: ffmpeg fails to build bugzilla at busybox.net
2011-02-26 9:51 ` [Buildroot] [Bug 3325] " bugzilla at busybox.net
@ 2011-02-28 12:44 ` bugzilla at busybox.net
2011-02-28 14:21 ` bugzilla at busybox.net
2011-02-28 15:09 ` bugzilla at busybox.net
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2011-02-28 12:44 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=3325
--- Comment #2 from Bart?omiej Palmowski <rotwang@crux.org.pl> ---
I did as you suggested but it still doesn't work
libavcodec/x86/h264dsp_mmx.c: In function 'h264_h_loop_filter_luma_mmx2':
libavcodec/x86/dsputil_mmx.c:681: error: can't find a register in class
'GENERAL_REGS' while reloading 'asm'
libavcodec/x86/dsputil_mmx.c:681: error: can't find a register in class
'GENERAL_REGS' while reloading 'asm'
libavcodec/x86/dsputil_mmx.c:681: error: 'asm' operand has impossible
constraints
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 3325] ffmpeg fails to build
2011-02-24 11:55 [Buildroot] [Bug 3325] New: ffmpeg fails to build bugzilla at busybox.net
2011-02-26 9:51 ` [Buildroot] [Bug 3325] " bugzilla at busybox.net
2011-02-28 12:44 ` bugzilla at busybox.net
@ 2011-02-28 14:21 ` bugzilla at busybox.net
2011-02-28 15:09 ` bugzilla at busybox.net
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2011-02-28 14:21 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=3325
Gustavo Zacarias <gustavo@zacarias.com.ar> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|unassigned at buildroot.uclibc |gustavo at zacarias.com.ar
|.org |
--- Comment #3 from Gustavo Zacarias <gustavo@zacarias.com.ar> ---
Created attachment 3031
--> https://bugs.busybox.net/attachment.cgi?id=3031
Fix ffmpeg build on low end x86
Try the attached patch.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 3325] ffmpeg fails to build
2011-02-24 11:55 [Buildroot] [Bug 3325] New: ffmpeg fails to build bugzilla at busybox.net
` (2 preceding siblings ...)
2011-02-28 14:21 ` bugzilla at busybox.net
@ 2011-02-28 15:09 ` bugzilla at busybox.net
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2011-02-28 15:09 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=3325
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #4 from Peter Korsgaard <jacmet@uclibc.org> ---
Committed Gustavo's fix, thanks
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-02-28 15:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-24 11:55 [Buildroot] [Bug 3325] New: ffmpeg fails to build bugzilla at busybox.net
2011-02-26 9:51 ` [Buildroot] [Bug 3325] " bugzilla at busybox.net
2011-02-28 12:44 ` bugzilla at busybox.net
2011-02-28 14:21 ` bugzilla at busybox.net
2011-02-28 15:09 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox