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...
How can I change the libmad so that it will use arm-elf-gcc, etc instead of normal gcc?
Thanks!