-
Notifications
You must be signed in to change notification settings - Fork 2
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
step four up next - compiling decwar! #8
Comments
pushing some notes from the learnings over the weekend, got into some good stuff around fortran versions, which is part of the whole idea - good preparation for tackling linpack style stuff on tops-10!:) hi lars - @larsbrinkhoff - got some good info from some of your discussions around its and dec fortran, thanks for that!:) here's nutshell, pulled from the link that follows learnings around fortran versions
tape files at https://pdp-10.trailing-edge.com/ PDP-10/its#170 (comment) current pic is that we're on dec fortran-10 v6 from 1981, which makes sense historically for decwar. this means a dec superset of fortran IV / f66. it meets the f66 ansi standard, and has dec extensions. we know for a fact that v5 did the same and already had the 'include' statement. highly likely that 'include' is one of the dec extensions to f66! here's a nutshell of current learnings for decwar context https://github.com/drforbin/decwar/blob/docs/docs/sec4-compiling-decwar.md |
yes!!! wootwoot! got a successful build, gotta celebrate a little bit!:) @drforbin will post a full report this weekend, meanwhile here's the big breakthrough. troubles with fortran continuation lines and kermit. solved! |
with kermit rolling and files copied over from raspi side to tops10 side, time this weekend to start digging into merlyn's instructions for compiling, from the file 'changes' in the repo. exciting! here those are as prep. going to try walking through step by step.
The text was updated successfully, but these errors were encountered: