avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avrdude-dev] Re: FIXED: was avrdude prb [RE: [avr-gcc-list] printf_P +


From: E. Weddington
Subject: [avrdude-dev] Re: FIXED: was avrdude prb [RE: [avr-gcc-list] printf_P + PSTR("\n\r") does not seem towork,however ("\r\n") is okay]
Date: Fri, 13 Aug 2004 16:04:30 -0600
User-agent: Mozilla Thunderbird 0.7.3 (Windows/20040803)

Theodore A. Roth wrote:

On Fri, 13 Aug 2004, Bernard Fouché wrote:

How can I list the version number from avrdude? I got this avrdude from
Winavr-20040720-install.exe. I tried to do 'avrdude --version' but it does
not use the usual version option query.

Since it's easy to reproduce the problem, I volonteer to test any new
version that would fix it.

Bernard:

I'm curious, can you please post to the avrdude-dev list the exact
command you used when the problem occurred?

Eric:

Could you try this simple test for me if you have time? Compile the
attached C program that read in the supplied bin_file.in file using "r"
and "rb". If they are the same, I suspect we're barking up the wrong
tree.

Thanks.


Attached is program output. They're the same.
oh, and attached a patch to the program. :-)

Eric
n_r  = 53
n_rb = 53
I don't see an difference.
--- fread_test.c.bak    2004-08-13 15:59:41.225654200 -0600
+++ fread_test.c        2004-08-13 15:59:53.694404200 -0600
@@ -31,7 +31,7 @@
         }
     }
 
-    printf ("I don't see an difference.\n");
+    printf ("I don't see a difference.\n");
 
     return 0;
 }

reply via email to

[Prev in Thread] Current Thread [Next in Thread]