[Bug target/49764] New: [gcc-avr] Compiling for Arduino is not working

2011-07-16 Thread artemeas at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49764 Summary: [gcc-avr] Compiling for Arduino is not working Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: critical Priority: P3 Component: target AssignedTo:

[Bug target/49764] [gcc-avr] Compiling for Arduino is not working

2011-07-16 Thread artemeas at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49764 --- Comment #1 from _artem_ 2011-07-16 16:47:01 UTC --- p.s. I'm using ArchLinux x86_64

[Bug target/49764] [gcc-avr] Compiling for Arduino is not working

2011-07-16 Thread artemeas at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49764 --- Comment #4 from _artem_ 2011-07-16 17:57:28 UTC --- thank YOU master clearness! I did that before I posted the bug here. PROOF: https://bugs.archlinux.org/task/25136 Please don't be stupid, OK? And please do this on your machine: 1. go to

[Bug target/49764] [gcc-avr] Compiling for Arduino is not working

2011-07-16 Thread artemeas at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49764 --- Comment #7 from _artem_ 2011-07-16 19:05:46 UTC --- I don't understand what you want from me. I read that "How to report, what we need and what we don't" SO? What info you want from me in addition to the text I posted in the bug report? I do

[Bug target/49764] [gcc-avr] Compiling for Arduino is not working

2011-07-16 Thread artemeas at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49764 --- Comment #9 from _artem_ 2011-07-16 19:54:28 UTC --- [_artem_@linux-void ~]$ avr-gcc -v Using built-in specs. COLLECT_GCC=avr-gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/avr/4.6.1/lto-wrapper Target: avr Configured with: ../configure --disable-libssp

[Bug target/49764] [gcc-avr] Compiling for Arduino is not working

2011-07-16 Thread artemeas at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49764 --- Comment #11 from _artem_ 2011-07-17 00:30:11 UTC --- ok... sorry. it seams to be a avr-g++ bug or arduino bug. Or avr-g++ has changed something in 4.6.1 so const declarations changed. (Then it's arduino teams job to fix the headers) Ok no

[Bug target/49764] [avr-g++] Rejects attribute progmem

2011-07-26 Thread artemeas at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49764 --- Comment #18 from _artem_ 2011-07-26 19:34:13 UTC --- I've compiled gcc-avr from trunk and Arduino IDE stoped complaining about PROGMEM. I downgraded binutils-avr from 2.21 to 2.20 patched and now delay() function works as it should on arduino