-
Notifications
You must be signed in to change notification settings - Fork 132
Add support for boardsManager #272
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
tried the latest plugin using the boards manager support on OSX. I get this error message: Failed to extract environment info from arduino ide 'arduino --get-pref'. The setup will not work properly Manually I can start the command and get the right output: I assume that the path for the Arduino executable on OSX is not correct. |
@jipp |
I've got the same issue as above (jipp). I'm running the nightly build AFAIK (2.4.0.201506260213) according to eclipse, which is slightly different from the latest nightly on your website. |
@lakidd
please dump the error here. |
Thanks @jantje it.baeyens.core java.io.IOException: Cannot run program "/Applications/Arduino.app/Contents/Java/arduino" (in directory "/Applications/Arduino.app/Contents/Java"): error=2, No such file or directory |
Seems I missed to connect a dot. |
No worries, will do...thanks. |
@lakidd |
Hi Idid some tests using the latest version: 2.4.0.201506290213 -started the arduino edi 1.6.5 and selected the UNO -now starting eclipse I get the following error message: Failed to extract environment info from arduino ide 'arduino --get-pref'. The setup will not work properly the correct path should be "/Applications/Arduino_1.6.5.app/Contents/MacOS" program should be: "Arduino" cheers |
Hi jipp above you stated:
Is there such a program as JavaApplicationStub? |
I think I mixed up some things .... It is amazing how mutch harder it becomes when you do not have the os at your fingertips. |
|
good. Seems we got MacOS finally going :-) |
no worries and thanks again...so without being a non-contributing On Wed, Jul 1, 2015 at 8:35 PM, jantje [email protected] wrote:
|
All boards that do not use the arduino:arduino reference should work now. This is related to #158. As I said before I tried it again now the boardsmanager is available but it is and remains a lot of work. |
Note I found a way to support build.core and build.variant. For upload there are easy way arounds. |
thanks Jantje. So...if I have the esp8266 plugin installed in the arduino IDE, how do I see that as a board option in the eclipseArduino IDE ? Or are we not there yet ? |
@lakidd
I just made a change based on https://github.com/arduino/Arduino/wiki/Boards-Manager-FAQ and it looks like
please report progress |
sure, will do tonight...looks good tho ! On Wed, Jul 8, 2015 at 9:34 PM, jantje [email protected] wrote:
|
ok, some good some bad...
21:23:43 Build Finished (took 63ms) Every other board i've tested seems to work ( but i haven't done them all) I did this by building via |
The build succeeded last night so an upgrade should give the same results.
It looks to me that your environment variable A.COMPILER.PATH is not set properly. Something to keep in the back of my mind .... there may be a problem with the generation of the dump files. It may be needed that they must be project dependent due to the options specified. On the other hand I process the boards.txt file so it should be ok. |
OK...so I started a new workspace and the pro-mini works fine. It's something to do with that being the board i was using before I upgraded. Is there a way to blow away the config for an existing workspace and start from scratch ? I haven't modified boards.txt or platform.txt |
do the upgrade procedure Best regards |
Thanks Jante...yes it's seems that a couple of my workspaces are a bit On Fri, Jul 10, 2015 at 7:05 AM, jantje [email protected] wrote:
|
so we can say mac works fine? |
It looks like it but need to test with actual code as opposed to empty projects. Great stuff, thanks ! Sent from my phone so please excuse brevity and typos
|
I guess we can close this one now |
Yep, it works really well...great stuff ! Thanks On Tue, Jul 28, 2015 at 6:50 AM, jantje [email protected] wrote:
|
Arduino IDE 1.6.2 came with a boards manager. This came with changes in how/where boards are stored.
Therefore the plugin needed changes and data from the arduino IDE that was not available in a file.
This resulted in issue #236 and in the arduino repository arduino/Arduino#2982
The arduino core team changed the Arduino IDE so the info is now available.
This will be part of the arduino IDE release 1.6.5
This defect is to try to fix the whole problem before Arduino IDE 1.6.5 is released so I can declare arduino IDE 1.6.5 and the latest build of the plugin "compattible"
The text was updated successfully, but these errors were encountered: