From: SourceForge.net <no...@so...> - 2011-10-23 05:46:29
|
Bugs item #3389914, was opened at 2011-08-11 18:17 Message generated for change (Comment added) made by studiosfvk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3389914&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: Behavior Group: v2.3 Status: Open Resolution: None Priority: 5 Private: No Submitted By: https://www.google.com/accounts () Assigned to: Matthew McDougal (mmdoogie) Summary: makefile generation problem Initial Comment: The automatic makefile generation fails to add the strings for both (in file: makefile): FLASH_IMAGE += \ EEPROM_IMAGE += \ I have two VERY similar build configurations, one that does generate those two lines and one that does not. For the failing configuration: when I disable automatic makefile generation and manually fill in these two values everything works as expected. I can be contacted at bj...@jo... for any questions. Thanks for some great work!! ---------------------------------------------------------------------- Comment By: Volker Kuhlmann (studiosfvk) Date: 2011-10-23 18:46 Message: I can confirm this irritating behaviour. It affects listing and size output too (empty lines removed): LSS += \ FLASH_IMAGE += \ EEPROM_IMAGE += \ SIZEDUMMY += \ Not producing any output is a K.O. bug. :-( Obviously it is triggered only sometimes. I was unable to pinpoint it better, but using eclipse links (either file or directory) makes the project unusable from all the errors. Renaming any directory in the eclipse project is problematic too, it messes up several things. It may be possible to recover from this problem, but it involves an awful lot of cleaning, file deleting, index regeneration and eclipse restarting. Symbolic links however are always fine (just goes to show to use the real thing instead the fancy GUI "imitation"... :-) ) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3389914&group_id=189165 |