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

./config.h:28:10: fatal error: ../system.h: No such file or directory #18

Open
Harvie opened this issue Dec 14, 2018 · 3 comments
Open

Comments

@Harvie
Copy link

Harvie commented Dec 14, 2018

$ LC_ALL=C make
cc -Wall -g -O3 -DF_CPU=16000000  -include config.h -I. -DPLAT_LINUX -c grbl_interface.c -o grbl_interface.o
In file included from <command-line>:
./config.h:28:10: fatal error: ../system.h: No such file or directory
 #include "../system.h"
          ^~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:64: grbl_interface.o] Error 1

@hansmbakker
Copy link

hansmbakker commented Feb 2, 2019

I have the same issue when I try setting up Azure Pipelines using a Linux build

@Harvie
Copy link
Author

Harvie commented Feb 3, 2019

I guess the problem was that i didn't put the grbl-sim directory into grbl directory. you have to clone that from separate repo and copy grbl-sim to the source directory of that...

@Harvie Harvie closed this as completed Feb 3, 2019
@goeland86
Copy link

Marking the issue as closed isn't really fixing it... Just ran into the issue, and the instructions on building grbl-sim don't indicate that it depends on the original grbl code. Leaving the issue open until the readme incorporates a mention of that would be helpful.

@Harvie Harvie reopened this Mar 3, 2024
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

3 participants