-
Notifications
You must be signed in to change notification settings - Fork 217
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
Arduino SDK v1.8.1 cmake error #177
Comments
@jnbrq
|
Please review #180 as it should address your issues! |
I also got this problem. Has anybody resolved it??? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to build provided CMakeLists file. I have an error concerning Wire example doesn't exist. That's fine. But I have a more serious problem (after commenting out wire example target):
My host system is Ubuntu 17.04 x64. I used following command to compile:
cmake .. -DARDUINO_SDK_PATH="/home/janberq/arduino-sdk"
The text was updated successfully, but these errors were encountered: