-
Notifications
You must be signed in to change notification settings - Fork 99
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
noob: Does this build on MacOS Apple Silicon #438
Comments
I built it, and am running it, on my M2 Mac Pro. I just typed "make" and let it run, which takes a while due to all the testing. Then I added the bin folder to my path and that's about it! |
Sigh. The horrors of config differences. I might try it in a Linux vm.
Will need to look in simhvideo and see what it's trying to pull.
Sent via Superhuman iOS ( ***@***.*** )
…On Mon, Jan 6, 2025 at 20:29, David W Plummer < ***@***.*** > wrote:
I built it, and am running it, on my M2 Mac Pro. I just typed "make" and
let it run, which takes a while due to all the testing. Then I added the
bin folder to my path and that's about it!
—
Reply to this email directly, view it on GitHub (
#438 (comment) ) , or
unsubscribe (
https://github.com/notifications/unsubscribe-auth/AANTCR3G7RDQEZSPWZTBTID2JNJZDAVCNFSM6AAAAABUMTVW2WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZUGM3DSOJWGY
).
You are receiving this because you authored the thread. Message ID: <open-simh/simh/issues/438/2574369966
@ github. com>
|
The latest SIMH
A simple |
You can use the cmake machinery for a different build procedure that's a bit more efficient. And if you use that with build flavor "ninja" it will build with the ninja tool instead of make. That will default to using all the available cores, it's quite impressively fast. |
Context
Trying to build the vax simulator on MacOS Sequoia 15.2. I know crazy to think that anyone would try to do this
First comment is the install and running instructions are not on the README.md, I found a bunch in the V4 status that seems kind of up to date.
But now that there is no where that says to run this you need to do
At least this is what I think
the output of "sim> SHOW VERSION" while running the simulator which is having the issue
Couldn't get that far
how you built the simulator or that you're using prebuilt binaries
I only have there build instructions, where are the prebuilt binaries, would be nice to have a director in the README.md. I'm happy to submit a PR
the simulator configuration file (or commands) which were used when the problem occurred.
I tried
make vax
I installed, it looks like from the networking page, you need networking and the suggested tun tap has been deprecated since 2015 or so.
brew install sdl2 sdf2_ttf tunnelblick
the expected behavior and the actual behavior
make vax
This fails with this error, sorry, my path is huge so hard to see the errors
I have no idea what the default make does (cant' find the documentation and it is hard to read the Makefile):
so running make I get those errors and then it attempts a gcc compile and is missing symbols for ARM64, so I'm thinking I need more brew install magic here
you may also need to provide specific pointers to data files that may be necessary to demonstrate the problem
Rich Tong is the name
The text was updated successfully, but these errors were encountered: