I apologize for the translation of Google, I'm Russian, and I do not know your language.
In the plugin found 3 bugs:
1) using avrdude 6.0.1 is not possible to select the type of programmer
2) using avrdude 6.0.1 when selecting a microcontroller writes that it is not supported
3) when trying to read the name of the microcontroller via the programmer provides a pop-up window "can not read the output ..."
I use to:
eclipse kelper Build id: 20130614-0229
AVR Eclipse Plugin 2.4.0.201203041437 de.innot.avreclipse.feature.group avr-eclipse.sourceforge.net
avrdude 6.0.1 http://savannah.nongnu.org/forum/forum.php?forum_id=7719
Your English is perfect. And, BTW, for me it is also not my native language.
The 3 bugs are probably all caused by one and the same problem. The new version of avrdude has a different format of the .conf file. And the good news is that I have already solved that problem. However, I need to find out how to publish a new version.
In the mean time, you can download my snapshot version, which you can find here. I think you can place it in the eclipse/dropins/ directory and then restart Eclipse. It should show up as version 2.4.1.20130914-1433-beta. You may have to go to Help -> About Eclipse -> Installation Details, Click AVR Eclipse Plugin and then Update...
http://www.ijzerbout.nl/de.innot.avreclipse.p2repository-2.4.1-SNAPSHOT.zip
If you try it out, can you please let me know if it works?
Last edit: Kees Bakker 2013-10-25
Thanks a lot.I was searching solution for same problem. with your snapshot it's solved.
2.4.1 beta working!
Thanks for the update, straight from the eclipse update did not work - wrote that no updates are available, but I have updated the file on the link you here and now everything works fine, I think that this version can be easily spread in stable releases
Hi.
I have used the 2.4.0 version successfully and (I want to try new Dude6.0) I have decided to upgrade to 2.4.1 beta.
The upgrade installs fine (window->preferences->AVR->AVRDude correctly displays my previous tool configuration and allows creating new ones) but I am unable to use it within project (be it a newly created one or from 2.4.0).
I think that the problem is that now the updated plugin relies on some arduino path (I do not use arduino).
Here is the beginning of the log:
Am I right?
Yeah sorry about that. It was an experiment to add Arduino support. But I haven't had enough time to finish it.
Try my beta update site. It has beta 2.4.1 without that Arduino stuff.
http://www.ijzerbout.nl/avr-eclipse/updatesite
Thanks. I cannot access your server:
Have you added this URL in Eclipse, Help -> Install New Software -> Add ...
Just opening this URL in the browser will give the error you described. So that is not what you should do.
Ok, I got it!
Thank You!
The beta update fixed the "java.lang.NullPointerException" problem for me too with AVRECLIPSE-2.4.1.20130914-1433.
From error log file:
!ENTRY de.innot.avreclipse.core 2 0 2013-12-11 14:44:22.723
!MESSAGE Internal problem! AVRPath with value [ARDUINO IDE] is not covered. Please report to the AVR Eclipse plugin maintainer.
After update plugin is at 2.4.1.20131008-1720-beta
Thank you for the effort