View Single Post
Posts: 1,258 | Thanked: 672 times | Joined on Mar 2009
#78
Just compiler MPlayer latest svn on the diablo sdk.

I replaced the ancient as assembler with a new one from codesourcery, brutal mv on top.
-Wa,-v was useful for figuring out if I had replaced the right binary.

./configure --enable-armv5te --enable-armv6 --enable-armvfp --enable-largefiles

Made sure config.mak had -mcpu=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp in OPTFLAGS and so on,
modified subdir.mak's %.o: %.S rule to include same -mcpu=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp stuff so that it got passed to cc also for just the pure asm .S files in libavcodec/arm/

and it compiled. Not tested if it actually produced a useful binary ;-)
 

The Following User Says Thank You to shadowjk For This Useful Post: