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

compiling error in NMEAShared.h #1

Open
Vrijheid13 opened this issue Jan 19, 2017 · 9 comments
Open

compiling error in NMEAShared.h #1

Vrijheid13 opened this issue Jan 19, 2017 · 9 comments

Comments

@Vrijheid13
Copy link

I found an error in compiling the firmware.
Not sure what to do!?

Arduino: 1.8.0 (Linux), Board:"SparkFun Pro Micro, ATmega32U4 (5V, 16 MHz)"

In file included from sketch/NMEAMessage.h:5:0,
from /home/boekel/Arduino/Helm/Helm.ino:3:
sketch/NMEAShared.h:5:19: fatal error: cstring: No such file or directory
#include
^
compilation terminated.
exit status 1

@johnboiles
Copy link
Owner

johnboiles commented Jan 19, 2017 via email

@Vrijheid13
Copy link
Author

Vrijheid13 commented Jan 20, 2017 via email

@johnboiles
Copy link
Owner

Yeah my understanding of the Arduino IDE is that it's C++-like but doesn't have all all the normal standard library stuff you might expect. You might be better off modifying the makefile.

@johnboiles
Copy link
Owner

After cloning the repo try a make test and a make build to see if it works out of the box.

@Vrijheid13
Copy link
Author

Vrijheid13 commented Jan 21, 2017 via email

@sprokkie
Copy link

@Vrijheid13
Hi, die you manage to get it working, i have the same problem

@Vrijheid13
Copy link
Author

@sprokkie
Hi, sorry for the late reply.
I tried it back then to make it work. And just now, I tried it with a fresh install of linux. But no succes yet.

@johnboiles
The Makefile procedure for compiling to an Arduino is not completely NOOB proof. And I am more a hardware guy, I would help if someone with knowledge could transform the repo to an IDE environment

Regards,
Wouter

@Vrijheid13
Copy link
Author

@sprokkie
I saw at he raspberry pi forum, that you got this to work!?
Could you share how you have done this?

Regards,
W

@sprokkie
Copy link

sprokkie commented Oct 16, 2017 via email

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