KiCad / kicad-library

The schematic and 3D libraries for KiCad 4.0. Note that the footprint libraries are the *.pretty repos themselves. This is an orphaned repo, the news about the v5 libs, http://kicad.org/post/kicad-official-libraries/.
Other
746 stars 956 forks source link

Clearing an error in STM32L071/STM32L072 loading libs #1811

Closed johnfwhitmore closed 6 years ago

johnfwhitmore commented 6 years ago

I'm getting four error message when libraries are loaded when I go to select a library. I've been ignoring it for a few days but decided I'd take a look at it. There seems to be a problem in the MCU_ST_STM32.dcm library file. When I comment out four blocks I clear the error message. I'm not sure this is the correct solution, obviously it's just me having this problem so it may well be down to my configuration. The errors are:

19:45:31: Alias 'STM32L071' not found in library:

'/home/john/kicad/libs/kicad-library/library/MCU_ST_STM32.dcm'

at line 3561 offset 15 19:45:31: Alias 'STM32L071' not found in library:

'/home/john/kicad/libs/kicad-library/library/MCU_ST_STM32.dcm'

at line 3573 offset 15 19:45:31: Alias 'STM32L072' not found in library:

'/home/john/kicad/libs/kicad-library/library/MCU_ST_STM32.dcm'

at line 3675 offset 15 19:45:31: Alias 'STM32L072' not found in library:

'/home/john/kicad/libs/kicad-library/library/MCU_ST_STM32.dcm'

at line 3687 offset 15

SchrodingersGat commented 6 years ago

It appears those lines are in error (there should not be spaces in the names).

Instead of commenting out, can you please delete those lines from the file entirely?