-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Failing in Visual Studio 2010 #325
Comments
Just a quick follow up, here's the warning and error log "cleaned up" to remove most of the cruft; I marked the issues fixed by Lars' PR and the upstream Errors I marked with three asterisks.
The following three simulators fail to build:
Of which the SEL32 would be fixed by grabbing the upstream The I7090 builds, but the post-build testing phase (presumably) fails. |
Update to go along with commit 9f663cb Visual Studio 2010 is giving 1 warning and 8 errors now:
Which in summary are:
The errors are marked with " |
Next update for fa0d9b0 1 warning, 5 errors:
And summary:
As always, errors marked with three asterisks (" The following simulators build:
The following do not:
From my inexpert opinion, I believe that the PDP10-KA build error is because the vcxproj file is asking for |
Attempting to build the current master branch, under commit 4374b66, using Microsoft Visual Studio 2010 Ultimate's command line tools, I get the following build failure:
The warnings regarding
ka10_dd.c
andkx10_tym.c
can be ignored, as pull request 324 by Lars fixes them.Similarly, the C4101 for
sim_timer.c
can be ignored as the upstream version of Open SIMH has already fixed it.The text was updated successfully, but these errors were encountered: