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]

goAhead server


All,

Has anybody actually compiled and run goAhead server
under ecos?

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?


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

Owner@NUVO-DESKTOP /ecos-c/workdir/ws031202/ecos
$

Make file has a note that says that:

# 
# This tool needs to be built using the native C
compiler
#
webcomp:
	cc -o webcomp -O2 -DWEBS -DUEMF -DOS="Linux" -DLINUX
-I.. ../webcomp.c
	
Regards,
B singh


	
		
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

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