You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered the following error while trying to build the PDP11 simulator. I tried different versions of Visual Studio (2022, 2019), but no sign of success.
1>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(156,5): error MSB3073: The command "Pre-Build-Event.cmd "...\simh-master\simh-master\BIN\NT\Win32-Debug\BuildTools\BuildROMs.exe" BUILD
1>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(156,5): error MSB3073: :VCEnd" exited with code 1.
1>Done building project "BuildROMs.vcxproj" -- FAILED.
2>------ Build started: Project: PDP11, Configuration: Debug Win32 ------
2>Check for required build dependencies & git commit id
2>************************************************
2>************************************************
2>** Project dependencies are not correct. **
2>** This project should depend on BuildROMs. **
2>************************************************
2>************************************************
2>EXEC : error : Review the Output Tab for more details.
2>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(156,5): error MSB3073: The command "Pre-Build-Event.cmd "...\simh-master\simh-master\BIN\NT\Win32-Debug\PDP11.exe" LIBPCRE ROM BUILD LIBSDL
2>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(156,5): error MSB3073: :VCEnd" exited with code 1.
2>Done building project "PDP11.vcxproj" -- FAILED.
========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
========== Build completed at 19:51 and took 08.907 seconds ==========
I think it has something to do with SimH itself.
Thanks!
The text was updated successfully, but these errors were encountered:
I encountered the following error while trying to build the PDP11 simulator. I tried different versions of Visual Studio (2022, 2019), but no sign of success.
I think it has something to do with SimH itself.
Thanks!
The text was updated successfully, but these errors were encountered: