You can subscribe to this list here.
2008 |
Jan
|
Feb
(5) |
Mar
(17) |
Apr
(8) |
May
(6) |
Jun
(5) |
Jul
(23) |
Aug
(22) |
Sep
(7) |
Oct
(8) |
Nov
(14) |
Dec
(16) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(15) |
Feb
(4) |
Mar
(8) |
Apr
(13) |
May
(12) |
Jun
|
Jul
(5) |
Aug
(3) |
Sep
(2) |
Oct
(15) |
Nov
(2) |
Dec
(3) |
2010 |
Jan
(12) |
Feb
(13) |
Mar
(8) |
Apr
(1) |
May
|
Jun
(8) |
Jul
(11) |
Aug
(12) |
Sep
(4) |
Oct
(7) |
Nov
(3) |
Dec
(4) |
2011 |
Jan
(2) |
Feb
(5) |
Mar
(6) |
Apr
|
May
|
Jun
(1) |
Jul
(4) |
Aug
|
Sep
|
Oct
(2) |
Nov
(3) |
Dec
(8) |
2012 |
Jan
|
Feb
(1) |
Mar
(4) |
Apr
|
May
(2) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(1) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2008-03-25 11:40:29
|
Bugs item #1903378, was opened at 2008-02-27 21:35 Message generated for change (Comment added) made by innot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1903378&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Behavior Group: v2.1 >Status: Pending Resolution: None Priority: 5 Private: No Submitted By: Andrew Llewelyn (adlur) Assigned to: Thomas Holland (innot) Summary: AVR Target Hardware missing from C++ Project Initial Comment: The AVR Target Hardware property page is missing from C++ Project's property pages. It can be added by editing the plugin.xml file in the de.innot.avreclipse.core_2.1.0.20080210PRD.jar archive to add the line: <instanceof value="org.eclipse.cdt.core.model.ICXXProject"/> after the line: <instanceof value="org.eclipse.cdt.core.model.ICProject"/> ---------------------------------------------------------------------- >Comment By: Thomas Holland (innot) Date: 2008-03-25 12:40 Message: Logged In: YES user_id=1542541 Originator: NO With the release of version 2.1.1 which fixes bug 1892250, this bug might have been fixed as well. I change the status of this report to pending, so it will automatically close in 14 days unless someone can reproduce it with the 2.1.1 release. ---------------------------------------------------------------------- Comment By: Thomas Holland (innot) Date: 2008-03-03 20:35 Message: Logged In: YES user_id=1542541 Originator: NO Thanks for the investigations. The AVR Target Hardware is only shown when a project has an "AVR Nature". All new "AVR Cross Target" Projects have this nature set, and also old (Plugin 2.0.x) Projects get this Nature from the Project Converter. Somehow this Nature seems to be missing from some of your projects (you can check this by opening the .project file for the project - the natures are somewhere at the end). Are you sure, that you created the failing projects as "AVR Cross Target" Projects? If yes, then there might be some bug in the New Project Wizard which prevents setting of the AVR Nature for a new project. Could you please attach the .cproject and .project files for a non-working project as well as dump of the Eclipse log file ("[Your Eclipse Workspace]/.metadata/.log" or via Help > About Eclipse Platform... -> Configuration Details -> View Error Log) Maybe I can trace this thing down. ---------------------------------------------------------------------- Comment By: Andrew Llewelyn (adlur) Date: 2008-03-02 09:08 Message: Logged In: YES user_id=2021639 Originator: YES I have just updated to Eclipse 3.3.2/CDT 4.0.3 and now the AVR Target hardware options screen appears during the creation of a new C++ project (previously it only appeared for C projects). It appears the issue was only with CDT 4.0.1. There is still the issue of the 'Convert To...' function - two of my projects (one C, one C++) correctly produce the error 'There are no converters available to convert the project...'. Two other projects (also one C, one C++) list 'Update to AVR Eclipse 2.1' as a converter. After executing the converter, the option is still available (even after a restart of Eclipse). This is a minor issue, but I thought I would mention it anyway. ---------------------------------------------------------------------- Comment By: Andrew Llewelyn (adlur) Date: 2008-03-02 08:47 Message: Logged In: YES user_id=2021639 Originator: YES I am using Eclipse 3.3.1.1 on Windows XP SP2 with jdk 1.6.0_03 and CDT 4.0.1.200709241202 With a little more experimentation I've found that there seems to be a little more involved, as sometimes the AVR Target hardware does not appear even after I altered the plugin.xml file. I've found that using the 'Convert To...' project option to run 'Update to AVR Eclipse 2.1' the options appear. I find this especially odd as I do not have any previous versions of AVR-Eclipse installed. I will try updating to CDT 4.0.2 and see if the problem has disappeared. ---------------------------------------------------------------------- Comment By: Thomas Holland (innot) Date: 2008-02-29 12:22 Message: Logged In: YES user_id=1542541 Originator: NO P.S. I - of course - tried to reproduce the bug with my current development setup. Maybe your bug is the same as bug 1892250, which has been fixed in the svn already, so it didn't show up. https://sourceforge.net/tracker/index.php?func=detail&aid=1892250&group_id=189165&atid=928231 ---------------------------------------------------------------------- Comment By: Thomas Holland (innot) Date: 2008-02-29 12:17 Message: Logged In: YES user_id=1542541 Originator: NO Thanks for the bug report. However, I cannot reproduce your bug. On my System (Windows XP / Eclipse 3.3 / CDT 4.0.2), the AVR Target Hardware property page is always shown, regardless of C or C++ Project. What version of CDT are you using? Because I can't find any reference to "org.eclipse.cdt.core.model.ICXXProject" anywhere in the CDT source code. brgds Thomas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1903378&group_id=189165 |
From: SourceForge.net <no...@so...> - 2008-03-25 11:35:59
|
Bugs item #1911201, was opened at 2008-03-10 17:20 Message generated for change (Comment added) made by innot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1911201&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface Group: v2.1 >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Thomas Holland (innot) Assigned to: Thomas Holland (innot) Summary: No MCU Target Hardware options for Library Projects Initial Comment: The MCU Traget for Static Library Projects cannot be set/changed, because neither the New Project Wizard nor the Project Properties show the the options to set the target MCU. This has been fixed in SVN rev 347 and the fix will be in the next full release (2.2) ---------------------------------------------------------------------- >Comment By: Thomas Holland (innot) Date: 2008-03-25 12:36 Message: Logged In: YES user_id=1542541 Originator: YES Hi Pierre, As it probably would have taken more time to develop a workaround than to make a bugfix release, I have done the latter and build a 2.1.1 release especially for you :-) Static Library Projects created with 2.1.1 should now show the AVR Target Hardware properties page. Version 2.1.1 can be downloaded here: https://sourceforge.net/project/showfiles.php?group_id=189165&package_id=221494&release_id=586867 (Or via the update site) brgds Thomas ---------------------------------------------------------------------- Comment By: Pierre Goudet (pegoudet) Date: 2008-03-25 10:38 Message: Logged In: YES user_id=2041461 Originator: NO Hello Thomas, Thank's for your fast answer, For know it does not seems to work ... My natures section becomes like this: <natures> <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature> <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature> <nature>org.eclipse.cdt.core.cnature</nature> <nature>de.innot.avreclipse.core.avrnature</nature> </natures> But after a fresh restart of Eclipse, when i start a new static library project into my workspace, the AVR section still does not appears in the properties. At the moment i just put my own (not generated) Makefile into eclipse to compile my library, but i still listen all your propositions to try any solution to use Eclipse genrated makefiles. Thank's very much for your projects... ---------------------------------------------------------------------- Comment By: Thomas Holland (innot) Date: 2008-03-23 14:54 Message: Logged In: YES user_id=1542541 Originator: YES Hello Pierre, I haven't tried it yet, but adding the following line to the ".project" file of your static library project (into the <natures> section) should work. <nature>de.innot.avreclipse.core.avrnature</nature> This should be done while Eclipse is not running, because Eclipse will only read the .project file on startup and will write its in-memory settings back upon shutdown. Once Eclipse is started the AVR project properties should again be available for your static library project. Please let me know if this workaround works for you. brgds Thomas ---------------------------------------------------------------------- Comment By: Pierre Goudet (pegoudet) Date: 2008-03-21 15:55 Message: Logged In: YES user_id=2041461 Originator: NO Is there any workaround to set mmcu and speed in the current distribution for MCU Static Library project ? Thank's for this very nice work (AVrPlugin ... really waiting avrdude plugin !) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1911201&group_id=189165 |
From: SourceForge.net <no...@so...> - 2008-03-25 11:28:18
|
Bugs item #1892250, was opened at 2008-02-12 23:13 Message generated for change (Comment added) made by innot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1892250&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface Group: v2.1 >Status: Closed Resolution: None Priority: 3 Private: No Submitted By: Thomas Holland (innot) Assigned to: Thomas Holland (innot) Summary: Error when showing the "AVR Target Hardware" Properties Initial Comment: When selecting the "AVR Target Hardware" project properties an error message with "The Currently displayed Page contains invalid Values" is shown. This Error only occurs, when the project properties are selected from the "C/C++ Projects" view. Workaround: Use the "Project Explorer" view instead. There seems to be no disadvantages in using the "Project Explorer" view, other than a different order of the menu items. If the "Project Explorer" view is not visible, it can be activated via "Window > Show View -> Other -> General -> Project Explorer" The bug has already been fixed in the SVN repository and will be in the next release. ---------------------------------------------------------------------- >Comment By: Thomas Holland (innot) Date: 2008-03-25 12:28 Message: Logged In: YES user_id=1542541 Originator: YES Fixed in the 2.1.1 release ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1892250&group_id=189165 |
From: SourceForge.net <no...@so...> - 2008-03-25 09:38:15
|
Bugs item #1911201, was opened at 2008-03-10 17:20 Message generated for change (Comment added) made by pegoudet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1911201&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface Group: v2.1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Thomas Holland (innot) Assigned to: Thomas Holland (innot) Summary: No MCU Target Hardware options for Library Projects Initial Comment: The MCU Traget for Static Library Projects cannot be set/changed, because neither the New Project Wizard nor the Project Properties show the the options to set the target MCU. This has been fixed in SVN rev 347 and the fix will be in the next full release (2.2) ---------------------------------------------------------------------- Comment By: Pierre Goudet (pegoudet) Date: 2008-03-25 10:38 Message: Logged In: YES user_id=2041461 Originator: NO Hello Thomas, Thank's for your fast answer, For know it does not seems to work ... My natures section becomes like this: <natures> <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature> <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature> <nature>org.eclipse.cdt.core.cnature</nature> <nature>de.innot.avreclipse.core.avrnature</nature> </natures> But after a fresh restart of Eclipse, when i start a new static library project into my workspace, the AVR section still does not appears in the properties. At the moment i just put my own (not generated) Makefile into eclipse to compile my library, but i still listen all your propositions to try any solution to use Eclipse genrated makefiles. Thank's very much for your projects... ---------------------------------------------------------------------- Comment By: Thomas Holland (innot) Date: 2008-03-23 14:54 Message: Logged In: YES user_id=1542541 Originator: YES Hello Pierre, I haven't tried it yet, but adding the following line to the ".project" file of your static library project (into the <natures> section) should work. <nature>de.innot.avreclipse.core.avrnature</nature> This should be done while Eclipse is not running, because Eclipse will only read the .project file on startup and will write its in-memory settings back upon shutdown. Once Eclipse is started the AVR project properties should again be available for your static library project. Please let me know if this workaround works for you. brgds Thomas ---------------------------------------------------------------------- Comment By: Pierre Goudet (pegoudet) Date: 2008-03-21 15:55 Message: Logged In: YES user_id=2041461 Originator: NO Is there any workaround to set mmcu and speed in the current distribution for MCU Static Library project ? Thank's for this very nice work (AVrPlugin ... really waiting avrdude plugin !) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1911201&group_id=189165 |
From: SourceForge.net <no...@so...> - 2008-03-23 13:54:02
|
Bugs item #1911201, was opened at 2008-03-10 17:20 Message generated for change (Comment added) made by innot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1911201&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface Group: v2.1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Thomas Holland (innot) Assigned to: Thomas Holland (innot) Summary: No MCU Target Hardware options for Library Projects Initial Comment: The MCU Traget for Static Library Projects cannot be set/changed, because neither the New Project Wizard nor the Project Properties show the the options to set the target MCU. This has been fixed in SVN rev 347 and the fix will be in the next full release (2.2) ---------------------------------------------------------------------- >Comment By: Thomas Holland (innot) Date: 2008-03-23 14:54 Message: Logged In: YES user_id=1542541 Originator: YES Hello Pierre, I haven't tried it yet, but adding the following line to the ".project" file of your static library project (into the <natures> section) should work. <nature>de.innot.avreclipse.core.avrnature</nature> This should be done while Eclipse is not running, because Eclipse will only read the .project file on startup and will write its in-memory settings back upon shutdown. Once Eclipse is started the AVR project properties should again be available for your static library project. Please let me know if this workaround works for you. brgds Thomas ---------------------------------------------------------------------- Comment By: Pierre Goudet (pegoudet) Date: 2008-03-21 15:55 Message: Logged In: YES user_id=2041461 Originator: NO Is there any workaround to set mmcu and speed in the current distribution for MCU Static Library project ? Thank's for this very nice work (AVrPlugin ... really waiting avrdude plugin !) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1911201&group_id=189165 |
From: Thomas H. <th...@in...> - 2008-03-23 13:37:09
|
Hello, I have updated the development blog ( http://avr-eclipse.wiki.sourceforge.net/The+Plugin ) and included two screenshots of the new project property pages I have been working on for the last few days. Yes - per configuration properties for you power users are making a comeback in version 2.2. brgds, Thomas |
From: SourceForge.net <no...@so...> - 2008-03-21 14:55:48
|
Bugs item #1911201, was opened at 2008-03-10 17:20 Message generated for change (Comment added) made by pegoudet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1911201&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface Group: v2.1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Thomas Holland (innot) Assigned to: Thomas Holland (innot) Summary: No MCU Target Hardware options for Library Projects Initial Comment: The MCU Traget for Static Library Projects cannot be set/changed, because neither the New Project Wizard nor the Project Properties show the the options to set the target MCU. This has been fixed in SVN rev 347 and the fix will be in the next full release (2.2) ---------------------------------------------------------------------- Comment By: Pierre Goudet (pegoudet) Date: 2008-03-21 15:55 Message: Logged In: YES user_id=2041461 Originator: NO Is there any workaround to set mmcu and speed in the current distribution for MCU Static Library project ? Thank's for this very nice work (AVrPlugin ... really waiting avrdude plugin !) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1911201&group_id=189165 |
From: SourceForge.net <no...@so...> - 2008-03-18 02:20:35
|
Bugs item #1864942, was opened at 2008-01-05 23:32 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1864942&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Behavior Group: v2.0.1 >Status: Closed Resolution: Accepted Priority: 5 Private: No Submitted By: Dennis Clark (dlmc) Assigned to: Thomas Holland (innot) Summary: PATH setting has repeated paths Initial Comment: In the Projects->properties[environment][PATH] every time the project is opened it seems to have /bin:/usr/bin repeated at least once, sometimes twice. Eclipse complains about this. This came back when I quite Eclipse and returned to it later, so it appears to be something that is automagically filled in. regards, DLC ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2008-03-17 19:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Thomas Holland (innot) Date: 2008-03-03 11:38 Message: Logged In: YES user_id=1542541 Originator: NO Does the problem still exist with the Version 2.1 of the plugin? Path management was rewritten and hopefully your bug should be gone (but I am not sure, because I couldn't reproduce your bug report) ---------------------------------------------------------------------- Comment By: Thomas Holland (innot) Date: 2008-01-13 02:09 Message: Logged In: YES user_id=1542541 Originator: NO The path management of the plugin is currently very simple - too simple it seems. On Unix platforms it just prepends a few common locations for the avr-gcc toolchain to the system path. I thought (from looking at the CDT source) that CDT would automatically remove duplicate paths, but this does not seem to be the case in your configuration. In which way does Eclipse complain about duplicate paths? My Linux test setup has probably the same duplicate path issue (haven't checked), but I have had no complaints from Eclipse yet (nor from any othe Linux / MacOS X user) Nevertheless an improved path management is on the todo list because I would like to wrap the avr-gcc toolchain into an Eclipse Feature for easy downloading. Thomas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1864942&group_id=189165 |
From: Thomas H. <th...@in...> - 2008-03-10 23:30:32
|
Hello, I have started some kind of development blog to keep everyone interested up-to-date on what I am working on. This is so you have a chance to comment on what I am doing - hopefully before I go of into the wrong direction (I am still a newbie with regard to actually using the avrdude and the other tools to develop AVR applications) The blog is on the project wiki at http://avr-eclipse.wiki.sourceforge.net/The+Plugin Enjoy Thomas |
From: SourceForge.net <no...@so...> - 2008-03-10 16:20:50
|
Bugs item #1911201, was opened at 2008-03-10 17:20 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1911201&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface Group: v2.1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Thomas Holland (innot) Assigned to: Thomas Holland (innot) Summary: No MCU Target Hardware options for Library Projects Initial Comment: The MCU Traget for Static Library Projects cannot be set/changed, because neither the New Project Wizard nor the Project Properties show the the options to set the target MCU. This has been fixed in SVN rev 347 and the fix will be in the next full release (2.2) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1911201&group_id=189165 |
From: SourceForge.net <no...@so...> - 2008-03-03 19:38:30
|
Bugs item #1864942, was opened at 2008-01-06 08:32 Message generated for change (Comment added) made by innot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1864942&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Behavior >Group: v2.0.1 >Status: Pending Resolution: Accepted Priority: 5 Private: No Submitted By: Dennis Clark (dlmc) Assigned to: Thomas Holland (innot) Summary: PATH setting has repeated paths Initial Comment: In the Projects->properties[environment][PATH] every time the project is opened it seems to have /bin:/usr/bin repeated at least once, sometimes twice. Eclipse complains about this. This came back when I quite Eclipse and returned to it later, so it appears to be something that is automagically filled in. regards, DLC ---------------------------------------------------------------------- >Comment By: Thomas Holland (innot) Date: 2008-03-03 20:38 Message: Logged In: YES user_id=1542541 Originator: NO Does the problem still exist with the Version 2.1 of the plugin? Path management was rewritten and hopefully your bug should be gone (but I am not sure, because I couldn't reproduce your bug report) ---------------------------------------------------------------------- Comment By: Thomas Holland (innot) Date: 2008-01-13 11:09 Message: Logged In: YES user_id=1542541 Originator: NO The path management of the plugin is currently very simple - too simple it seems. On Unix platforms it just prepends a few common locations for the avr-gcc toolchain to the system path. I thought (from looking at the CDT source) that CDT would automatically remove duplicate paths, but this does not seem to be the case in your configuration. In which way does Eclipse complain about duplicate paths? My Linux test setup has probably the same duplicate path issue (haven't checked), but I have had no complaints from Eclipse yet (nor from any othe Linux / MacOS X user) Nevertheless an improved path management is on the todo list because I would like to wrap the avr-gcc toolchain into an Eclipse Feature for easy downloading. Thomas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1864942&group_id=189165 |
From: SourceForge.net <no...@so...> - 2008-03-03 19:35:27
|
Bugs item #1903378, was opened at 2008-02-27 21:35 Message generated for change (Comment added) made by innot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1903378&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Behavior Group: v2.1 Status: Open >Resolution: None Priority: 5 Private: No Submitted By: Andrew Llewelyn (adlur) Assigned to: Thomas Holland (innot) Summary: AVR Target Hardware missing from C++ Project Initial Comment: The AVR Target Hardware property page is missing from C++ Project's property pages. It can be added by editing the plugin.xml file in the de.innot.avreclipse.core_2.1.0.20080210PRD.jar archive to add the line: <instanceof value="org.eclipse.cdt.core.model.ICXXProject"/> after the line: <instanceof value="org.eclipse.cdt.core.model.ICProject"/> ---------------------------------------------------------------------- >Comment By: Thomas Holland (innot) Date: 2008-03-03 20:35 Message: Logged In: YES user_id=1542541 Originator: NO Thanks for the investigations. The AVR Target Hardware is only shown when a project has an "AVR Nature". All new "AVR Cross Target" Projects have this nature set, and also old (Plugin 2.0.x) Projects get this Nature from the Project Converter. Somehow this Nature seems to be missing from some of your projects (you can check this by opening the .project file for the project - the natures are somewhere at the end). Are you sure, that you created the failing projects as "AVR Cross Target" Projects? If yes, then there might be some bug in the New Project Wizard which prevents setting of the AVR Nature for a new project. Could you please attach the .cproject and .project files for a non-working project as well as dump of the Eclipse log file ("[Your Eclipse Workspace]/.metadata/.log" or via Help > About Eclipse Platform... -> Configuration Details -> View Error Log) Maybe I can trace this thing down. ---------------------------------------------------------------------- Comment By: Andrew Llewelyn (adlur) Date: 2008-03-02 09:08 Message: Logged In: YES user_id=2021639 Originator: YES I have just updated to Eclipse 3.3.2/CDT 4.0.3 and now the AVR Target hardware options screen appears during the creation of a new C++ project (previously it only appeared for C projects). It appears the issue was only with CDT 4.0.1. There is still the issue of the 'Convert To...' function - two of my projects (one C, one C++) correctly produce the error 'There are no converters available to convert the project...'. Two other projects (also one C, one C++) list 'Update to AVR Eclipse 2.1' as a converter. After executing the converter, the option is still available (even after a restart of Eclipse). This is a minor issue, but I thought I would mention it anyway. ---------------------------------------------------------------------- Comment By: Andrew Llewelyn (adlur) Date: 2008-03-02 08:47 Message: Logged In: YES user_id=2021639 Originator: YES I am using Eclipse 3.3.1.1 on Windows XP SP2 with jdk 1.6.0_03 and CDT 4.0.1.200709241202 With a little more experimentation I've found that there seems to be a little more involved, as sometimes the AVR Target hardware does not appear even after I altered the plugin.xml file. I've found that using the 'Convert To...' project option to run 'Update to AVR Eclipse 2.1' the options appear. I find this especially odd as I do not have any previous versions of AVR-Eclipse installed. I will try updating to CDT 4.0.2 and see if the problem has disappeared. ---------------------------------------------------------------------- Comment By: Thomas Holland (innot) Date: 2008-02-29 12:22 Message: Logged In: YES user_id=1542541 Originator: NO P.S. I - of course - tried to reproduce the bug with my current development setup. Maybe your bug is the same as bug 1892250, which has been fixed in the svn already, so it didn't show up. https://sourceforge.net/tracker/index.php?func=detail&aid=1892250&group_id=189165&atid=928231 ---------------------------------------------------------------------- Comment By: Thomas Holland (innot) Date: 2008-02-29 12:17 Message: Logged In: YES user_id=1542541 Originator: NO Thanks for the bug report. However, I cannot reproduce your bug. On my System (Windows XP / Eclipse 3.3 / CDT 4.0.2), the AVR Target Hardware property page is always shown, regardless of C or C++ Project. What version of CDT are you using? Because I can't find any reference to "org.eclipse.cdt.core.model.ICXXProject" anywhere in the CDT source code. brgds Thomas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1903378&group_id=189165 |
From: SourceForge.net <no...@so...> - 2008-03-02 08:08:24
|
Bugs item #1903378, was opened at 2008-02-28 09:35 Message generated for change (Comment added) made by adlur You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1903378&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Behavior Group: v2.1 Status: Open Resolution: Works For Me Priority: 5 Private: No Submitted By: Andrew Llewelyn (adlur) Assigned to: Thomas Holland (innot) Summary: AVR Target Hardware missing from C++ Project Initial Comment: The AVR Target Hardware property page is missing from C++ Project's property pages. It can be added by editing the plugin.xml file in the de.innot.avreclipse.core_2.1.0.20080210PRD.jar archive to add the line: <instanceof value="org.eclipse.cdt.core.model.ICXXProject"/> after the line: <instanceof value="org.eclipse.cdt.core.model.ICProject"/> ---------------------------------------------------------------------- >Comment By: Andrew Llewelyn (adlur) Date: 2008-03-02 21:08 Message: Logged In: YES user_id=2021639 Originator: YES I have just updated to Eclipse 3.3.2/CDT 4.0.3 and now the AVR Target hardware options screen appears during the creation of a new C++ project (previously it only appeared for C projects). It appears the issue was only with CDT 4.0.1. There is still the issue of the 'Convert To...' function - two of my projects (one C, one C++) correctly produce the error 'There are no converters available to convert the project...'. Two other projects (also one C, one C++) list 'Update to AVR Eclipse 2.1' as a converter. After executing the converter, the option is still available (even after a restart of Eclipse). This is a minor issue, but I thought I would mention it anyway. ---------------------------------------------------------------------- Comment By: Andrew Llewelyn (adlur) Date: 2008-03-02 20:47 Message: Logged In: YES user_id=2021639 Originator: YES I am using Eclipse 3.3.1.1 on Windows XP SP2 with jdk 1.6.0_03 and CDT 4.0.1.200709241202 With a little more experimentation I've found that there seems to be a little more involved, as sometimes the AVR Target hardware does not appear even after I altered the plugin.xml file. I've found that using the 'Convert To...' project option to run 'Update to AVR Eclipse 2.1' the options appear. I find this especially odd as I do not have any previous versions of AVR-Eclipse installed. I will try updating to CDT 4.0.2 and see if the problem has disappeared. ---------------------------------------------------------------------- Comment By: Thomas Holland (innot) Date: 2008-03-01 00:22 Message: Logged In: YES user_id=1542541 Originator: NO P.S. I - of course - tried to reproduce the bug with my current development setup. Maybe your bug is the same as bug 1892250, which has been fixed in the svn already, so it didn't show up. https://sourceforge.net/tracker/index.php?func=detail&aid=1892250&group_id=189165&atid=928231 ---------------------------------------------------------------------- Comment By: Thomas Holland (innot) Date: 2008-03-01 00:17 Message: Logged In: YES user_id=1542541 Originator: NO Thanks for the bug report. However, I cannot reproduce your bug. On my System (Windows XP / Eclipse 3.3 / CDT 4.0.2), the AVR Target Hardware property page is always shown, regardless of C or C++ Project. What version of CDT are you using? Because I can't find any reference to "org.eclipse.cdt.core.model.ICXXProject" anywhere in the CDT source code. brgds Thomas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1903378&group_id=189165 |
From: SourceForge.net <no...@so...> - 2008-03-02 07:47:33
|
Bugs item #1903378, was opened at 2008-02-28 09:35 Message generated for change (Comment added) made by adlur You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1903378&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Behavior Group: v2.1 >Status: Open Resolution: Works For Me Priority: 5 Private: No Submitted By: Andrew Llewelyn (adlur) Assigned to: Thomas Holland (innot) Summary: AVR Target Hardware missing from C++ Project Initial Comment: The AVR Target Hardware property page is missing from C++ Project's property pages. It can be added by editing the plugin.xml file in the de.innot.avreclipse.core_2.1.0.20080210PRD.jar archive to add the line: <instanceof value="org.eclipse.cdt.core.model.ICXXProject"/> after the line: <instanceof value="org.eclipse.cdt.core.model.ICProject"/> ---------------------------------------------------------------------- >Comment By: Andrew Llewelyn (adlur) Date: 2008-03-02 20:47 Message: Logged In: YES user_id=2021639 Originator: YES I am using Eclipse 3.3.1.1 on Windows XP SP2 with jdk 1.6.0_03 and CDT 4.0.1.200709241202 With a little more experimentation I've found that there seems to be a little more involved, as sometimes the AVR Target hardware does not appear even after I altered the plugin.xml file. I've found that using the 'Convert To...' project option to run 'Update to AVR Eclipse 2.1' the options appear. I find this especially odd as I do not have any previous versions of AVR-Eclipse installed. I will try updating to CDT 4.0.2 and see if the problem has disappeared. ---------------------------------------------------------------------- Comment By: Thomas Holland (innot) Date: 2008-03-01 00:22 Message: Logged In: YES user_id=1542541 Originator: NO P.S. I - of course - tried to reproduce the bug with my current development setup. Maybe your bug is the same as bug 1892250, which has been fixed in the svn already, so it didn't show up. https://sourceforge.net/tracker/index.php?func=detail&aid=1892250&group_id=189165&atid=928231 ---------------------------------------------------------------------- Comment By: Thomas Holland (innot) Date: 2008-03-01 00:17 Message: Logged In: YES user_id=1542541 Originator: NO Thanks for the bug report. However, I cannot reproduce your bug. On my System (Windows XP / Eclipse 3.3 / CDT 4.0.2), the AVR Target Hardware property page is always shown, regardless of C or C++ Project. What version of CDT are you using? Because I can't find any reference to "org.eclipse.cdt.core.model.ICXXProject" anywhere in the CDT source code. brgds Thomas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1903378&group_id=189165 |
From: SourceForge.net <no...@so...> - 2008-02-29 16:24:11
|
Support Requests item #1904797, was opened at 2008-02-29 17:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928232&aid=1904797&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 1 Private: No Submitted By: Thomas Holland (innot) Assigned to: Thomas Holland (innot) Summary: Test - Test - Test 1...2...3 Initial Comment: This is just a test to see if new tracker items show up on the avr-eclipse-user maillist You are welcome to ignore this :-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928232&aid=1904797&group_id=189165 |
From: Thomas H. <th...@in...> - 2008-02-29 15:54:21
|
Very good, the first real post on this list! Danail, sorry it took a moment to get your message onto the list, but it was send to me (as list-admin) first for approval. I am new to managing maillists and I have to figure out how to get mailman to accept all messages without approval. It also seems that the maillist does indeed not accept attachments, which is not good but understandable (Sourceforge probably doesn't want to have warez distributed with their maillists) If you want to share your rpm with the world you could use the project wiki. There you can upload files and edit the required pages telling users on how to use it. The best place would be here: http://avr-eclipse.wiki.sourceforge.net/page/edit/toolchain_linux Just make a new section "Fedora" and explain how to use your rpm. While the wiki has not been officially announced (like this maillist), I will make a Sourceforge News announcment probably today or tomorrow about both. I am right now writing the Debugging section of the wiki and will make the announcment as soon as I am finished. Regarding the maintenance of the plugin. If you can get to automate the version numbering and the download from the svn repositiory, then there should not be much maintenance involved. Two things that will change at sometime: I will upgrade to the latest pluginbuilder version before the next release (which may or may not affect your build). And at some point in the future I will split the core plugin into two or more plugins (like de.innot.avreclipse.ui), as the plugin.xml has grown to an almost unmanageable size. brgds Thomas Danail Nedyalkov wrote: > Continuing the forum discussion "building a rpm-package for linux"... > > Again, thank you for the tips, Thomas! > Now I finally made it. I manually patched (in the rpm patch routines, > not in the source) the files : > de.innot.avreclipse-feature/feature.xml > de.innot.avreclipse/META-INF/MANIFEST.MF > de.innot.avreclipse.core/META-INF/MANIFEST.MF > de.innot.avreclipse.doc/META-INF/MANIFEST.MF > I've used your version notation - 2.1.0.20080210PRD. Everything is > build and named fine and as far as I can test it - it works :) . I have > to make one project with avr uCs, and I allready have the hardware, so > I will use your plugin in the next weeks, then I will try to > contribute it to fedora, if I feel I can manage its maintenance. In > the meantime I can send the the src.rpm to everyone, who wants to > try it out - just ask. (I've tried to attach it, but the mailing list > doesn't accept it) > > Best, > Danail > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Avr-eclipse-user mailing list > Avr...@li... > https://lists.sourceforge.net/lists/listinfo/avr-eclipse-user > > |
From: Danail N. <du...@go...> - 2008-02-29 12:59:00
|
Continuing the forum discussion "building a rpm-package for linux"... Again, thank you for the tips, Thomas! Now I finally made it. I manually patched (in the rpm patch routines, not in the source) the files : de.innot.avreclipse-feature/feature.xml de.innot.avreclipse/META-INF/MANIFEST.MF de.innot.avreclipse.core/META-INF/MANIFEST.MF de.innot.avreclipse.doc/META-INF/MANIFEST.MF I've used your version notation - 2.1.0.20080210PRD. Everything is build and named fine and as far as I can test it - it works :). I have to make one project with avr uCs, and I allready have the hardware, so I will use your plugin in the next weeks, then I will try to contribute it to fedora, if I feel I can manage its maintenance. In the meantime I can send the the src.rpm to everyone, who wants to try it out - just ask. (I've tried to attach it, but the mailing list doesn't accept it) Best, Danail |
From: Thomas H. <th...@in...> - 2008-02-29 09:46:14
|
Thomas Holland wrote: > Test of the avr-eclipse-user maillist > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Avr-eclipse-user mailing list > Avr...@li... > https://lists.sourceforge.net/lists/listinfo/avr-eclipse-user > > |
From: Thomas H. <th...@in...> - 2008-02-29 09:44:31
|
Test of the avr-eclipse-user maillist |