ERROR: Component ''pad '' not found in footprint

I’ve never used KiCad before but I was tasked with adding some new components.
Thus far, i’ve imported the schematic for the new chip we will be using and added it to the currently existing schematic. I tried to read the netlist however I recieve this error. I tried looking it up but honestly I’m not sure what i have to do. I am using Kicad 4.0.7

Thank You!

KiCad decides which symbol pin represents which footprint pad based on the pin and pad numbers. These must agree for kicad to be able to know how to build the connectivity in pcb_new.

More details see: How does KiCad know which symbol pin represents which pad of the footprint?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.