X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-TCPREMOTEIP: 207.224.51.38 X-Authenticated-UID: jpd AT noqsi DOT com Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: [geda-user] Mysterious refdes and BOM items From: John Doty In-Reply-To: <1422009789.16458.32.camel@linetec> Date: Fri, 23 Jan 2015 13:23:41 -0700 Message-Id: References: <1422009789 DOT 16458 DOT 32 DOT camel AT linetec> To: geda-user AT delorie DOT com X-Mailer: Apple Mail (2.1878.6) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t0NKNdC7011949 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Jan 23, 2015, at 3:43 AM, Richard Rasker wrote: > Apparently, my schematic contains off-page connectors ... > The second mystery has to do with the bom generated by PCB -- it says > that there are 14 elements with unknown refdes, unknown footprint, and > unknown values: > > 14,"(unknown)","(unknown)",(unknown) (unknown) (unknown) (unknown) > (unknown) (unknown) (unknown) (unknown) (unknown) (unknown) (unknown) > (unknown) (unknown) (unknown) > > Could this be related to the first problem? Yes. I suspect you have some graphical symbols (titleblock, busripper, …) that have somehow lost their graphical=1 attribute. You can make a list of all symbols used by a design with something like: awk '/^C /{print $7}' *.sch | sort | uniq Look for symbols that don’t represent components and track those down. The rules are a bit arcane: power rail symbols like gnd-1.sym don’t need graphical=1. John Doty Noqsi Aerospace, Ltd. http://www.noqsi.com/ jpd AT noqsi DOT com