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 |