Netlist issue loading

I create my schematic , I launch to launch Cv Pcb .
No issue occurs.
So I generate netlist .
Netlist is done.
When I launch Pcb new, read netlist .
I receive a popup IO_ERROR : fp-lib-table contain no lib with nick name ‘user_P308’.
I don’t how chnage that .

I think you might want to read up on how symbols and footprints are connected.

A bit of reading material from the FAQ:
What are symbols and footprints
How to assign a footprint to a symbol placed in eeschema


If you use cvpcb to assign footprints for all your placed symbols importing the netlist should work.

There are two options how it can fail. One is that the footprint lib has changed between assigning the footprint via cvpcb and importing the netlist.

The other option is that you did not use cvpcb to assign the footprint.
One option here is that the footprint is already assigned in the library. (fully specified symbol)
Here again you run into problems if the footprint libs changed since you assigned the footprint. Or if you got the symbol from a third party it might be required to also install some footprint lib.

If you manually entered the footprint into the placed symbols footprint field you might have used a wrong syntax. (it should be lib_name:footprint_name)

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