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: goAhead server


----- Original Message -----
From: "baljeet singh" <baljeet45@yahoo.com>
To: <ecos-discuss@sources.redhat.com>
Sent: Wednesday, June 02, 2004 11:42 PM
Subject: [ECOS] goAhead server


> All,
>
> Has anybody actually compiled and run goAhead server
> under ecos?

Yes.

>
> Latest error I have during make is that for one file
> (webcomp.c), native compiler should be used instead of
> the regular compiler being used by other files. Any
> specific reason for this?
This is used to build web page contents on host machine only. Therefore you
have to use native compiler.

>
> The error is as follows:
>
>
> Owner@NUVO-DESKTOP /ecos-c/workdir/ws031202/ecos
> $ make
> cc -o webcomp -O2 -DWEBS -DUEMF -DOS="Linux" -DLINUX
> -I.. ../webcomp.c
> cc: not found
> make: *** [webcomp] Error 127
Edit Makefile and replace cc to gcc or create a symbolic link to gcc.




-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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