Skip to content
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

error when run on Mac #59

Open
helmishariff opened this issue Feb 11, 2018 · 1 comment
Open

error when run on Mac #59

helmishariff opened this issue Feb 11, 2018 · 1 comment

Comments

@helmishariff
Copy link

I tried to run hello.asm. I can compile & build on my Mac but get error message when run it. Error: Bus error: 10

@sayon
Copy link
Collaborator

sayon commented Feb 11, 2018

Hello!
Unfortunately I can not support Macs because I do not have one. Assembly programs written for Linux do not work on Mac out of the box and require a little more fine tuning.

The simplest solution would be to get a virtual machine like this one (minimal) or this one (with desktop environment). You can access it through SSH to make use of a bigger screen capabilities.

If you prefer to trade a little more trouble for a possibility to test assembly code directly in your host OS, check these notes:

I would recommend the first path for a start, because you will probably have to dive into such things as position-independent code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants