From: SourceForge.net <no...@so...> - 2011-07-28 15:16:44
|
Bugs item #3304786, was opened at 2011-05-19 22:33 Message generated for change (Comment added) made by markus-j 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: Markus (markus-j) Date: 2011-07-28 17:16 Message: Ok, forget the first sentence, if you already fixed this bug, i am curious awaiting AVR Eclipse 2.4.* ---------------------------------------------------------------------- Comment By: Markus (markus-j) Date: 2011-07-28 17:12 Message: IMHO this isse is far away from beeing closed. For me, it is AVR Eclipse's biggest showstopper. Wrong warnings instead of content assistance is a bad deal ... I spotted this behaviour after migrating from windows to linux, using Eclipse Helios. Autodetection of paths and symbols works fine, but with linux, the found headers are not propagated into the project's configuration. (Unlike with windows, there they got added to the projects paths and symbols after the first compile-run) It also appears with Eclipse Indigo. ---------------------------------------------------------------------- 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 |