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

Complation fails due to FirmwareReceiver #17

Closed
klasrocket opened this issue Jun 26, 2016 · 2 comments
Closed

Complation fails due to FirmwareReceiver #17

klasrocket opened this issue Jun 26, 2016 · 2 comments

Comments

@klasrocket
Copy link

Not able to complie and not really sure why, can't find any file including a struct for FirmwareReceiver though.

Get the following output from Arduino IDE 1.6.5, tried 1.6.9 with same result.

Arduino: 1.6.5 (Linux), Board: "Arduino Due (Programming Port)"

GVRET:56: error: 'FirmwareReceiver' does not name a type
GVRET.ino: In function 'void setup()':
GVRET:293: error: 'fwReceiver' was not declared in this scope
GVRET:293: error: expected type-specifier before 'FirmwareReceiver'
GVRET:293: error: expected ';' before 'FirmwareReceiver'
'FirmwareReceiver' does not name a type

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

@collin80
Copy link
Owner

FirmwareReceiver is an Arduino library. The source code for it can be found in my repos: https://github.com/collin80/FirmwareReceiver

However, I did recently change the layout of FirmwareReceiver to no longer be object oriented. I should have updated GVRET at the same time but it appears I haven't. So, that's an oversight on my part. I do have an updated GVRET that does work with the newest FirmwareReceiver. I think that source is on my work machine though so I'll have to update GVRET on github first thing tomorrow. Sorry for this trouble.

jerkey added a commit to jerkey/GVRET that referenced this issue Feb 13, 2017
@collin80
Copy link
Owner

collin80 commented Apr 2, 2017

No more firmwarereceiver. Be gone!

@collin80 collin80 closed this as completed Apr 2, 2017
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