HomeAutomation issues - HomeAutomation System
View Issue Details
0000025HomeAutomation SystemSystem, Embedded softwarepublic2012-11-05 22:092012-11-05 22:54
ReporterAnders Sandblad 
Assigned ToAnders Sandblad 
PriorityhighSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Summary0000025: Error building bios under Ubuntu 12.10
DescriptionIt's currently not possible to build bios under Ubuntu 12.10:

Compiling: EmbeddedSoftware/AVR/avr-lib/bios/bios.c
EmbeddedSoftware/AVR/avr-lib/bios/bios.c:60:1: error: unknown type name ‘prog_uint32_t’

Other warnings:

EmbeddedSoftware/AVR/avr-lib/bios/bios.c:60:1: warning: overflow in implicit constant conversion [-Woverflow]
EmbeddedSoftware/AVR/avr-lib/bios/bios.c: In function ‘Can_Process’:
EmbeddedSoftware/AVR/avr-lib/bios/bios.c:94:5: warning: right shift count >= width of type [enabled by default]
EmbeddedSoftware/AVR/avr-lib/bios/bios.c:95:5: warning: right shift count >= width of type [enabled by default]
EmbeddedSoftware/AVR/avr-lib/bios/bios.c: In function ‘main’:
EmbeddedSoftware/AVR/avr-lib/bios/bios.c:180:2: warning: right shift count >= width of type [enabled by default]
EmbeddedSoftware/AVR/avr-lib/bios/bios.c:181:2: warning: right shift count >= width of type [enabled by default]
EmbeddedSoftware/AVR/avr-lib/bios/bios.c:219:6: warning: right shift count >= width of type [enabled by default]
EmbeddedSoftware/AVR/avr-lib/bios/bios.c:220:6: warning: right shift count >= width of type [enabled by default]
EmbeddedSoftware/AVR/avr-lib/bios/bios.c:230:6: warning: right shift count >= width of type [enabled by default]
EmbeddedSoftware/AVR/avr-lib/bios/bios.c:231:6: warning: right shift count >= width of type [enabled by default]
Steps To Reproduce$ cd EmbeddedSoftware/AVR/personal
$ svn export template_module/ test123
$ cd test123/
$ make bios
TagsNo tags attached.
Attached Files

Notes
(0000034)
Anders Sandblad   
2012-11-05 22:26   
Fixed in rev 2235.
prog_uint32_t depcricated:
http://www.nongnu.org/avr-libc/user-manual/group__avr__pgmspace.html#ga31bad0d22ead95a41e725c38ea63eb26
(0000036)
Anders Sandblad   
2012-11-05 22:54   
Tested, fix working.

Issue History
2012-11-05 22:09Anders SandbladNew Issue
2012-11-05 22:26Anders SandbladNote Added: 0000034
2012-11-05 22:26Anders SandbladStatusnew => resolved
2012-11-05 22:26Anders SandbladResolutionopen => fixed
2012-11-05 22:26Anders SandbladAssigned To => Anders Sandblad
2012-11-05 22:54Anders SandbladNote Added: 0000036
2012-11-05 22:54Anders SandbladStatusresolved => closed