[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-user: gnetlist Wrong type argument in position error
- To: geda-user@xxxxxxxx
- Subject: gEDA-user: gnetlist Wrong type argument in position error
- From: Bob Paddock <bob.paddock@xxxxxxxxx>
- Date: Sat, 3 Sep 2005 07:56:36 -0400
- Delivered-to: archiver@seul.org
- Delivered-to: geda-user-outgoing@seul.org
- Delivered-to: geda-user@seul.org
- Delivery-date: Sat, 03 Sep 2005 07:57:38 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=bdjk060pt5gxekLxJPia6kQXNKxMc0Ii1Km+f4gozqiXMLuMsgLe2QWt6D8bFFOIoOQORRVIMNKHUCJpaAaKbfMq7PWXKJs19FjfZRAIxdlGb17rRhBLbwLKg3ISNFoTvWEAZiWtQ5gZzt51OEVMclIb867wAshgTxwor6jcmYI=
- Organization: The Designer-III Company http://www.designer-iii.com/
- Reply-to: geda-user@xxxxxxxx
- Sender: owner-geda-user@xxxxxxxx
- User-agent: KMail/1.8.1
I am getting a error when I run gnetlist.
Can someone point me in a direction to find which one of my schematics is
causing the error, and more specifically some kind of human meaning to the
error message?
Short spew:
ERROR: In procedure apply:
ERROR: Wrong type argument in position 1: #<variable 80591c0 binding:
#<primitive-procedure <>>
Full spew:
gnetlist -g drc2 lpc2138.sch oled.sch i2c.sch pwrio.sch bus.sch -o
drc_output.txt
gEDA/gnetlist version 20050820
gEDA/gnetlist comes with ABSOLUTELY NO WARRANTY; see COPYING for more details.
This is free software, and you are welcome to redistribute it under certain
conditions; please see the COPYING file for more details.
Remember to check that your schematic has no errors using the drc2 backend.
You can do it running 'gnetlist -g drc2 your_schematic.sch -o drc_output.txt'
and seeing the contents of the file drc_output.txt.
Loading schematic [/home/bob/gEDA/AR1600/SCH/lpc2138.sch]
Loading schematic [/home/bob/gEDA/AR1600/SCH/oled.sch]
Loading schematic [/home/bob/gEDA/AR1600/SCH/i2c.sch]
Loading schematic [/home/bob/gEDA/AR1600/SCH/pwrio.sch]
Loading schematic [/home/bob/gEDA/AR1600/SCH/bus.sch]
ERROR: In procedure apply:
ERROR: Wrong type argument in position 1: #<variable 80591c0 binding:
#<primitive-procedure <>>
make: *** [drc_output.txt] Error 2