[avr-gcc-list] avr-objcopy error (no sections to be copied) (was: Help! gcc 4.1.1, dwarf-2 and Atmel USB parts)

2006-12-16 Thread Rick Mann
On Dec 15, 2006, at 14:17 , Anatoly Sokolov wrote: Build script (need registration): http://www.avrfreaks.net/index.php? name=PNphpBB2&file=viewtopic&t=42631 Wow, that script worked really well, thanks! So, I tried running the Makefile supplied with the Atmel USB HID example, and I get an

RE: [avr-gcc-list] volatile...

2006-12-16 Thread Larry Barello
gcc-armxxx places "volatile" data outside the cache... so it must be a compiler dependent feature. Always best to examine the resulting assembly to make sure your assumptions are correct :) | -Original Message- | From: [EMAIL PROTECTED] [mailto:avr-gcc- | [EMAIL PROTECTED] On Behalf Of G