A problem on building cross-compiling environment

Colin Paul Gloster Colin_Paul_Gloster@ACM.org
Fri Aug 18 17:04:00 GMT 2006


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



More information about the crossgcc mailing list