Anonymous Login
2026-01-15 09:56 CET

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0000025HomeAutomation SystemSystem, Embedded softwarepublic2012-11-05 22:54
ReporterAnders Sandblad 
Assigned ToAnders Sandblad 
PriorityhighSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
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

-Relationships
+Relationships

-Notes
Anders Sandblad

~0000034

Anders Sandblad (administrator)

Fixed in rev 2235.
prog_uint32_t depcricated:
http://www.nongnu.org/avr-libc/user-manual/group__avr__pgmspace.html#ga31bad0d22ead95a41e725c38ea63eb26
Anders Sandblad

~0000036

Anders Sandblad (administrator)

Tested, fix working.
+Notes

-Issue History
Date Modified Username Field Change
2012-11-05 22:09 Anders Sandblad New Issue
2012-11-05 22:26 Anders Sandblad Note Added: 0000034
2012-11-05 22:26 Anders Sandblad Status new => resolved
2012-11-05 22:26 Anders Sandblad Resolution open => fixed
2012-11-05 22:26 Anders Sandblad Assigned To => Anders Sandblad
2012-11-05 22:54 Anders Sandblad Note Added: 0000036
2012-11-05 22:54 Anders Sandblad Status resolved => closed
+Issue History