From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12152 invoked by alias); 19 May 2005 04:25:11 -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 11490 invoked from network); 19 May 2005 04:25:00 -0000 Received: from unknown (HELO wproxy.gmail.com) (64.233.184.207) by sourceware.org with SMTP; 19 May 2005 04:25:00 -0000 Received: by wproxy.gmail.com with SMTP id 69so462112wra for ; Wed, 18 May 2005 21:25:00 -0700 (PDT) Received: by 10.54.10.72 with SMTP id 72mr745768wrj; Wed, 18 May 2005 21:25:00 -0700 (PDT) Received: by 10.54.66.17 with HTTP; Wed, 18 May 2005 21:25:00 -0700 (PDT) Message-ID: <7de07eff050518212540524ccb@mail.gmail.com> Date: Thu, 19 May 2005 09:21:00 -0000 From: Sriramkumar Raju Reply-To: Sriramkumar Raju To: ecos-discuss@sources.redhat.com In-Reply-To: <7de07eff05051805267e5f9d7@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7de07eff05051805267e5f9d7@mail.gmail.com> Subject: [ECOS] Adding VIA RHINE driver to i386 platform X-SW-Source: 2005-05/txt/msg00250.txt.bz2 hi, I am trying to add VIA RHINE ether net driver to i386 platform. I did it following way. I made the following entry in ecos.db. target PC { alias { "i386 PC target" } packages { CYGPKG_HAL_I386 CYGPKG_HAL_I386_GENERIC CYGPKG_HAL_I386_PC CYGPKG_HAL_I386_PCMB CYGPKG_IO_PCI CYGPKG_IO_SERIAL_GENERIC_16X5X CYGPKG_IO_SERIAL_I386_PC CYGPKG_DEVS_ETH_VIA_RHINE =20=20=20=20=20=20=20=20=20=20=20=20=20 } description " The PC target provides the packages needed to run eCos binaries on a standard i386 PC motherboard." } then in command line i did the following. $./ecosconfig.exe new pc redboot $./ecosconfig.exe import ./hal/i386/pc/current/misc/redboot_FLOPPY.ecm $./ecosconfig.exe tree $ make The build is successful and REDBOOT boots up with a message NO Network Interface found. Also when i open the ecos.ecc that is generated in GUI based config tool i can see VIA RHINE support not enabled. when i execute "$./ecosconfig.exe add CYGPKG_DEVS_ETH_VIA_RHINE" it prompts me that the package is already present. Can anyone tell Me what i should do to add VIA RHINE support to i386 platfo= rm. Regards, Sriram.R -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss