[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA-user: netlister problem (increase number of rename_pairs)
- To: geda-user-at-NOSPAMseul_dot_org, geda-dev-at-NOSPAMseul_dot_org
- Subject: Re: gEDA-user: netlister problem (increase number of rename_pairs)
- From: James Cotton <peabody124-at-NOSPAMgmail_dot_com>
- Date: Thu, 7 Jul 2005 13:07:51 -0500
- Delivery-Date: Thu, 07 Jul 2005 14:07:53 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TOY3VoCqZwo8YoeCN0Srpfshj4dbz1dF0diyCBwtEHdx3lB1rDq6Ao1zACOXO66JPq2x689CrmiCY8JBKduMPrOdJxhqUmtVRq4Db7334pYNLev+lG/sc2b4v9Uju6BniO4T7eAlW3Fn0tnAuEkgFUdzeHdCNKQAQRzBdk5IWfo=
- In-Reply-To: <20050707171757.E6CD42AA07@earl-grey.cloud9.net>
- References: <a08e8e76050707090538ad3a14@mail.gmail.com> <20050707171757.E6CD42AA07@earl-grey.cloud9.net>
- Reply-To: geda-user-at-NOSPAMseul_dot_org
- Sender: owner-geda-user-at-NOSPAMseul_dot_org
No, I tried that increasing both of the dimensions of the rename_pairs
variable by a factor of 10. I also compiled the CVS geda but that
didn't help.
Finally I found this post on the devlist (which is why I'm cross
posting) that fixed the problem
(http://www.mail-archive.com/geda-dev@seul.org/msg03934.html) and now
it is netlisting my board like a pro. Could someone with more skill
consider uploading it to CVS?
Thanks,
James
On 7/7/05, Stuart Brorson <sdb@cloud9.net> wrote:
> It looks to me like you just need to go into gnetlist/src, and edit
> the file s_rename.c. Change the line
>
> #define MAX_RENAME 64
>
> to
>
> #define MAX_RENAME 256
>
> (or some such number). Then recompile & reinstall.
>
> HTH,
>
> Stuart
>
>
> >
> > 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
> >
>
>