You might have run into a problem with the microcontroller libs First you have to select the working library correctly and save the modified part to the working lib and the loaded lib for things to happen. However it is always a good idea to save modified libs into your own folder / library rather than the provided ones as things can get overwritten during re-installs.
The next problem is that sometimes the libs get duplicate lines in them, prob as a result of some import/editing process. Have a look with a text editor on the lib for your part and you may find some. Patrick has developed a checking utility "kipy" that does a lot of checks on the files, and does detect such duplicate lines. It's in python and it runs fine on my linux system, http://code.google.com/p/pyeda/ Andy On Sat, 28 Nov 2009 12:18:23 +0100 "pascal et sabrina" <[email protected]> wrote: > Yes and i had error on each connections. > > I re-annotate before doing DRC and netlist generation but my components > begin with a #U and don’t appear in the netlist components list. > > What is strange is my design was good, without any DRC erros, netlist > generation and pasckage association was good and PCB drawing was Ok. > > My trouble began when I changed 2 global labels connected to my > microcontroller and I can’t undo my changes. > > I tried to redsigned a new small schematic with this component but no good > results. > > It seems that in error file I have a lot of “unconnected pin” but in > eeschema, all my connections seems to be ok, I don’t have the small square > in my connections. > > > > De : [email protected] [mailto:[email protected]] De la > part de Andy Eskelson > Envoyé : samedi 28 novembre 2009 10:52 > À : [email protected] > Objet : Re: [kicad-users] Reference change not desired > > > > > > Did you run DRC on after the change to check for any warnings? > > I suspect that you did not re-annotate the design. > > Andy > > On Fri, 27 Nov 2009 16:32:10 +0100 > "pascal et sabrina" <[email protected] <mailto:passabant%40free.fr> > wrote: > > > Hello all, > > > > > > > > I have a strange problem when using eeschema : > > > > I designed a schematic with a microcontroller added by me in a new > library. > > > > I worked on this schematic without any problem, associated package and > began to draw PCB. > > > > I wanted to change on my schematic pin order in my controller to make an > easiest design. > > > > But, the reference of the microcontroller changed to #U01 and no > possibility to named it as U1. > > > > I tried to remove it from my schematic and re-add it but nothing change. > > > > I keep U1 until I generate netlist and it is renamed as #U01 > > > > Does anyone have an idea? > > > > > > > > Thanks > > > > > > > > > > ------------------------------------ > > > > Please read the Kicad FAQ in the group files section before posting your > question. > > Please post your bug reports here. They will be picked up by the creator > of Kicad. > > Please visit http://www.kicadlib.org for details of how to contribute your > symbols/modules to the kicad library. > > For building Kicad from source and other development questions visit the > kicad-devel group at http://groups.yahoo.com/group/kicad-develYahoo! Groups > Links > > > > > > > > >
