Results 1 to 1 of 1
arm compiler version -> 2.95.3
I got following messages.
[root@e-viola ffmpeg-20050715]# make
make -C libavcodec all
make[1]: entering `/opt/ffmpeg-20050715/libavcodec' directory
arm-linux-gcc -O3 -g -Wall -Wno-switch -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-15-2005 #1Just Joined!
- Join Date
- Jul 2005
- Location
- South Korea
- Posts
- 19
I'm trying to compile ffmpeg using arm compiler
arm compiler version -> 2.95.3
I got following messages.
[root@e-viola ffmpeg-20050715]# make
make -C libavcodec all
make[1]: entering `/opt/ffmpeg-20050715/libavcodec' directory
arm-linux-gcc -O3 -g -Wall -Wno-switch -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o bitstream.o bitstream.c
bitstream.c: In function `get_bits_long':
bitstream.h:32: inconsistent operand constraints in an `asm'
bitstream.h:32: inconsistent operand constraints in an `asm'
bitstream.c: In function `show_bits_long':
bitstream.h:32: inconsistent operand constraints in an `asm'
make[1]: *** [bitstream.o] error 1
make[1]: exit `/opt/ffmpeg-20050715/libavcodec' directory
make: *** [lib] error 2
[root@e-viola ffmpeg-20050715]#


Reply With Quote
