Anonymous Login
2026-01-15 07:05 CET

View Issue Details Jump to Notes ] Related Changesets ]
IDProjectCategoryView StatusLast Update
0000023HomeAutomation SystemSystem, Embedded softwarepublic2014-04-16 22:13
ReporterAnders Sandblad 
Assigned ToAnders Sandblad 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
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

-Relationships
+Relationships

-Notes
Anders Sandblad

~0000042

Anders Sandblad (administrator)

Still an issue in 13.10.
Anders Sandblad

~0000044

Anders Sandblad (administrator)

Revision: 2285

Message:
Fixes 0000023, credits to Andreas Fritiofson
+Notes

+Related Changesets

-Issue History
Date Modified Username Field Change
2012-11-05 21:53 Anders Sandblad New Issue
2013-10-24 18:43 Anders Sandblad Note Added: 0000042
2014-04-16 22:13 Anders Sandblad Changeset attached => HomeAutomation trunk r2285
2014-04-16 22:13 Anders Sandblad Note Added: 0000044
2014-04-16 22:13 Anders Sandblad Assigned To => Anders Sandblad
2014-04-16 22:13 Anders Sandblad Status new => resolved
2014-04-16 22:13 Anders Sandblad Resolution open => fixed
+Issue History