HomeAutomation issues - HomeAutomation System
View Issue Details
0000023HomeAutomation SystemSystem, Embedded softwarepublic2012-11-05 21:532014-04-16 22:13
ReporterAnders Sandblad 
Assigned ToAnders Sandblad 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Summary0000023: Does not recompile on changes to config.inc under Ubuntu 12.10
DescriptionWhen changing config.inc for a node and running make, the system does not recognize that there are changes to config.inc and does not recompile affected source files.

Note there are other issues in 12.10 preventing some steps in "steps to reproduce".
Steps To Reproduce
$ cd EmbeddedSoftware/AVR/personal
$ svn export template_module/ test123
$ cd test123/
$ make bios
$ ./ModuleManager --add=tst_CoreLED
$ make

Edit parameter tst_CoreLED_Blink_Interval in config.inc

$ make

Result:
Creating directory: /home/arune/Documents/HomeAutomation/EmbeddedSoftware/AVR/personal/testDev/build
make[1]: Entering directory `/home/arune/Documents/HomeAutomation/EmbeddedSoftware/AVR/personal/testDev/build'
Generating config.h

Size before:
   text data bss dec hex filename
   1476 1 137 1614 64e main.elf


Size after:
   text data bss dec hex filename
   1476 1 137 1614 64e main.elf

make[1]: Leaving directory `/home/arune/Documents/HomeAutomation/EmbeddedSoftware/AVR/personal/testDev/build'

TagsNo tags attached.
Attached Files

Notes
(0000042)
Anders Sandblad   
2013-10-24 18:43   
Still an issue in 13.10.
(0000044)
Anders Sandblad   
2014-04-16 22:13   
Revision: 2285

Message:
Fixes 0000023, credits to Andreas Fritiofson

Issue History
2012-11-05 21:53Anders SandbladNew Issue
2013-10-24 18:43Anders SandbladNote Added: 0000042
2014-04-16 22:13Anders SandbladChangeset attached => HomeAutomation trunk r2285
2014-04-16 22:13Anders SandbladNote Added: 0000044
2014-04-16 22:13Anders SandbladAssigned To => Anders Sandblad
2014-04-16 22:13Anders SandbladStatusnew => resolved
2014-04-16 22:13Anders SandbladResolutionopen => fixed