From: SourceForge.net <no...@so...> - 2012-05-10 05:59:57
|
Support Requests item #3525399, was opened at 2012-05-09 22:23 Message generated for change (Comment added) made by mlipp You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928232&aid=3525399&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: 5 Private: No Submitted By: https://www.google.com/accounts () Assigned to: Nobody/Anonymous (nobody) Summary: Unable to build after update Initial Comment: After a few years of successfully using the AVR plug-in with Helios, I performed an update and installed the current AVR plug-in. Nothing has worked since then. When trying to build a project that I created prior to the update, I get this message: make: *** No rule to make target `HTShield', needed by `all'. Stop. I also see this error message under Tool Chain Editor in the C/C++ Build options tab (Release configuration is set active) Orphaned configuration. No base extension cfg exists for de.innot.avreclipse.configuration.app.release.962934954 When I create a new project and try and build it, I get this message: make all Building file: C:/Documents and Settings/Jim/My Documents/AVRcode/AVR-source/HTShield/main.c Invoking: AVR Compiler make: write error Lastly, the avr include directory is not being automatically created as it used to be. I can manually add the appropriate WinAVR directory, but new projects automatically had this set up prior to the update. I'm not sure where I went wrong because the plug-in was working wonderfully before I did the update! Windows XP, WinAVR-20100110, Helios. ---------------------------------------------------------------------- Comment By: Michael Lipp (mlipp) Date: 2012-05-09 22:59 Message: Maintaining backward compatibility in tools development is always an extra effort. It may be worth it if you're a professional developer (and get paid for it, because it is also a rather boring issue) or if you aim at a really large and rather inexperienced user base. Did you try to create a new project from scratch? If that doesn't work immediately, maybe also try using a new workspace *and* create a new project, because eclipse saves some configuration information in the workspace. Does that work for you? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928232&aid=3525399&group_id=189165 |