On Thu, 6 Jun 2002, Gareth Bransby wrote:
Yes - use the --disable-aso configure option.
I have tried configuring with --enable-fpm=arm/default/64bit and --disable-aso but still the asm errors when compiling with -mcpu=arm7di.
Look in libmad/Makefile to be sure imdct_l_arm.S doesn't get compiled. Specifically, make sure the ASO variable doesn't contain -DASO_IMDCT and ASO_OBJS is set to nothing.
One question, why it there a file called imdct_l_arm.s and not any other called imdct_l_mips/sparc/i386/xxx ? Why does arm get its own file ?
Because no one provided them. Therefore those architectures default to the C version.
Nicolas