[avr-gcc-list] Nedd assistance with AVR compiler and Perl commands

2008-07-09 Thread James O'Day
Hi! > > I am running Windows Xp platform and have loaded the software > WinAVR20080610. The AVR program is working and I can load an existing > AVR .hex file that was compiled on a Unix platform to a AVR product I > am currently testing. However I am having a problem using the > Programm

Re: [avr-gcc-list] ATMEGA2560 support

2008-07-09 Thread Mark Litwack
On Wednesday 09 July 2008 02:56:55 am Dale Whitfield wrote: > Hi >@2008.04.08_08:06:07_+0200 > > > Hi Erik > > >@2008.04.08_03:04:19_+0200 > > > > > On Mon, Apr 07, 2008 at 05:32:09PM +0200, Dale Whitfield wrote: > >

Re: [avr-gcc-list] # in #define

2008-07-09 Thread Ruud Vlaming
On Wednesday 09 July 2008 16:57, Arkadiusz Krysiak wrote: > Know anyone metod to place in body definition sign "#" ? > i need to make definition like to this: > #define name(x,y) #define #x #y Apart from the fact that this group is not the right one to ask this question (it' a general preprocesso

Re: [avr-gcc-list] # in #define

2008-07-09 Thread Dave Hylands
Hi Arkadiusz, Whoops - sending to the list this time as well. 2008/7/9 Arkadiusz Krysiak <[EMAIL PROTECTED]>: > Know anyone metod to place in body definition sign "#" ? > i need to make definition like to this: > #define name(x,y) #define #x #y To the best of my knowledge you can't do that. Pe

[avr-gcc-list] # in #define

2008-07-09 Thread Arkadiusz Krysiak
Know anyone metod to place in body definition sign "#" ? i need to make definition like to this: #define name(x,y) #define #x #y Jest sposób by znów stać się dobrym. Ujmująca epicka opowieść o ojcach i synach, męskiej przyjaźni, zdradzie i odku

[avr-gcc-list] Compile Code for ATmega2561 /AVR6

2008-07-09 Thread Marcos Lolis
Hello, i'm new to avr development, so i have a lot of experience in Linux develop. I have a board with a atmega2561, i use for workstation to buid a Ubuntu 8.04, i try to install avr-gcc, avr-binutils, avr-libc. But when i try to compile a simple C program i get that this processor is not supporte

Re: [avr-gcc-list] How build the cross compiler

2008-07-09 Thread Thomas Buchta
Hi! Follow the link http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=42631&start=all&postdays=0&postorder=asc and you'll find a script to build the AVR-GCC toolchain on Ubuntu which should support the atmega2561 device! Regards, Thomas - Original Message - From: "Ma

Re: [avr-gcc-list] How build the cross compiler

2008-07-09 Thread Moritz Struebe
Hi Marcos. You need to avr-gcc instead of gcc. It might not be in your path-environment. Cheers Morty Marcos Lolis schrieb: Hello, i'm new to avr development, so i have a lot of experience in Linux develop. I have a board with a atmega2561, i use for workstation to buid a Ubuntu 8.04, i t

[avr-gcc-list] How build the cross compiler

2008-07-09 Thread Marcos Lolis
Hello, i'm new to avr development, so i have a lot of experience in Linux develop. I have a board with a atmega2561, i use for workstation to buid a Ubuntu 8.04, i try to install avr-gcc, avr-binutils, avr-libc. But when i try to compile a simple C program i get that this processor is not supporte