How to find drc error codes, and where they come from:
First, know that each DRC error code is unique in it origin within the source code, and this was done so that you can find the statements within the source code that are generating the error. See line 38 of this file for the error code number you are seeing, find its "DRCE_???" name: http://kicad.svn.sourceforge.net/viewvc/kicad/trunk/kicad/pcbnew/drc_stuff.h?view=markup Search this file for their origin: http://kicad.svn.sourceforge.net/viewvc/kicad/trunk/kicad/pcbnew/drc.cpp?view=markup Dick Hollenbeck SoftPLC Corporation http://softplc.com
