Advertisement
Guest User

compile errot

a guest
Dec 20th, 2011
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. [root@localhost ffmpeg-0.9]# make
  2. CC libavdevice/alsa-audio-common.o
  3. CC libavdevice/alsa-audio-dec.o
  4. CC libavdevice/alsa-audio-enc.o
  5. CC libavdevice/timefilter.o
  6. AR libavdevice/libavdevice.a
  7. CC libavcodec/dxa.o
  8. /tmp/ccgbwAbl.s: Assembler messages:
  9. /tmp/ccgbwAbl.s:245: Error: no such instruction: `eor %edx,%eax,%eax,ror'
  10. /tmp/ccgbwAbl.s:246: Error: no such instruction: `bic %edx,%edx,'
  11. /tmp/ccgbwAbl.s:247: Error: suffix or operands invalid for `mov'
  12. /tmp/ccgbwAbl.s:248: Error: no such instruction: `eor %eax,%eax,%edx,lsr'
  13. /tmp/ccgbwAbl.s:255: Error: no such instruction: `eor %edx,%eax,%eax,ror'
  14. /tmp/ccgbwAbl.s:256: Error: no such instruction: `bic %edx,%edx,'
  15. /tmp/ccgbwAbl.s:257: Error: suffix or operands invalid for `mov'
  16. /tmp/ccgbwAbl.s:258: Error: no such instruction: `eor %eax,%eax,%edx,lsr'
  17. /tmp/ccgbwAbl.s:565: Error: no such instruction: `eor %eax,%ecx,%ecx,ror'
  18. /tmp/ccgbwAbl.s:566: Error: no such instruction: `bic %eax,%eax,'
  19. /tmp/ccgbwAbl.s:567: Error: suffix or operands invalid for `mov'
  20. /tmp/ccgbwAbl.s:568: Error: no such instruction: `eor %ecx,%ecx,%eax,lsr'
  21. make: *** [libavcodec/dxa.o] 错误 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement