Below is LTspice simulation in which this error occurs.
The error is Unknown subcircuit called inc xu1 n001 n003 op opamp
How do I fix this error?
Below is LTspice simulation in which this error occurs.
The error is Unknown subcircuit called inc xu1 n001 n003 op opamp
How do I fix this error?
You have no model for the opamp, every component needs a model:
add the line .lib opamp.sub
for further reading on adding models see these links