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: what happened to this?


ÕÅ ÁÁ wrote:
> HI,all.
>     I use configtool 2.08 to compile ecos2.0,template is pc-target ,but 
> failed.following is output:
> 
> .....
> headers finished
> make -r -C services/memalloc/common/current heapgeninc.tcl
> make[1]: Entering directory 
> `/ecos-c/ECOS2~1.0IN/pc38620_build/services/memalloc/common/current'
> i386-elf-gcc -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef 
[various nasty errors]

Are you sure that i386-elf-gcc tool works at all? Try it with something
simple:

echo "int x;" > foo.c
i386-elf-gcc -c foo.c

Jifl
-- 
eCosCentric       http://www.eCosCentric.com/       <info@eCosCentric.com>
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine


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