[avr-gcc-list] ATmega8515 and FUSES

2010-03-26 Thread Steven Gehrs
All seems to work ok until the hex file is generated, then an extra byte, the .extended fuse is appended to the hex file and avrdude refuses to program the uc.The .fuses section in the elf file is correct. This is from Ubuntu 9.10 and the avr eclipse plugin. Steve

RE: [avr-gcc-list] ATmega8515 and FUSES

2010-03-26 Thread Weddington, Eric
-Original Message- From: avr-gcc-list-bounces+eric.weddington=atmel@nongnu.org [mailto:avr-gcc-list-bounces+eric.weddington=atmel@nongnu. org] On Behalf Of Steven Gehrs Sent: Friday, March 26, 2010 12:07 PM To: avr-gcc-list@nongnu.org Subject: [avr-gcc-list] ATmega8515

[avr-gcc-list] Inline vs. ? : operator

2010-03-26 Thread Szikra Istvan
/** Category: optimization miss affects: avr-gcc 4.x.x '?:' operator bit write generates unnecessary 'in' instruction in inline functions. I had a problem with my bit set macro and inline functions (among other things). Though I found a workaround, I thought I'll share my experience. I have this