Re: [avr-gcc-list] suggestion

2006-07-11 Thread igor_karpov
Sure I compile with -Os, and I know that sbi/cbi is deprecated, I just have an old code that already has cbi/sbi.. My program controls graphical LCD so it toggles 1-2-3 bits in I/O a lot, that's why I've saved on this. I agree that it can change semantics by introducing delays. Nevertheless,

Re: [avr-gcc-list] Makefile Changes

2006-07-11 Thread Anton Erasmus
On 9 Jul 2006 at 8:25, Sumeet Pal Singh wrote: Hi I installed WinAvr for Windows and mostly use AVR for robotics purpose. Recently I kept files in one deirectory which also had a makefile. When I changed the filename to be compiled in Makefile not making changes in file itself, it did

[avr-gcc-list] PRG_RDB where is it?

2006-07-11 Thread Paulo da Silva
Hi all I am trying to compile a code and avr-gcc return that PRG_RDB is undefined. I searched it and found nothing. Please where can I find it? I am using avr-gcc version 3.4.6. regards Paulo ___ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org

RE: [avr-gcc-list] PRG_RDB where is it?

2006-07-11 Thread Larry Barello
Try pgm_read_byte() defined in #include avr/pgmspace.h --- Larry Barello www.barello.net | -Original Message- | From: [EMAIL PROTECTED] [mailto:avr-gcc- | [EMAIL PROTECTED] On Behalf Of Paulo da Silva | Sent: Tuesday, July 11, 2006 8:53 PM | To: avr-gcc-list@nongnu.org |