You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening up the schematics, I got errors indicating that several libraries weren't found. When checking on Preferences -> Manage Symbol Libraries, I saw that under Project Specific Libraries that the references are old?
For example: the seventh library reference was for ${KICAD_SYMBOL_DIR}/conn.lib, however checking under ${KICAD_SYMBOL_DIR} or /usr/share/kicad/library there is no conn.lib under standard installation of kicad-symbols. Instead there are Connector_Generic.lib, Connector_Generic_Mounting_Pin.lib, Connector_Generic_Shielded.lib, and Connector.lib.
Are you using a library not included in the standard libraries? If so, which is it?
If not, and these are references to standard libraries, are they not covered by the standard Global Libraries?
Please advise.
The text was updated successfully, but these errors were encountered:
When opening up the schematics, I got errors indicating that several libraries weren't found. When checking on
Preferences -> Manage Symbol Libraries
, I saw that underProject Specific Libraries
that the references are old?For example: the seventh library reference was for
${KICAD_SYMBOL_DIR}/conn.lib
, however checking under${KICAD_SYMBOL_DIR}
or/usr/share/kicad/library
there is noconn.lib
under standard installation of kicad-symbols. Instead there areConnector_Generic.lib
,Connector_Generic_Mounting_Pin.lib
,Connector_Generic_Shielded.lib
, andConnector.lib
.Global Libraries
?Please advise.
The text was updated successfully, but these errors were encountered: