Does anyone know how to use the %*{conv} construct in the errorformat string?
On Thu, 2007-03-01 at 11:46 -0500, Clive Anderson wrote: > 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.. >