Can some kind soul help me to match the following compiler output line? runner: *E,NOPBIND (string_arrays.sv,3|20): Package string_package could not be bound.
My attemp (which does not work properly) is: CompilerSet errorformat=%m:\ *%t\,%m\ (%f\,%l\|%c):\ %m Clive..