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

Compile error for Arduino doppler example #1

Open
pdp7 opened this issue Mar 17, 2019 · 4 comments
Open

Compile error for Arduino doppler example #1

pdp7 opened this issue Mar 17, 2019 · 4 comments

Comments

@pdp7
Copy link

pdp7 commented Mar 17, 2019

Compilation error in the Arduino doppler example due to include for /Users/svenbraun/Documents/GitHub/icicle/top.bin.h which seems hardcoded for @noscene's computer:

Arduino: 1.8.5 (Mac OS X), Board: "dadamachines doppler, Enabled"

/Users/helen/Library/Arduino15/packages/dadamachines - M4/hardware/samd/1.3.0/libraries/doppler-software/doppler/doppler.ino:2:62: fatal error: /Users/svenbraun/Documents/GitHub/icicle/top.bin.h: No such file or directory
 #include "/Users/svenbraun/Documents/GitHub/icicle/top.bin.h"
                                                              ^
compilation terminated.
exit status 1
Error compiling for board dadamachines doppler.

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

Photos:
https://photos.app.goo.gl/2ngKTJ1svTuC6FXn9

@pdp7
Copy link
Author

pdp7 commented Mar 17, 2019

This is the line that causes the error in doppler-software/doppler/doppler.ino:
https://github.com/dadamachines/doppler-software/blob/a2925fce789746b4d4b8c13816c1a09f9b05f76b/doppler/doppler.ino#L2

@pdp7
Copy link
Author

pdp7 commented Mar 17, 2019

Note: the other example that appears in the Arduino IDE examples drop-down menu for the doppler library does compile OK:
doppler-software/examples/hex-leds-test/hex-leds-test.ino
https://github.com/dadamachines/doppler-software/blob/a2925fce789746b4d4b8c13816c1a09f9b05f76b/examples/hex-leds-test/hex-leds-test.ino

@pdp7
Copy link
Author

pdp7 commented Mar 17, 2019

@nevvkid @noscene should I be creating issues like this issue in this repo or in https://github.com/dadamachines/doppler-software ? thanks!

@nevvkid
Copy link
Contributor

nevvkid commented Mar 17, 2019

@pdp7 I think this repo should be the main to improve the doppler project. So all good. Keep the issues coming here ;) I hope we can fix all of them asap.
Thanks for getting your hands "dirty" ;)

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