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: unable to compile gdb 6.0 as a cross gdb


Wolcott, Ken (MED, Compuware) wrote:
>>CC=arm-arm9-linux-gnu-gcc \
>>AR=arm-arm9-linux-gnu-ar \
>><TOOL>=arm-arm9-linux-gnu-<tool> \
>>../gdb-6.0/configure \
>>--verbose \
>>--host=arm-arm9-linux-gnu \
>>--build=i686-pc-linux-gnu \
>>--target=arm-arm9-linux-gnu ...
Very nice. I'll try that. I think I already tried it with the CC variable. So a full path is not requred to that environment variable? Apparently that will have to be in the path.

Right, either CC= has to be set to an absolute path, or your PATH has to include the directory where $CC lives.

I notice you're running into a lot of newbie problems;
welcome to the world of autoconf!  It'll hurt less as
time goes on...
- Dan

--
Dan Kegel
http://www.kegel.com
http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=78045


------ 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]