[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-user: netlister problem (increase number of rename_pairs)
- To: geda-user@xxxxxxxx
- Subject: gEDA-user: netlister problem (increase number of rename_pairs)
- From: James Cotton <peabody124@xxxxxxxxx>
- Date: Thu, 7 Jul 2005 11:05:53 -0500
- Delivered-to: archiver@seul.org
- Delivered-to: geda-user-outgoing@seul.org
- Delivered-to: geda-user@seul.org
- Delivery-date: Thu, 07 Jul 2005 12:06:08 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jNJNJeyEo540J0HK8gleoGF0LmDz+ZMLtNxgWJ4grVmyYCDv3caHg3IhdVCn/9Ckv/P9sQXQlpyPZmkOnpEh+EhC3CTunK95m15l12xHWIhzMCGdQRFWms+CWr/AXRthPbBtkD0aK0Qu7r6AkNlzYyRc1xO29r4owo/h7Y2g0bM=
- Reply-to: geda-user@xxxxxxxx
- Sender: owner-geda-user@xxxxxxxx
I have a very strange error. I have a hierarchical schematic, and I'm
trying to wire up the power and ground to the blocks. I have four
blocks with various ground pins having different names (GND, AGND,
DGND) and when I connect all of their grounds together and run
gsch2pcb I get
$ gsch2pcb projectrc
Increase number of rename_pairs (MAX_RENAME) in s_rename.c
Increase number of rename_pairs (MAX_RENAME) in s_rename.c
gsch2pcb: gnetlist command failed.
At least gnetlist 20030901 is required for m4-xxx options.
When I break any of those ground connections so only have 3 blocks
connected the error goes away. I tried recompiling increasing both
dimensions of that array by 10 and the problem is persisting.
I have uploaded the files to http://www.limeybrit.com/eeg.sch. The
problem block is analog.sch and the project file is projectrc. Thank
you for any advice!
James