Hi ,
I am currently having some problems when building with the DDK compiler.
I am getting the following errors
NMAKE : fatal error U1073: don’t know how to make ‘s:\nt\obj\nt6.fre\i386\mui_drv.rcc’
errors in directory s:\nt
nmake /nologo BUILDMSG=Stop. BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2
Please could some one shed some information on this ? I was not able to find the file mui_drv.rcc ? Since I could not find this file in the ddk makes me suspicious some flag of DDK for Longhorn has changed
Any help is appreciated.
Thanks,
Mehtab
Is the s:\nt\ folder where you have your sources? (I suspect the answer is
no, and that s:\nt.… is the path on the MS build server that built the WDK
or OS).
Ciao
GV
----- Original Message -----
From:
To: “Windows System Software Devs Interest List”
Sent: Thursday, May 10, 2007 10:10 AM
Subject: [ntdev] Strange Compiler error with DDK compiler for Lonhorn beta3
> Hi ,
> I am currently having some problems when building with the DDK compiler.
> I am getting the following errors
> NMAKE : fatal error U1073: don’t know how to make
> ‘s:\nt\obj\nt6.fre\i386\mui_drv.rcc’
> errors in directory s:\nt
> nmake /nologo BUILDMSG=Stop. BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1
> MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2
>
> Please could some one shed some information on this ? I was not able to
> find the file mui_drv.rcc ? Since I could not find this file in the ddk
> makes me suspicious some flag of DDK for Longhorn has changed
>
> Any help is appreciated.
> Thanks,
> Mehtab
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
s:\nt is the folder where I have my sources, so its pointing to the correct source path. Its still not able to compile the files.
TIA
Mehtab