[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: gsch2pcb to pcb error



On Fri, 2010-05-28 at 21:28 -0700, Mike Bushroe wrote:

> 
>    I forgot to mention I put several lines in the project file. I am still
>    new enough to just call it 'project'. The file is:
>    component-library /home/mike/gaf/symbols
>    element-library /home/mike/gaf/packages
>    element-dir /home/mike/gaf/packages
>    schematics ATMega164P_motherboard.sch ROV_2010_analog.sch
>    ROV_2010_power.sch ROV_2010_Hydraulics.sch ROV_2010_I2C.sch
>    ROV_2010_subprocesser.sch ROV_2010_camera.sch
>    output -name ROV-2010_motherboard
> 

You may note, in a gsch2pcb project file lines with
component-library and element-library should not exist.

You need elements-dir for your footprint directories.
And all files following schematics keyword have to be in one long line!
You may try the entry skip-m4 to ignore M4, for testing.

I have 

stefan@AMD64X2 /mnt/data/stefan/gEDA/DAD $ cat p1
schematics FPGA_Power.sch FPGA_B0B1.sch FPGA_B2B3.sch RAM.sch ADC.sch TDC.sch Digital_In_A.sch Digital_In_B.sch Digital_In_C.sch InputDividerCh1.sch InputDividerCh2.sch AmplifierCh1.sch AmplifierCh2.sch Controller.sch PowerManager.sch DC_DC_Converter.sch Lin_Regulators.sch Misc.sch AmpCommon.sch
output-name b1
skip-m4
elements-dir /usr/local/share/pcb-symbols-jcl_2008-4-25
elements-dir ../imported-footprints
elements-dir ../gedasymbols.org_salewski_footprints
elements-dir ../custom-footprints
#elements-dir local-footprints

stefan@AMD64X2 /mnt/data/stefan/gEDA/DAD $ cat gschemrc 
(define default-titleblock "Titleblock_A4-1.sym")
(paper-size 11.69 8.27) ; A4
(window-size 1400 990) ; Good size for 1600x1200
(print-command "lp -d pdf-printer")
;(postscript-font-scale 1.2)

stefan@AMD64X2 /mnt/data/stefan/gEDA/DAD $ cat gafrc 
(debug-options (list 'stack 200000))
(component-library "../imported-symbols/")
(component-library "../gedasymbols.org_salewski_symbols/")
(component-library "../custom-symbols/")
;(component-library "local-symbols/")

Maybe you should start with only one schematics sheet, to find which
sheet and which symbols/footprints make trouble.

Did you read the tutorials

http://www.delorie.com/pcb/docs/gs/gs.html
http://geda.seul.org/wiki/geda:gsch2pcb_tutorial
http://geda.seul.org/wiki/geda:transistor_guide

Best wishes

Stefan Salewski




_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user