[ECOS] Trying to build sample apps
Eric de Jong
list_ericdejong_10@gmx.net
Fri Oct 31 07:31:00 GMT 2003
>> I'm quite confused
You try to invoke the program "i386-elf-gcc", but it does not seem to be in your
search path. To check this, type
"echo $PATH". If you want to invoke "i386-elf-gcc" you have the following
options:
a) include the "/opt/ecos/gnutools/i386-elf/bin" folder in your search path
b) use a symbolic link to "i386-elf-gcc" and place that link in a folder which
is included in your search path
c) invoke the program directly by using an absolute path:
"/opt/ecos/gnutools/i386-elf/bin/i386-elf-gcc" or "cd
/opt/ecos/gnutools/i386-elf/bin" and "./i386-elf-gcc" (notice the ./ )
If you build i386-elf-gcc yourself, didn't you forget to do a "make install"?
--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss
More information about the Ecos-discuss
mailing list