[ECOS] HTTP web server application
Muna Hummady
muna_hummady@yahoo.com
Mon Oct 11 09:35:00 GMT 2004
hello all
I'm following the steps in your paper as shown:
A. Building the eCos kernel:
$ mkdir /home/muna/work/httpd_test_ecos_kernel
$ cd /work/httpd_test_ecos_kernel
$ ecosconfig new pc_rltk8139 net
$ ecosconfig tree
$ make
B. Creating the application
$ cd /home/muna /work/httpd_test
$ tar -zxvf libhttpd-1.3.tar.gz
$ tar -zxvf httpd_application.tar.gz
$ patch -p0 <lihhttpd.patch
The libhttpd-1.3 and httpd_application directories
are created.
C. I'm enter to the libhttpd-1.3 directory and try to
build the software by doing:
$ cd /libhttpd-1.3
$./configure
$ make all
$ make install
D. I'm downloading the build_Make.params file and
place it inside the httpd_application directory.
$ cd httpd_application
$ sh build_Make.params
/work/httpd_test/ecos_kernel
$ make
When IÂm running make, the following output is
appear on the command line tool:
make Âc
/home/muna/work/httpd_test/libhttpd-1.3/src
Make.ecos HOME=ÂpwdÂ
make[1]: Entering directory Â/home/muna/work/
httpd_test /libhttpd-1.3/srcÂ
make[1]: Âlibhttp.a is up to date.
make[1]: Leaving Â/home/muna/work/httpd_test/
libhttpd-1.3/srcÂi386-elf-gcc Âc ÂD_eCos ÂWall
ÂWpointer-arith ÂWstrict-prototype ÂWinline
ÂWundef ÂWoverloaded-virtual Âg ÂO2
Âffunction- sections Âfdata-sections Âfno-rtti
Âfno- exceptions Âfvtable-gc
Âfinit-priority
ÂI/usr/local/include
-I/home/muna/work/httpd_test /libhttpd-1.3/src
test_httpd.c
i386-elf-gcc: Installation problem, cannot exec
Âcc1Â: No such file or directory
make: *** [test_http.o] Error 1
I'm trying to solve this problem but I couldnÂt. Could
you help me please?
Thanks
Muna
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.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
More information about the Ecos-discuss
mailing list