[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gEDA-user: A little trouble with PCB: Can't find R1 pin 1 called for in netlist.
- To: geda-user <geda-user@moria.seul.org>
- Subject: gEDA-user: A little trouble with PCB: Can't find R1 pin 1 called for in netlist.
- From: BOUSSAHABA Moustapha <moustapha.boussahaba@makalis.fr>
- Date: Wed, 26 Mar 2003 15:45:10 +0100
- Delivered-to: archiver@seul.org
- Delivered-to: geda-user-outgoing@seul.org
- Delivered-to: geda-user@moria.seul.org
- Delivery-date: Wed, 26 Mar 2003 09:45:19 -0500
- Reply-to: geda-user@seul.org
- Sender: owner-geda-user@seul.org
- User-agent: Mozilla/5.0 (X11; U; Linux sparc64; en-US; rv:1.0.0) Gecko/20020622 Debian/1.0.0-0.woody.1
Hello,
I'm trying to build a netlist to use with pcb (1.99n). I have
written a very simple schematic:
v 20030223
C 81500 53700 0 0 0 title-A4.sym
C 88900 60000 1 0 0 resistor-1.sym
{
T 89100 60300 5 10 1 1 0 0
refdes=R1
T 88900 60000 5 10 1 1 0 0
footprint=R025
}
C 88900 59200 1 0 0 resistor-1.sym
{
T 89100 59500 5 10 1 1 0 0
refdes=R2
T 88900 59200 5 10 1 1 0 0
footprint=R025
}
N 88900 60100 88400 60100 4
N 88400 60100 88400 59300 4
N 88400 59300 88900 59300 4
N 89800 60100 90400 60100 4
N 90400 60100 90400 59300 4
N 89800 59300 90400 59300 4
that only contains two resistors and two wires. I have compiled this
schematic with gschem2pcb with success, but I cannot use it in PCB. When
I try to use this netlist, PCB returns:
jolitorax:[~] > pcb
Can't find R2 pin 2 called for in netlist.
Can't find R1 pin 2 called for in netlist.
Can't find R2 pin 2 called for in netlist.
Can't find R1 pin 2 called for in netlist.
Can't find R2 pin 1 called for in netlist.
Can't find R1 pin 1 called for in netlist.
I have read the mailing list and I don't find any solution. All
symbols are correclty defined (numerical pines). Any idea ?
Thanks in advance.