From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29309 invoked by alias); 11 Jun 2008 06:55:26 -0000 Received: (qmail 29299 invoked by uid 22791); 11 Jun 2008 06:55:25 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,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 06:55:07 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1K6KEQ-00013p-00; Wed, 11 Jun 2008 08:54:54 +0200 Date: Wed, 11 Jun 2008 06:55: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: <20080611065454.GK8456@lunn.ch> References: <484EE45D.6040407@st.com> <20080610214551.GJ8456@lunn.ch> <484EFC97.1050207@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <484EFC97.1050207@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/msg00006.txt.bz2 > I added the code to packages/devs/serial/arm/cartesio/ - basically > copied the AT91 code and modified it for my board. > > When I rebuild, the serial driver doesn't get compiled. The > build/io/serial/ does get compiled. I'm sure I'm missing something > basic, but I can't figure out what it is. Take a look at CYGPKG_IO_SERIAL_DEVICES. Andrew