[MPlayer-users] Make for arm fails

D Richard Felker III dalias at aerifal.cx
Fri Feb 25 21:37:03 CET 2005


On Fri, Feb 25, 2005 at 10:47:03AM -0700, Kumar Sharad-r2aaju wrote:
> I am getting a failure while trying to make MPlayer( 20050211). The
> failure is while compiling snow.c. Below is the configure command I
> use before doing a make:
> 
> ./configure --cc=arm_v6_vfp_le-gcc --target=arm-linux --host-cc=gcc --enable-static
> 
> I have also used another tool chain, gcc-3.4.0 and also get a
> segmentation fault, similar to that while using the montavista tool
> chain. I am using RH9.0 running under VmWare on a WinXP machine.
> 
> Any help is much appreciated.
> 
> Thanks,
> Sharad
> 
> make -C libavcodec LIBPREF=lib LIBSUF=.a
> make[1]: Entering directory `/home/kumarsha/tst/MPlayer-20050211/libavcodec'
> arm_v6_vfp_le-gcc -I../libvo -I../../libvo  -O4    -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o snow.o snow.c 
> snow.c: In function `add_yblock':
> snow.c:2186: warning: left shift count is negative
> snow.c: In function `predict_plane':
> snow.c:2250: warning: passing arg 5 of `add_yblock' discards qualifiers from pointer target type
> snow.c: In function `common_init':
> snow.c:2529: warning: assignment from incompatible pointer type
> snow.c:2529: warning: assignment from incompatible pointer type
> snow.c:2530: warning: assignment from incompatible pointer type
> snow.c:2530: warning: assignment from incompatible pointer type
> snow.c:2531: warning: assignment from incompatible pointer type
> snow.c:2531: warning: assignment from incompatible pointer type
> snow.c:2532: warning: assignment from incompatible pointer type
> snow.c:2532: warning: assignment from incompatible pointer type
> snow.c: In function `ff_spatial_dwt':
> snow.c:1105: internal compiler error: Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> Send email to MontaVista Software, Inc. for instructions.

This means send a full bug report to the gcc developers or your distro
vendor. "internal compiler error" means exactly what it sounds like:
the compiler is broken.

Rich




More information about the MPlayer-users mailing list