I have searched thorough the amke file and come up with the following :
line 63 ASO = line 64 ASO_OBJS = line 103 INCLUDES = $(FPM) $(ASO)
There is no -DASO_IMDCT anywhere.
So everything seem to be as you say it should be. Any other suggestions ?
What file is this default C version of the assembler in ?
On Thu, 6 Jun 2002 15:44:53 -0400 (EDT) Nicolas Pitre nico@cam.org wrote:
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