[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: footprint name's max length
>> Change all the "-" to "_". Also you might look for the setting which
> I run gsch2pcb to search newlib first as
>
> gsch2pcb --use-files --element-dir <mydir> -v project
>
> Is this correct ?
m4 is always searched first to find all m4 parts. Then newlib
is searched to fill in not found parts and, if --use-files is given,
to replace any found m4 parts. So you should still try changing
the name.
Bill