From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23592 invoked by alias); 11 Jun 2008 21:21:50 -0000 Received: (qmail 23582 invoked by uid 22791); 11 Jun 2008 21:21:50 -0000 X-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_43 X-Spam-Check-By: sourceware.org Received: from s200aog11.obsmtp.com (HELO s200aog11.obsmtp.com) (207.126.144.125) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 11 Jun 2008 21:21:26 +0000 Received: from source ([167.4.1.35]) (using TLSv1) by eu1sys200aob011.postini.com ([207.126.147.11]) with SMTP; Wed, 11 Jun 2008 21:21:19 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 0213DDB01; Wed, 11 Jun 2008 21:21:18 +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 7ED2748C64; Wed, 11 Jun 2008 21:21:18 +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 CPH36390 (AUTH "paul thacker"); Wed, 11 Jun 2008 14:21:16 -0700 (MST) Message-ID: <48504284.6050900@st.com> Date: Wed, 11 Jun 2008 21:21: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> In-Reply-To: <20080611192232.GL8456@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/msg00011.txt.bz2 Andrew Lunn wrote: >>> We know you have CYGPKG_IO_SERIAL_DEVICES enabled. Does your >>> configuration have CYGPKG_IO_SERIAL enabled? >> Not sure how to tell. It doesn't say one way or the other in configtool. > > That is why i recommended looking in the ecos.ecc file. > > >>> Look at your ecos.ecc file. You can learn a lot from that. >> Don't have an ecos.ecc. Do you mean ecos.db? > > Nope. In your work directory. It might be named something else, but > similar, since you are using the configtool. ecosconfig always calls > is ecos.ecc by default. > > Andrew 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. Thanks, Paul