On Wed, 28 Feb 2001, Sunny Chan wrote:
Hello,
I am trying to integrate libmad into my MP3 player project - I am trying to presuade make to compile using arm-elf-gcc & co instead of normal gcc
however if I do
./configure --target=arm-elf --enable-fpm=arm
The autoconf script didn't change the compiler used by make therefore I can't compile it...
What you should do is:
CC=arm-elf-gcc RANLIB=arm-elf-ranlib ./configure arm-elf --enable-fpm=arm
Nicolas