Opened 15 years ago

Closed 15 years ago

#1385 closed defect (fixed)

Error in cpudetect.c at compile time

Reported by: vemem@… Owned by: diego@…
Priority: normal Component: build system
Version: unspecified Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

15.1.2009 at 21:48 on Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz
Linux system Kubuntu 8.10 (32 bit)

svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
./configure --disable-vidix
make

...
cc -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I. -Ilibdvdread4 -I/usr/include/freetype2 -I/usr/include/schroedinger-1.0 -I/usr/include/liboil-0.3 -Ilibdvdnav -c -o cpudetect.o cpudetect.c
cpudetect.c: Assembler messages:
cpudetect.c:104: Error: bad register name `%rbx'
cpudetect.c:106: Error: bad register name `%rbx'
cpudetect.c:104: Error: bad register name `%rbx'
cpudetect.c:106: Error: bad register name `%rbx'
cpudetect.c:104: Error: bad register name `%rbx'
cpudetect.c:106: Error: bad register name `%rbx'
cpudetect.c:104: Error: bad register name `%rbx'
cpudetect.c:106: Error: bad register name `%rbx'
cpudetect.c:67: Error: suffix or operands invalid for `pushf'
cpudetect.c:72: Error: suffix or operands invalid for `popf'
cpudetect.c:73: Error: suffix or operands invalid for `pushf'
cpudetect.c:104: Error: bad register name `%rbx'
cpudetect.c:106: Error: bad register name `%rbx'
cpudetect.c:104: Error: bad register name `%rbx'
cpudetect.c:106: Error: bad register name `%rbx'
cpudetect.c:104: Error: bad register name `%rbx'
cpudetect.c:106: Error: bad register name `%rbx'
cpudetect.c:104: Error: bad register name `%rbx'
cpudetect.c:106: Error: bad register name `%rbx'
cpudetect.c:104: Error: bad register name `%rbx'
cpudetect.c:106: Error: bad register name `%rbx'
make: * [cpudetect.o] Error 1

Attachments (3)

config.h (26.4 KB ) - added by vemem@… 15 years ago.
config.h
config.mak (19.4 KB ) - added by vemem@… 15 years ago.
config.mak
cpuinfo (1.3 KB ) - added by vemem@… 15 years ago.
cpuinfo

Download all attachments as: .zip

Change History (7)

by vemem@…, 15 years ago

Attachment: config.h added

config.h

comment:1 by vemem@…, 15 years ago

by vemem@…, 15 years ago

Attachment: config.mak added

config.mak

comment:2 by vemem@…, 15 years ago

by vemem@…, 15 years ago

Attachment: cpuinfo added

cpuinfo

comment:3 by vemem@…, 15 years ago

comment:4 by diego@…, 15 years ago

Resolution: fixed
Status: newclosed

All the recent build failures after the extensive FFmpeg changes should be gone now.

Note: See TracTickets for help on using tickets.