X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Message-id: <53B860EA.20509@videotron.ca> Date: Sat, 05 Jul 2014 16:32:42 -0400 From: Ian Chapman User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 To: geda-help AT delorie DOT com Subject: Re: [geda-help] Gnetlist DRC Errors References: <20140705131833 DOT GC23726 AT jarvis> In-reply-to: <20140705131833.GC23726@jarvis> Reply-To: geda-help AT delorie DOT com Without looking really close and setting up a project, I wondered do you have a footprint assigned to the component in the schematic? A symbol ie 7400 can be in a 14 pin DIP or various SMT packages. Your symbol has footprint=TBD and your schematic has the same thing twice so my guess is NO footprint. Ian. On 07/05/2014 09:18 AM, Abdallah Ismail wrote: > Hello, > Attached is a schematic file that contains two connectors connected together. The symbol file of the connectors is also attached. I run > > gnetlist -g drc2 -o drc > > and I get (formatted output): > > ... > Checking unconnected pins... > ERROR: Unconnected pin J2:1 > ERROR: Unconnected pin J2:2 > ERROR: Unconnected pin J2:3 > ERROR: Unconnected pin J2:4 > ERROR: Unconnected pin J2:6 > ERROR: Unconnected pin J2:8 > ERROR: Unconnected pin J1:1 > ERROR: Unconnected pin J1:2 > ERROR: Unconnected pin J1:3 > ERROR: Unconnected pin J1:4 > ERROR: Unconnected pin J1:6 > ERROR: Unconnected pin J1:8 > ... > > even though the schematic does not leave any pins unconnected. What am I doing wrong? Below are the contents of my local gafrc, gschemrc, drcrules, and attribs files. > > gafrc: > (component-library \"library/symbol\" \"project\") > (make-backup-files \"disabled\") > gschemrc: > (third-button \"mousepan\") > (define default-titleblock \"TITLE-B.sym\") > drcrules: > attribs: > value > comment > footprint > distributor > manufacturer > part > price > > Thank you.