User Tools

Site Tools


microcontrollers:winavr_makefile_template

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
microcontrollers:winavr_makefile_template [2012/01/24 20:42] mithatmicrocontrollers:winavr_makefile_template [2012/01/24 21:27] mithat
Line 7: Line 7:
   * The part that launches debugging (i.e., the ''debug'' target--which needs work anyway as it launches ''simulavr'' unconditionally) and has no support for ''ddd''. I'd also like to compare the gbdinit file to those made my others.   * The part that launches debugging (i.e., the ''debug'' target--which needs work anyway as it launches ''simulavr'' unconditionally) and has no support for ''ddd''. I'd also like to compare the gbdinit file to those made my others.
   * <del>The "Create object files directory" near the end is suspect; better to ''@mkdir -p $(OBJDIR)'' in the complies?</del> Seems to work.   * <del>The "Create object files directory" near the end is suspect; better to ''@mkdir -p $(OBJDIR)'' in the complies?</del> Seems to work.
-  * The dependency checking ''include'' is also suspect.+  * <del>The dependency checking ''include'' is also suspect.</del> Seems to work.
  
 Contemplated improvements: Contemplated improvements:
microcontrollers/winavr_makefile_template.txt · Last modified: 2012/01/24 21:28 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki