This is the mail archive of the crossgcc@sourceware.org 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: A problem on building cross-compiling environment


Gwunangle wrote:

"[..]
/bin/sh: ucfront-gcc: command not found
[..]"

Perhaps you should add the directory containing ucfront-gcc to your PATH 
enviornment variable, e.g.
find / -name ucfront-gcc
then
export PATH=whatever_the_find_command_showed_but_omit_the_ucfront-gcc_at_the_end:$PATH

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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