From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28246 invoked by alias); 2 Apr 2005 11:09:05 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 27778 invoked from network); 2 Apr 2005 11:08:57 -0000 Received: from unknown (HELO mx2.ITB.ac.id) (167.205.1.67) by sourceware.org with SMTP; 2 Apr 2005 11:08:57 -0000 Received: from antivirus.itb.ac.id (antivirus.ITB.ac.id [167.205.108.137]) by mx2.ITB.ac.id (Postfix) with SMTP id 6BA3D73F34 for ; Sat, 2 Apr 2005 18:09:12 +0700 (WIT) Received: from vlsi.itb.ac.id (ic.vlsi.ITB.ac.id [167.205.65.54]) by mx2.ITB.ac.id (Postfix) with SMTP id 310C873F32 for ; Sat, 2 Apr 2005 18:09:12 +0700 (WIT) Received: (qmail 8906 invoked by uid 4044); 2 Apr 2005 11:08:44 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 2 Apr 2005 11:08:44 -0000 Date: Sat, 02 Apr 2005 11:09:00 -0000 From: Umar Said To: Gary Thomas Cc: eCos Discussion In-Reply-To: <1111757358.29791.221.camel@hermes> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [ECOS] Realtek 8139 problem -> database client support X-SW-Source: 2005-04/txt/msg00011.txt.bz2 On Fri, 25 Mar 2005, Gary Thomas wrote: > On Fri, 2005-03-25 at 19:32 +0700, Umar Said wrote: > > Hi all, > > > > I have successfully build library for my modified PC target/template which > > recognizes Realtek 8139 ethernet card. But when I try to compile some net > > test program, an error occured. This was what I did: > > > > $ i386-elf-gcc.exe -g -I pc_rltk8139_install/include/ ping_test.c -L > > pc_rltk8139_install/lib/ -Ttarget.ld -nostdlib > > /opt/ecos/gnutools/i386-elf/bin/../lib/gcc-lib/i386-elf/3.2.1/../../../../i386-e > > lf/bin/ld: address 0xa2158 of a.out section .bss is not within region ram > > collect2: ld returned 1 exit status > > > > My environment is Cygwin on Windows 2000 server. I got rltk8139.tgz from > > http://ecos.sourceware.org/ml/ecos-devel/2003-07/msg00028/rltk8139.tgz. > > Does anyone have any hints on this? > > What template and startup type are you using? It looks like you've > tried to use a floppy startup which only uses low RAM and will not > be able to run larger programs, e.g. those with a networking stack. > > Try using the 'net' template with a normal RAM startup. You'll have > to have some way to load it onto your PC, e.g. RedBoot or GRUB. > > Hint: you might think about updating to the latest CVS. Support for > a PC+Realtek device have been in CVS for quite a while now. > Thank you Gary. Yes, I used floppy startup. Sorry I forgot to mention that. Now I have downloaded the latest packages that include Realtek 8139 and it works fine. How if I want to add other devices now supported by the latest linux kernel to eCos? I also want to connect to a database server, e.g. MySQL/PostgreSQL. Is there a project developing this one? Regards, Umar Said -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss