-
Notifications
You must be signed in to change notification settings - Fork 232
Compatibility with Arduino 1.6.6? #260
Comments
I worked around this error by symlinking the standard
This error is reported in other issues, and the fix is to symlink:
But now I get the error:
|
It seems the format of boards.txt has changed slightly, causing ino's parsing of the file to fail. I fixed this error by patching line 204 in environment.py with:
I also had to add a symlink for the variants folder:
However, now I'm stuck on the error:
|
The fix for this last error is mentioned in #251. Setting recursive=False in recursive_inc_lib_flags of build.py is the problem, as it generates a list of include paths too long for avr-gcc. Please let me know if I should submit a patch. I still have an outstanding pull request, so if this package is no longer being maintained, I won't waste my time. |
Did all your amendments result in a functional copy of ino? I am asking to see if it is worth doing? |
I've given up on ino. I recommend using ano instead, which is a more recently maintained fork. |
Shame but thanks - some config problems with ano too ;( John
|
After installing Arduino 1.6.6,
ino build
fails with the error:Inspecting the code, it's trying to call the binary
/usr/share/arduino/hardware/tools/avr/bin/make
which no longer seems to exist in 1.6.6.The text was updated successfully, but these errors were encountered: