Re: [arch-general] arduino mega2560 and gcc-avr

2012-07-28 Thread andrea crotti
Anyway problem solved downgrading avr glibc to 1.7..

Re: [arch-general] arduino mega2560 and gcc-avr

2012-07-18 Thread andrea crotti
2012/7/17 Karol Babioch : > This can (and to my opinion should) be changed, so you don't need to be > root. See [1] for some examples for various programmers. > > First of all you should try to use the upstream package, which can be > downloaded here [2]. It already contains the necessary tool cha

Re: [arch-general] arduino mega2560 and gcc-avr

2012-07-17 Thread Karol Babioch
Hi, Am 17.07.2012 20:57, schrieb Sudaraka Wijesinghe: > This is the avrdude settings I use: Actually this has nothing to do with avrdude. avrdude is used to program AVR devices. He got issues with avr-gcc, so basically there is nothing to upload. Furthermore I think the Arduino IDE does take care

Re: [arch-general] arduino mega2560 and gcc-avr

2012-07-17 Thread Sudaraka Wijesinghe
When you say Serial, do you mean USB or RS232? I have not used gnoduino, but with had no problem compiling and uploading to Arduino Mega2560 over USB on Arch using avr-gccand avrdude. This is the avrdude settings I use: avrdude -c stk500v2 -p atmega2560 -b 115200 -P /dev/ttyACM0 -U flash:w:progra

[arch-general] arduino mega2560 and gcc-avr

2012-07-17 Thread andrea crotti
I'm trying to use my arduino mega2560 with arch but there's no way to get it working yet.. I installed the arduino 1.0.1-1, and everything seems to work, until I try to use the Serial, when I get (compiling from gnoduino): avr:5 architecture of input file `/tmp/build1342512569.47XizyI/core.a(Hardw