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 compiling gprslogger code #49

Open
ghost opened this issue Jan 23, 2018 · 0 comments
Open

Error when compiling gprslogger code #49

ghost opened this issue Jan 23, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 23, 2018

Hello,

I downloaded the code for the gprslogger from github, but am getting all kinds of errors when i try to compile it. I have added the errors below. Can you please help me? I have spent hours on this code, but am stuck:(

Arduino: 1.8.5 (Linux), Board: "Arduino/Genuino Uno"

Warning: Board breadboard:avr:atmega328bb doesn't define a 'build.board' preference. Auto-set to: AVR_ATMEGA328BB
Build options changed, rebuilding all
In file included from /home/john/Arduino/libraries/grbl/config.h:30:0,
from /home/john/Arduino/Telemetrics/ArduinoOBD-master/gpslogger/gpslogger.ino:15:
/home/john/Arduino/libraries/grbl/grbl.h:68:4: error: #error "Required HOMING_CYCLE_0 not defined."
#error "Required HOMING_CYCLE_0 not defined."
^
/home/john/Arduino/libraries/grbl/grbl.h:108:4: error: #error "WCO refresh must be greater than one."
#error "WCO refresh must be greater than one."
^
/home/john/Arduino/libraries/grbl/grbl.h:111:4: error: #error "Override refresh must be greater than zero."
#error "Override refresh must be greater than zero."
^
/home/john/Arduino/Telemetrics/ArduinoOBD-master/gpslogger/gpslogger.ino:19:24: fatal error: datalogger.h: No such file or directory
#include <datalogger.h>
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

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

0 participants