From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27323 invoked by alias); 11 Jun 2008 21:25:41 -0000 Received: (qmail 27310 invoked by uid 22791); 11 Jun 2008 21:25:40 -0000 X-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_05,J_CHICKENPOX_63,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from londo.lunn.ch (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 11 Jun 2008 21:25:17 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1K6Xof-0006QA-00; Wed, 11 Jun 2008 23:25:13 +0200 Date: Wed, 11 Jun 2008 21:25:00 -0000 From: Andrew Lunn To: Paul J THACKER Cc: ecos-devel@ecos.sourceware.org Subject: Re: How do I add a serial driver? Message-ID: <20080611212513.GM8456@lunn.ch> References: <484EE45D.6040407@st.com> <20080610214551.GJ8456@lunn.ch> <484EFC97.1050207@st.com> <20080611065454.GK8456@lunn.ch> <484FFD64.10307@st.com> <20080611164820.GA523@lunn.ch> <48500CA7.3080201@st.com> <20080611192232.GL8456@lunn.ch> <48504284.6050900@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48504284.6050900@st.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2008-06/txt/msg00012.txt.bz2 > Ok, I found the ecc file. CYGPKG_IO_SERIAL_ARM_CARTESIO wasn't there, so > I added it by hand. Now it shows up in configtool, but it's grayed out, > and still doesn't compile. You should never need to add things by hand. If it is missing, it must be because it is not part of you current configuration. CYGPKG_IO_SERIAL_ARM_CARTESIO is a hardware package? And you added it to your CARTESIO target in the ecos.db? Do an ecosconfig export config.ecc and send config.ecc. Andrew