At last ...someone who knows. I doubted that a bug would exist that long.
I put the component in a new library file and then picked that file when it came to using the component on the schematic. I left the name as AXXX.
I don't understand why you have problems with this, it's the correct way.
Only thing I can think of is that some of the pin names or library description uses a invalid character.
What is the library for?
I can take a look at it if you like.
But...do I need to create a footprint for it before I use it on a schematic?
No, you assign the footprint with the CvPcb program after you've annotated your schematic and generated your netlist.
It seems that "part" and "component" are used interchangeably. Is there a difference? Same with footprint and module?
Yes, there's some confusion about these terms.... I'm still confused.
I suppose a "component" should be like a 74HC00 device, and the "part" should be the individual gates in the component.
Can you post the URL to a tutorial that has all the right steps? Perhaps you can write a short list of steps that you use? I am otherwise stumped.
I've only used the
official KiCAD doumentation.
Everything that you must know to get started should be in there.
To create a new component i a new library:
- Add the pins
- Draw the graphics
- Save component to new library
- Open eescema and add the new library
That's all there is to it, basically.
You have to define the pin types correctly, but that's another story.