This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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: Trying to build sample apps


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


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