From: SourceForge.net <no...@so...> - 2011-07-13 16:46:43
|
Bugs item #3304786, was opened at 2011-05-19 22:33 Message generated for change (Comment added) made by innot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3304786&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.3 >Status: Closed >Resolution: Later Priority: 5 Private: No Submitted By: George Jglau (baitzor) >Assigned to: Thomas Holland (innot) Summary: Symbols not found Initial Comment: I'm having some strange issues with the avr eclipse plugin. Even if I've included <avr/io.h>, eclipse still says the symbols associated with the MCU are missing(PORTB, etc). The program however compiles and works fine. The target MCU is an atmega8. I'm using the latest WinAVR. To reproduce the problem, just create an empty project and reference to one of the MCU's ports. ---------------------------------------------------------------------- >Comment By: Thomas Holland (innot) Date: 2011-07-13 18:46 Message: Hi, maybe running the "indexer" manually might help (from the project context menu select "Index -> rebuild") Currently the whole "discovery" thing of symbols is pretty messed up in the AVR Eclipse Plugin. I have finally been able to fix this and the next version of the AVR Plugin should work much smoother with regard to auto-discovery of symbols. Thomas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3304786&group_id=189165 |