Simulator icon indicating copy to clipboard operation
Simulator copied to clipboard

Cannot compile for Windows

Open hamyyy opened this issue 3 years ago • 2 comments

When i try to build the project i get the following error:

src\main.c(30,10): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory

I'm using Windows 11, vscode with C/C++ Tools and CMake Tools extensions. I allow cmake to configure the project which it seems to do without a problem. But when I try to build I get the above compilation errors. After searching I found that unistd.h (and possibly other header files) are specific to UNIX operating systems. I have run the project in WSL (Linux kernal on Windows) and it works fine. Maybe this project hasn't been ported to windows yet? Any help or insight into the matter is deeply appreciated.

Thank you :)

hamyyy avatar Aug 09 '22 02:08 hamyyy

I've created a workaround by encapsulating the project in a docker container.

https://github.com/hamyyy/grblHAL-simulator

steps to run:

install docker for windows run docker-build.bat script run docker-run.bat script

I'll update the Readme later. just posting this in case anyone finds it useful.

currently the only way to interact with the sim is via telnet and defaults to port 4000. some config.h settings are set in the cmakelists file

hamyyy avatar Aug 19 '22 02:08 hamyyy

Interesting. Would be nice to have the Dockerfile in the main repo I guess.

tcurdt avatar May 29 '23 00:05 tcurdt