From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28845 invoked by alias); 11 Jun 2008 21:29:39 -0000 Received: (qmail 28830 invoked by uid 22791); 11 Jun 2008 21:29:38 -0000 X-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_05,J_CHICKENPOX_63 X-Spam-Check-By: sourceware.org Received: from s200aog14.obsmtp.com (HELO s200aog14.obsmtp.com) (207.126.144.128) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 11 Jun 2008 21:29:16 +0000 Received: from source ([167.4.1.35]) (using TLSv1) by eu1sys200aob014.postini.com ([207.126.147.11]) with SMTP; Wed, 11 Jun 2008 21:29:10 UTC Received: from zeta.dmz-us.st.com (ns4.st.com [167.4.80.115]) by beta.dmz-us.st.com (STMicroelectronics) with ESMTP id 49FC9DB05; Wed, 11 Jun 2008 21:29:10 +0000 (GMT) Received: from mail1.phx.st.com (mail1.phx.st.com [167.4.198.60]) by zeta.dmz-us.st.com (STMicroelectronics) with ESMTP id C811748C64; Wed, 11 Jun 2008 21:29:09 +0000 (GMT) Received: from [167.4.196.118] (cea05.phx.st.com [167.4.196.118]) by mail1.phx.st.com (MOS 3.7.5a-GA) with ESMTP id CPH36509 (AUTH "paul thacker"); Wed, 11 Jun 2008 14:29:08 -0700 (MST) Message-ID: <4850445D.8040705@st.com> Date: Wed, 11 Jun 2008 21:29:00 -0000 From: Paul J THACKER User-Agent: Thunderbird 1.5.0.7 (X11/20060909) MIME-Version: 1.0 To: Andrew Lunn Cc: ecos-devel@ecos.sourceware.org Subject: Re: How do I add a serial driver? 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> <20080611212513.GM8456@lunn.ch> In-Reply-To: <20080611212513.GM8456@lunn.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00013.txt.bz2 Andrew Lunn wrote: >> 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 thackerp@cea05:~/cartesio/ecos/ecos-2.0/packages> ecosconfig export config.ecc ecos.ecc: error couldn't read file "ecos.ecc": no such file or directory Invalid savefile "ecos.ecc". 1 error occurred while reading in the savefile data. Thanks, Paul