Hi,
I have a problem with the import of netlist in Pcbnew. I know that it was already discussed, but previous solutions, unfortunately, do not work in my case.
The problem is that after completing scheme and choosing the foot prints, I’m trying to load a saved netlist in Pcbnew but I get an error report as follows:
Info: Reading netlist file “C:\Users\Rogalski\Desktop\test\test.net”.
Info: Using references to match components and footprints.
Error: No footprint defined for component ‘P1’.
Error: No footprint defined for component ‘P2’.
Error: No footprint defined for component ‘R1’.
Info: Checking netlist component footprint “P1:/55E0B36C:”.
Error: Cannot add new component “P1:/55E0B36C” due to missing footprint “”.
Info: Checking netlist component footprint “P2:/55E0B474:”.
Error: Cannot add new component “P2:/55E0B474” due to missing footprint “”.
Info: Checking netlist component footprint “R1:/55E0B4F0:”.
Error: Cannot add new component “R1:/55E0B4F0” due to missing footprint “”.
Footprints were selected only from the original libraries from github.The strange thing is that I can view these footprints in Library browser, and even add them to layout in Pcbnew. Do you have any ideas what I’m doing wrong? Previously, I worked a lot with the older version of KiCad, but I’ve never had such a problem.