From: Bruno van Dooren on
Hi All,

i am trying to build a small driver, based on the osrusbfx2 sample.

when i try to build it, it generates a number of errors like
warning U4006: "special macro undefined '$<'
error: 'jvc'is not recognized as an internal or external command.

however, when i copy the driver folder into the WDF samples directory, it
works without a problem.

is there something i forgot to configure?
copying a sample outside the WDF folder causes the same problem.

sorry for not pasting the complete message, but i cannot get the log file
onto this terminal.

kind regards,
Bruno.

From: ZG on
There should be some include path errors. You can check your .h and
settings.

--

Regards,
ZG [@ Sydney]
Windows Driver Developer


"Bruno van Dooren" <bruno_nos_pam_van_dooren(a)hotmail.com> wrote in message
news:B9767E8E-B1F2-4F6E-89D3-B6E36FEA1D6F(a)microsoft.com...
> Hi All,
>
> i am trying to build a small driver, based on the osrusbfx2 sample.
>
> when i try to build it, it generates a number of errors like
> warning U4006: "special macro undefined '$<'
> error: 'jvc'is not recognized as an internal or external command.
>
> however, when i copy the driver folder into the WDF samples directory, it
> works without a problem.
>
> is there something i forgot to configure?
> copying a sample outside the WDF folder causes the same problem.
>
> sorry for not pasting the complete message, but i cannot get the log file
> onto this terminal.
>
> kind regards,
> Bruno.
>


From: Carl Woodward on
Looks to me like you have a space in your build path. Try 'subst' to remove
spaces from your build path.

Hope this helps,

Carly


"Bruno van Dooren" <bruno_nos_pam_van_dooren(a)hotmail.com> wrote in message
news:B9767E8E-B1F2-4F6E-89D3-B6E36FEA1D6F(a)microsoft.com...
> Hi All,
>
> i am trying to build a small driver, based on the osrusbfx2 sample.
>
> when i try to build it, it generates a number of errors like
> warning U4006: "special macro undefined '$<'
> error: 'jvc'is not recognized as an internal or external command.
>
> however, when i copy the driver folder into the WDF samples directory, it
> works without a problem.
>
> is there something i forgot to configure?
> copying a sample outside the WDF folder causes the same problem.
>
> sorry for not pasting the complete message, but i cannot get the log file
> onto this terminal.
>
> kind regards,
> Bruno.
>


From: Bruno van Dooren on
you mean i cannot have spaces in any of the folder names in my source tree?
wow. that IS backwards.

not to diss the DDK, and WDF sure looks nice, but the build environment
seems kind of dated.
but then again, i am using VIM for editing, so who am i to talk...

still, some better error messages would be nice.

thanks for the answer.

kind regards,
Bruno.

"Carl Woodward" <news(a)themonkey*removemeplease*alliance.com> wrote in
message news:nOfnf.16069$E14.3737(a)newsfe7-win.ntli.net...
> Looks to me like you have a space in your build path. Try 'subst' to
> remove spaces from your build path.
>
> Hope this helps,
>
> Carly
>
>
> "Bruno van Dooren" <bruno_nos_pam_van_dooren(a)hotmail.com> wrote in message
> news:B9767E8E-B1F2-4F6E-89D3-B6E36FEA1D6F(a)microsoft.com...
>> Hi All,
>>
>> i am trying to build a small driver, based on the osrusbfx2 sample.
>>
>> when i try to build it, it generates a number of errors like
>> warning U4006: "special macro undefined '$<'
>> error: 'jvc'is not recognized as an internal or external command.
>>
>> however, when i copy the driver folder into the WDF samples directory, it
>> works without a problem.
>>
>> is there something i forgot to configure?
>> copying a sample outside the WDF folder causes the same problem.
>>
>> sorry for not pasting the complete message, but i cannot get the log file
>> onto this terminal.
>>
>> kind regards,
>> Bruno.
>>
>
>


From: Calvin Guan on
Suggestion to the WDK setup devs: popup a big warning when the destination
path contains space.

--
Calvin Guan (Windows DDK MVP)
NetXtreme Longhorn Miniport Prime
Broadcom Corp. www.broadcom.com

"Bruno van Dooren" <bruno_nos_pam_van_dooren(a)hotmail.com> wrote in message
news:ufDolJ1$FHA.532(a)TK2MSFTNGP15.phx.gbl...
> you mean i cannot have spaces in any of the folder names in my source
> tree?
> wow. that IS backwards.
>
> not to diss the DDK, and WDF sure looks nice, but the build environment
> seems kind of dated.
> but then again, i am using VIM for editing, so who am i to talk...
>
> still, some better error messages would be nice.
>
> thanks for the answer.
>
> kind regards,
> Bruno.
>
> "Carl Woodward" <news(a)themonkey*removemeplease*alliance.com> wrote in
> message news:nOfnf.16069$E14.3737(a)newsfe7-win.ntli.net...
>> Looks to me like you have a space in your build path. Try 'subst' to
>> remove spaces from your build path.
>>
>> Hope this helps,
>>
>> Carly
>>
>>
>> "Bruno van Dooren" <bruno_nos_pam_van_dooren(a)hotmail.com> wrote in
>> message news:B9767E8E-B1F2-4F6E-89D3-B6E36FEA1D6F(a)microsoft.com...
>>> Hi All,
>>>
>>> i am trying to build a small driver, based on the osrusbfx2 sample.
>>>
>>> when i try to build it, it generates a number of errors like
>>> warning U4006: "special macro undefined '$<'
>>> error: 'jvc'is not recognized as an internal or external command.
>>>
>>> however, when i copy the driver folder into the WDF samples directory,
>>> it
>>> works without a problem.
>>>
>>> is there something i forgot to configure?
>>> copying a sample outside the WDF folder causes the same problem.
>>>
>>> sorry for not pasting the complete message, but i cannot get the log
>>> file
>>> onto this terminal.
>>>
>>> kind regards,
>>> Bruno.
>>>
>>
>>
>
>