X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1501677695; l=2232; s=domk; d=q40.de; h=Content-Transfer-Encoding:Content-Language:Content-Type:In-Reply-To: MIME-Version:Date:From:References:To:Subject; bh=10u2ELepsX7q20f2xF/y+7kq4TEXzC9yaHoIt1CwS+A=; b=iluYuQPWKGCPajp7PWzLkNReSAbr7WxHa/BJa8LqMofJHJprvp/qI5THizYlAdiv4z KOyqp4ySjpU6Rxu7oIaI0SbVc+HNmDPpYaMvsDpvTO5kMMHvxGEWtZ+7UhfK+PGrWA1N veg9N3tid/DV/n2+bFKhz/PGpP1U/Ri7Eg5t0= X-RZG-AUTH: :KGkWcEuIaqvXDP/lM1VHWdGFggin0eQ8E4RQ3QdPxccgEEupEn9kcA== X-RZG-CLASS-ID: mo00 Subject: Re: [geda-help] Tutorial Help To: geda-help AT delorie DOT com References: From: "Derek Stewart (derek AT q40 DOT de) [via geda-help AT delorie DOT com]" Message-ID: Date: Wed, 2 Aug 2017 13:41:34 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi Stuart, I did not put the Value Attribute in the Tutorial: TWO.SCH file for item CONN201. I have corrected this and used the command: gsch2pcb --m4-pcbdir /usr/share/pcb/m4 project The PCB was generated with no errors. Just got to learn and PCB... -- Regards, Derek On 02/08/17 12:53, Stuart Brorson (sdb AT cloud9 DOT net) [via geda-help AT delorie DOT com] wrote: > I can't speak to your particular configuration and its search paths, > but this error is telling you that PCB can't find a footprint for > CONNECTOR-2-1. Try using a different footprint. Or check the name of > the footprint you want to use. Or download a new one from > gedasymbols. > > Stuart > > > > On Wed, 2 Aug 2017, Derek Stewart (derek AT q40 DOT de) [via > geda-help AT delorie DOT com] wrote: > >> Hi, >> >> I tried to generate the PCB in the geda2pcb_tutorial, which gives the >> following error: >> >> gsch2pcb backend configuration: >> >> ---------------------------------------- >> Variables which may be changed in gafrc: >> ---------------------------------------- >> gsch2pcb:pcb-m4-command: "/usr/bin/m4" >> gsch2pcb:pcb-m4-dir: "/usr/share/pcb/pcb/m4" >> gsch2pcb:pcb-m4-path: ("$HOME/.pcb" ".") >> gsch2pcb:m4-files: "" >> >> --------------------------------------------------- >> Variables which may be changed in the project file: >> --------------------------------------------------- >> gsch2pcb:use-m4: yes >> >> ---------------- >> M4 command line: >> ---------------- >> /usr/bin/m4 -d -I/usr/share/pcb/pcb/m4 -I$HOME/.pcb -I. >> /usr/share/pcb/pcb/m4/common.m4 - >> board.new.pcb >> >> ===================================================== >> Using the m4 processor for pcb footprints >> Loading schematic [/home/derek/gaf/project1/one.sch] >> Loading schematic [/home/derek/gaf/project1/two.sch] >> >> -------- >> CONN201: need new file element for footprint CONNECTOR-2-1 >> (value=unknown) >> CONN201: can't find PCB element for footprint CONNECTOR-2-1 >> (value=unknown) >> So device CONN201 will not be in the layout. >> >> --- >> >> >> I think my gsch2pcb:pcb-m4-dir: >> >> Can I alter the location in the .gEDA/gafrc file? >> >> -- >> Regards, >> >> Derek >> >