-
Notifications
You must be signed in to change notification settings - Fork 8
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
More detailed instructions #1
Comments
I would like to know more about this project too! |
This almost made my eyes bleed, but I made it work after hacking at it for the whole evening here is the rough outline:
okay, but before you do that, there is more to fix!
oh but we're not finished!
this is actually what's was supposed to switch CMake to use the correct toolchain from the beginning, but for some reason it doesn't work. Nevertheless it's doing someother stuff that you need, so you need to change that line to be
Now you can run
and you should get your libarduino.a tomorrow I might actually try to link it to a program like in this example: but this is such a hack.. that I'm really tempted to drop it. The real benefit would be clean integration with KDevelop (and probably CLion) - but it might not be worth it b/c it's such a mess if anyone can clean this up so it's usable, please let me know. I feel like @rpoisel has done 99% of the work here and someone with a bit more CMake knowledge could fix this in no-time |
@geokon-gh, you wrote |
@o1eksiy just look up "adding directories to your PATH variable on Linux" or something to that effect |
@geokon-gh, thanks for the respond!
As I understood I should to use arduino 0.9.0, right? |
... I didn't have this issue I didn't mean to provide an install tutorial or something. Just a rough guideline. This repository isn't ready for general use in it's current form and it seems to have been sorta abandoned by it's original author. @rpoisel uses it in his other projects. Look at his repositories that start with "esp8266-". They usually depend on this library, so they may work more "out of the box". Just recursively clone them and see if it works |
Hello, it's possible to update the doc to make more friendly to new users ?
I don't know if the problem is I that cannot make the compilation work or the project.
Best regards.
The text was updated successfully, but these errors were encountered: