missing bscmake.exe during debug build on Windows

Eric Caspole eric.caspole at amd.com
Mon Dec 16 09:07:33 PST 2013


Yes I discovered the same thing and I was able to fix it this morning by 
manually copying that tool from Tom to my box.
Eric

On 12/16/2013 11:59 AM, Gilles Duboscq wrote:
> Hi,
>
> Which version of Visual Studio/Windows SDK are you using?
> It looks like a problem from the Windows SDK [1].
>
> We should probably change the VS project files/project files generator to
> not need this but there are at least 2 or 3 people working on Graal with
> Windows here so I'm surprised they didn't run into the problem yet.
>
> [1]
> https://connect.microsoft.com/VisualStudio/feedback/details/641530/amd64-build-of-bscmake-exe-missing-in-windows-sdk-7-1
>
> -Gilles
>
>
> On Thu, Dec 12, 2013 at 10:55 PM, Eric Caspole <Eric.Caspole at amd.com> wrote:
>
>> Hi,
>> I recently noticed I can't build the debug or fastdebug version of Graal
>> on Windows anymore, it can't find this bscmake.exe. I think this used to
>> work about a month ago but I am not sure now.
>> The "--vmbuild  product" works fine.
>>
>> I am not blocked on this, just FYI.
>> Regards,
>> Eric
>>
>>
>>
>> mx.cmd --vmbuild debug --vm server build
>>
>> TRACKER : error TRK0005: Failed to locate: "bscmake.exe". The system
>> cannot find the file specified. [c:\work\reduceops\graal\build\
>> vs-amd64\jvm.vcxproj]
>>
>>
>> Done Building Project "c:\work\reduceops\graal\build\vs-amd64\jvm.vcxproj"
>> (default targets) -- FAILED.
>>
>> Build FAILED.
>>
>>
>> "c:\work\reduceops\graal\build\vs-amd64\jvm.vcxproj" (default target) (1)
>> ->
>> (BscMake target) ->
>> TRACKER : error TRK0005: Failed to locate: "bscmake.exe". The system
>> cannot find the file specified. [c:\work\reduceops\graal\build\
>> vs-amd64\jvm.vcxproj]
>>
>> 14 Warning(s)
>> 1 Error(s)
>>
>> Time Elapsed 00:00:59.12
>> RUNINDEBUGSHELL_ENDSEQUENCE
>>
>> c:\work\reduceops\graal>echo ERRXXX%errorlevel%
>> ERRXXX1
>> Error building project
>>
>> c:\work\reduceops\graal>
>>
>>
>>
>



More information about the graal-dev mailing list