| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
|---|---|---|---|---|---|---|---|---|---|
| 0000025 | HomeAutomation System | System, Embedded software | public | 2012-11-05 22:09 | 2012-11-05 22:54 | ||||
| Reporter | Anders Sandblad | ||||||||
| Assigned To | Anders Sandblad | ||||||||
| Priority | high | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Summary | 0000025: Error building bios under Ubuntu 12.10 | ||||||||
| Description | It'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 | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files |
| ||||||||
Notes |
|
|
Anders Sandblad (administrator) 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 |
|
Anders Sandblad (administrator) 2012-11-05 22:54 |
Tested, fix working. |
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 |


