Lauszus / Sanguino

Sanguino add-on for the Arduino IDE, based on http://code.google.com/p/sanguino/

Home Page:https://lauszus.github.com/Sanguino/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with avr/libraries (fix included)

626Pilot opened this issue · comments

I wasn't able to compile after switching over to this version of the Sanguino code. The directory sketchbook/hardware/Sanguino/avr/libraries is empty. If I remove that directory and link /path/to/arduino/hardware/arduino/avr/libraries in its place, I am able to compile.

You are using Arduino 1.5.x, right? This is not a bug, but this is the new behavior of the IDE. I have just filled in a issue letting them know that it's a problem. You can see the issue at the Arduino repository: arduino/Arduino#1445.

Btw I'm using symlinks myself to do the exact same thing.

Yep, 1.5.x. There are several Sanguino repos out there, but this is the only one where I could actually get it to work halfway decent. I managed to get my code compiling for the 644P, AND a new bootloader flashed to get everything running at 20MHz, which is more than I could do with the others. Thanks for your work on this. Maybe someday the Arduino suite will just have support for this great chip by default. I don't know why it doesn't.

Good to hear you appreciate my work :) I will leave this issue open until it is fixed in the Arduino IDE.

@626Pilot have you seen his reply? It will properly be fixed when the 1.5.x IDE exist it's beta stage, so I will close this issue as there is nothing I can do about it at the moment. If it's a problem just use the Arduino IDE 1.0.5 :)