[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