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 on Verify: 'SerialGpsPrint' declared void #9

Open
giligain opened this issue Aug 9, 2015 · 3 comments
Open

Error on Verify: 'SerialGpsPrint' declared void #9

giligain opened this issue Aug 9, 2015 · 3 comments

Comments

@giligain
Copy link

giligain commented Aug 9, 2015

This is the error log when I verify sketch:

Arduino: 1.6.5 (Windows 7), Board: "Arduino Leonardo"

HexNanoMWC_HEX:68: error: variable or field 'SerialGpsPrint' declared void
HexNanoMWC_HEX:68: error: 'prog_char' was not declared in this scope
HexNanoMWC_HEX:68: error: 'str' was not declared in this scope
variable or field 'SerialGpsPrint' declared void

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

@NjerOeter
Copy link

I´m not sure if you are still interested or if you already have found a solution, but anyways, you just need to switch the "prog_char" in the GPS file with only "char" and it compiles again.

@giligain
Copy link
Author

Yes, I'm still very interested...just life got busy and I needed time. So with this fix suggested, will it compile on current version of Arduino IDE, or do I still need to install older version?

I look forward to using it again soon...after life slows down some for me.

Thanks NjerOeter.

Sent from my iPhone

On Sep 18, 2015, at 5:58 AM, "NjerOeter" [email protected] wrote:

I´m not sure if you are still interested or if you already have found a solution, but anyways, you just need to switch the "prog_char" in the GPS file with only "char" and it compiles again.


Reply to this email directly or view it on GitHub.

@NjerOeter
Copy link

I actually haven´t tried to push it to my Flexbot yet, but compiling worked for me with the newest version.

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

2 participants