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 |