Wednesday 23 September 2009

Don't know how to make 'TargetCompilePass'

It's another "Klassiker":

BUILD: [01:0000000016:ERRORE] NMAKE : U1073: don't know how to make 'TargetCompilePass'
BUILD: [01:0000000018:ERRORE] NMAKE.EXE TargetCompilePass -i -c BUILDMSG=Stop. ...

This error means there is no makefile in your code directory. And it has nothing to do with the TargetCompilePass or NMake.
Each directory with your code (e.g. a driver) must contain at least a sources and a makefile file. Just copy it from any other driver and modify the sources file. But never change the makefile!

Tschüß Holger

No comments: