[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-libc-dev] Inclusion of far pointer library (patch #6352) broke avr-
From: |
Joerg Wunsch |
Subject: |
[avr-libc-dev] Inclusion of far pointer library (patch #6352) broke avr-libc build |
Date: |
Sun, 13 Jun 2010 15:08:32 +0200 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
gmake[5]: Entering directory `/home/joerg/src/avr-libc/avr/lib/avr2'
cd ../../.. && /usr/local/bin/bash /home/joerg/src/avr-libc/missing --run
automake-1.10 --foreign avr/lib/avr2/Makefile
avr-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../common -I../../../include
-I../../../include -g -Wall -W -Wstrict-prototypes -mmcu=avr2
-D__COMPILING_AVR_LIBC__ -mcall-prologues -Os -MT dtostre.o -MD -MP -MF
.deps/dtostre.Tpo -c -o dtostre.o ../../../libc/stdlib/dtostre.c
In file included from ../../../libc/stdlib/dtostre.c:32:
../../../include/avr/pgmspace.h:1008:4: error: #error "No pgm_seg support for
ATmega103."
gmake[5]: *** [dtostre.o] Error 1
It's fine if the far pointer library simply is not available for an
ATmega103, but it's not acceptable that <avr/pgmspace.h> throws a
compile-time error for *any* invocation when being compiled for an
ATmega103. It's not even acceptable to throw a warning; if there's no
other method, the far pointer library has to use its own header file
rather than sharing <avr/pgmspace.h> with the standard _P functions
(which then also requires itso own documentation group, or at least
other documentation tweaks).
--
cheers, J"org .-.-. --... ...-- -.. . DL8DTL
http://www.sax.de/~joerg/ NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)
- [avr-libc-dev] Inclusion of far pointer library (patch #6352) broke avr-libc build,
Joerg Wunsch <=
- Re: [avr-libc-dev] Inclusion of far pointer library (patch #6352) broke avr-libc build, Jan Waclawek, 2010/06/13
- Re: [avr-libc-dev] Inclusion of far pointer library (patch #6352) broke avr-libc build, Jan Waclawek, 2010/06/13
- Re: [avr-libc-dev] Inclusion of far pointer library (patch #6352) broke avr-libc build, Joerg Wunsch, 2010/06/13
- Re: [avr-libc-dev] Inclusion of far pointer library (patch #6352) broke avr-libc build, Joerg Wunsch, 2010/06/13
- Re: [avr-libc-dev] Inclusion of far pointer library (patch #6352)broke avr-libc build, Jan Waclawek, 2010/06/13
- Re: [avr-libc-dev] Inclusion of far pointer library (patch #6352)broke avr-libc build, Joerg Wunsch, 2010/06/14
- RE: [avr-libc-dev] Inclusion of far pointer library (patch#6352)broke avr-libc build, Weddington, Eric, 2010/06/14
- RE: [avr-libc-dev] Inclusion of far pointer library (patch#6352)brokeavr-libc build, Weddington, Eric, 2010/06/14
- Re: [avr-libc-dev] Inclusion of far pointer library (patch#6352)broke avr-libc build, Joerg Wunsch, 2010/06/14