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

How I compiled grbl-sim on windows #9

Open
simonmtl opened this issue Sep 4, 2015 · 3 comments
Open

How I compiled grbl-sim on windows #9

simonmtl opened this issue Sep 4, 2015 · 3 comments

Comments

@simonmtl
Copy link

simonmtl commented Sep 4, 2015

I had to make the following changes on the makefile to be able to compile with ming32-make on win7:

-change relative paths from ../ to ..\
-change rm -f command to del
-$(CC) was not recognised, I changed the line to gcc

To avoid messing with the makefile, I tried to compile through Cygwin but file conio.h was not found (it's a windows file), so I changed it to curses.h but then some function calls were not identified, so I gave up on this approach although it's probably simple to correct/modify.

@ashelly
Copy link

ashelly commented Sep 14, 2015

Thanks for the feedback. I will address when I get some bandwidth.

@thrustin
Copy link

I am having trouble trying to compile on windows. Is it possible to upload your makefile?

@hansmbakker
Copy link

Please see #19 and #20

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

4 participants