On Wed, 28 Feb 2001, Sunny Chan wrote:
What you should do is:
CC=arm-elf-gcc RANLIB=arm-elf-ranlib ./configure arm-elf --enable-fpm=arm
Tried that but then it says:
configure: error: installation of configuration problem: C compiler cannot create executables.
So you should investigate your cross compiler installation. At this point you might see the autoconf script for the test it's trying to perform and why it doesn't work for you.
Maybe we should actually modify the autoconf files to take care of cross compiling directly?
It's already made for that. The above is the standard usage, except maybe for ranlib which add to be added in this case.
Nicolas