[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: gnetlist -gdrc2 output
On Monday 26 February 2007 14:09, John Luciani wrote:
> On 2/26/07, Seb James <seb@xxxxxxxxxxxxxxxxxxxxx> wrote:
> > Checking slots...
> > ERROR: Multislotted reference U? has no slot attribute defined.
> >
> > It would be very useful if the schematic on which the U? element appears
> > was printed. The program where this should happen is get-drc2.scm. Having
> > only programmed a little lisp about 7 years ago, I don't feel too much
> > like getting stuck into this file.
>
> You could try processing one schematic at a time.
This was a good idea. I found the locations of my errors. like this:
# drcoaat.sh - DRC One At A Time
!#/bin/bash
gnetlist -v -g drc2 $1 -o drc_$1.txt >drc_$1_so.txt 2>drc_$1_se.txt
Then:
[seb@LTSP-2 14:35:55 pedio]$ for i in *.sch; do ./drcoaat.sh $i; done
Seb
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user