Re: [avr-gcc-list] How to rebuild AVR-GCC for Windows?

2005-12-07 Thread David Brown
On Tue, 06 Dec 2005 01:47:51 -0500, Erik Christiansen [EMAIL PROTECTED] wrote: Have you considered running the windows machine, as asked, but a linux box as well? Been down that road. I had my personal Linux laptop under the desk, that I ran with TightVNC http://www.tightvnc.com/ to

RE: [avr-gcc-list] How to rebuild AVR-GCC for Windows?

2005-12-07 Thread niklo
This seems like a great solution :) /niklo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Brown Sent: den 7 december 2005 09:25 To: avr-gcc-list@nongnu.org Subject: Re: [avr-gcc-list] How to rebuild AVR-GCC for Windows? On Tue, 06 Dec 2005

Re: [avr-gcc-list] Getting avr-gcc 4.02 to recognize new devices

2005-12-07 Thread Bernd Trog
--- Ned Konz [EMAIL PROTECTED] wrote: What am I missing? Patching the binutils? Ah... wonder where I can find a corresponding patch. http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/avr-binutils/files/ __ Yahoo! DSL –

[avr-gcc-list] (Newbie)1.How to write variables which are not loaded to uC but manipulated by compiler

2005-12-07 Thread Sumeet Pal Singh
Hi The background to this is: For making a line following robot, we need to output a PWM value which is done by setting TCR1A, the value(char) having linear relationship with speed. We decided to form an array(char), in which the value is equal to the value location. Now what values are put in

Re: [avr-gcc-list] (Newbie)2.Delay function not working as required

2005-12-07 Thread Parthasaradhi Nayani
Hello, What is the code for delayms function? If you have a doubt that optimisation is causing a problem, you could disable optimisation, recompile and check the output (delay time).Regards Nayani Sumeet Pal Singh [EMAIL PROTECTED] wrote: Hi We tried to put delay in our program but it

Re: [avr-gcc-list] (Newbie)2.Delay function not working as required

2005-12-07 Thread James Washer
I think you should post your delayms() timer code here.. I'm sure someone will be able to help, On Wed, 7 Dec 2005 18:38:57 -0800 (PST) Parthasaradhi Nayani [EMAIL PROTECTED] wrote: Hello, What is the code for delayms function? If you have a doubt that optimisation is causing a