As per the attached screenshot I put together a simplified version of a schematic which gets an ERC error “Input Power pin not driven by any Output Power pins” even though the PWR_FLAG’s are set on the power sources.
The error goes away when removing the R8 resistor, however as this is only a simplified schematic to demonstrate the issue I can’t remove R8. I am using Kicad v7.0.9, what is the solution to this issue?
An input must be directly attached to an output for ERC to be happy. Anything between the input and an output causes ERC to go hysterical. Either do as @Claudio.Lorini says or ignore the warning or change the input pin type to “Passive”.
An electronic designer comment: this is actually desirable, as it lets you connect two nets named differently without ERC throwing warnings/errors. Symbol “net_tie” does the same… it’s just a wire.