[ECOS] goAhead server

mohanlal jangir mohanlaljangir@hotmail.com
Thu Jun 3 04:18:00 GMT 2004


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



More information about the Ecos-discuss mailing list