X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on ham02.websitewelcome.com X-Spam-Flag2999: NO X-Spam-Level2999: X-Spam-Status2999: "No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=unavailable version=3.3.1 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gibibit.com; h=Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding:X-BWhitelist:X-Source:X-Source-Args:X-Source-Dir:X-Source-Sender:X-Source-Auth:X-Email-Count:X-Source-Cap; b=PPeN2Abz6xeS1zivmdT/1RHqcRevTEvGQ+9uKY4n1KkZt1mtB/wNptDRmSZsqWupobOkI8z/JHfZBa/LW67jtK4xp5BRP4m0JXkBAIXt/hfLay9l2TWI4IXnqzjlPajS; Date: Mon, 6 Feb 2012 09:05:38 -0800 From: Colin D Bennett To: geda-help AT delorie DOT com Subject: Re: [geda-help] First time user having trouble with GNUduino Message-ID: <20120206090538.7807ed86@svelte> In-Reply-To: References: <201112211522 DOT pBLFM65k009478 AT envy DOT delorie DOT com> <201112211644 DOT pBLGiTof012771 AT envy DOT delorie DOT com> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.6; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator297.hostgator.com X-AntiAbuse: Original Domain - delorie.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gibibit.com X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: spk.venturedesignservices.com (svelte) [65.61.115.34]:57444 X-Source-Auth: colin AT gibibit DOT com X-Email-Count: 1 X-Source-Cap: c2t5bGVuO3NreWxlbjtnYXRvcjI5Ny5ob3N0Z2F0b3IuY29t Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q16HYrHp013106 Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 4 Feb 2012 20:44:45 -0500 Nathan McCorkle wrote: > bump... where else can I get help for this... I can't understand > why the project doesn't work out of the box Hi Nathan, You're not doing anything wrong. I get the same errors. The problem with the GNUduino project. It does not include any footprints. You get fewer errors if you run gsch2pcb with the output name GNUduino.pcb instead of test.pcb, because most elements already have a matching refdes on the pcb, so no action is taken. But the real problem is that the footprints are missing. I would try to contact the GNUduino author, Jeffrey Antony. Unfortunately he doesn't seem to have an email address listed, but maybe you can reach him through Twitter . Ask him to include all footprints used in the design. You'll know when all the footprints are included, because the command “gsch2pcb -o test GNUduino.sch” will succeed and product test.pcb with no errors about missing footprints. Because pcb embeds all footprints into the layout file, the GNUduino.pcb file included in the project is still usable, and you could just modify it if you needed to. Or, you could extract the footprints from it manually by selecting each element, copy to buffer, and save buffer elements to file. But really, each pcb project should always include files for all footprints and symbols used. Regards, Colin