-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Reference libraries in hardware addon #1445
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
Comments
This has my vote! I wish the Arduino suite just had support for the ATMega644 from the start. The Sanguino (644-based Arduino) is used in lots of 3D printers and other things where the ATMega is a perfect platform, but you need more RAM or pins or whatever. |
This should be possible, I think. Have you tried with the latest 1.5.x in Cristian, do you know what the status is? On Fri, May 31, 2013 at 3:07 AM, 626Pilot [email protected] wrote:
|
@damellis I can't actually compile the Android IDE 1.5.x after you merged the "lib-1.5-cores" branch. |
@Lauszus Its weird that you can't compile the latest, may you try to do both "git clean" and "ant clean" before? Also starting the IDE from command line may give some more information. |
@cmaglie It's fine with me :) Any idea when you will have it done? Yes I do exactly that. I'm using "ant run" to start the IDE the icon simply just pops up shortly and then goes away again. When I run it it print:
At the end, so it seems like everything has been build with success, but it clearly hasn't. Is there any log I can send you that might help solving the issue? |
When I click on the builded application the following gets printed in my console:
Note that the "Dock" error only comes once in a while. |
This issue is solved after all libraries was converted to the new format. |
Unfortunately we have to step back with the new library format format. I'l make a fix for the library search path for referenced cores for 1.5.5 release. |
The latest commit should solve the issue. |
Thanks! |
I have written a Sanguino addon for the Arduino IDE: https://github.com/Lauszus/Sanguino that both works with Arduino 1.0.x and 1.5.x, but the problem is that there is no way to reference the Arduino libraries in version 1.5.x.
This means that you will have to include all the standard Arduino libraries within the addon in the dedicated libraries folder: https://github.com/Lauszus/Sanguino/tree/master/avr/libraries.
Wouldn't it be possible to create some kind of text file so you could tell the IDE to include the Arduino libraries for you architecture, like Wire, SPI, Servo etc for AVR, just like you can reference the Arduino core?
Regards
Lauszus
The text was updated successfully, but these errors were encountered: