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:Re: HTTP web server application


Dear Mr. Gary Thomas
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!?
Declare Yourself - Register online to vote today!
http://vote.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]