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]

Re: Several questions on the newest CVS release.


Ling Su wrote:
> I use the prebuild configtool.exe 1.3.1.1, is that correct? Need I rebuild
> the host tools from source?

Ah, sorry. I pointed the finger too quickly :-). The GUI configuration tool
is more finicky about things than the command-line tool (which is what I
tried). You need the attached patch for ecos.db. Apply it with

patch -p0 < ecosdb.pat

Jifl
-- 
Red Hat, 35 Cambridge Place, Cambridge, UK. CB2 1NS  Tel: +44 (1223) 728762
"Plan to be spontaneous tomorrow."  ||  These opinions are all my own fault
Index: ecos.db
===================================================================
RCS file: /cvs/ecc/ecc/ecos.db,v
retrieving revision 1.128
diff -u -5 -p -r1.128 ecos.db
--- ecos.db	2000/08/24 15:31:14	1.128
+++ ecos.db	2000/08/29 17:17:22
@@ -1867,10 +1867,11 @@ target vrc4373 {
         alias		{ "NEC VRC4373 board" }
 	packages        { CYGPKG_HAL_MIPS
                           CYGPKG_HAL_MIPS_VR4300
                           CYGPKG_HAL_MIPS_VR4300_VRC4373
 	                  CYGPKG_IO_SERIAL_MIPS_VRC4373
+                          CYGPKG_IO_PCI
         }
         description "
            The vrc4373 target provides the packages needed to run
 eCos on an NEC VRC4373 board."
 }

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]