Re: [Sdcc-user] How to make SDCC for AVR such as ATMega8535

2007-09-13 Thread Jean-Paul Brodier
Hello Denny, You could have a look at avr-gcc for Linux and cdk4avr (although you look like using Windoze). Le Jeudi 13 Septembre 2007 11:57, soliton a écrit : > Hello Denny, > > You could use -mavr option switch to compile avr source, > > >sdcc -mavr source.c > > but according to the manual: >

Re: [Sdcc-user] How to make SDCC for AVR such as ATMega8535

2007-09-13 Thread Jean-Paul
Hello Denny, You could have a look at avr-gcc for Linux and cdk4avr (although you look like using Windoze). Le Jeudi 13 Septembre 2007 11:57, soliton a écrit : > Hello Denny, > > You could use -mavr option switch to compile avr source, > > >sdcc -mavr source.c > > but according to the manual: >

Re: [Sdcc-user] How to make SDCC for AVR such as ATMega8535

2007-09-13 Thread soliton
Hello Denny, You could use -mavr option switch to compile avr source, >sdcc -mavr source.c but according to the manual: [-mavr] Generate code for the Atmel AVR processor (Not maintained, not complete). AVR users should probably have a look at winavr http://sourceforge.net/projects/winavr or http

Re: [Sdcc-user] How to make SDCC for AVR such as ATMega8535

2007-09-13 Thread Denny Putra Private
I usually using SDCC for MCU and I try using SDCC for AVR How to using SDCC for AVR. Yes, I have problem to Compile AVR using SDCC. Thanks Denny - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R

Re: [Sdcc-user] How to make SDCC for AVR such as ATMega8535

2007-09-13 Thread Peter Kuhar
sorry, i meant winavr ( not winarm ) On 9/13/07, Peter Kuhar <[EMAIL PROTECTED]> wrote: > You should use winarm ( avr-gcc) it's much better. > http://winavr.sourceforge.net/ > Go to http://www.avrfreaks.net/ for more info. > Peter > > On 9/12/07, Denny Putra Private <[EMAIL PROTECTED]> wrote: > >

Re: [Sdcc-user] How to make SDCC for AVR such as ATMega8535

2007-09-13 Thread Peter Kuhar
You should use winarm ( avr-gcc) it's much better. http://winavr.sourceforge.net/ Go to http://www.avrfreaks.net/ for more info. Peter On 9/12/07, Denny Putra Private <[EMAIL PROTECTED]> wrote: > Guy, I have a problem using SDCC to AVR Microcontroller such as > ATMega8535, Can u all help me How to

Re: [Sdcc-user] How to make SDCC for AVR such as ATMega8535

2007-09-13 Thread soliton
On 9/13/07, Denny Putra Private <[EMAIL PROTECTED]> wrote: > Guy, I have a problem using SDCC to AVR Microcontroller such as > ATMega8535, Can u all help me How to. Could you please describe what kind of problem do you have with AVR? Do you want to compile sdcc so that it support AVR? Or do you ha