This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cant get autoconf/automake to crosscompile




Dan Kegel wrote:
I cant get my ./configure to use the arm-linux-gcc (and so on), it keeps using the gcc whatever I try to do.

Traditionally, one does this in one of two ways: a) ./configure --target arm-linux (which causes CC to default to arm-linux-gcc, I think) b) CC=arm-linux-gcc ./configure (which sets CC directly)

This I do/have tried, but it still picks the gcc and not the arm-linux-gcc.


Which version of autoconf are you using, by the way?  RH7.2 probably
came with an icky old version.
You might consider reposting your question on the autoconf list, too.

Autoconf v 2.13.
Going to try to install the toolchain for the arm on a PC with Fedora FC1, and try out the same there. Hopefully things will do better.


Regards
Robert Staven




------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]