avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [bug #30559] Ft232 bit-bang support


From: Rene Liebscher
Subject: [avrdude-dev] [bug #30559] Ft232 bit-bang support
Date: Fri, 13 Jan 2012 22:03:41 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7

Follow-up Comment #6, bug #30559 (project avrdude):

I get following warnings and errors compiling with MinGW:


serjtag.c: In function 'serjtag_initpgm':
serjtag.c:706:23: warning: assignment from incompatible pointer type [enabled
by default]
serjtag.c:721:20: warning: assignment from incompatible pointer type [enabled
by default]
serjtag.c:722:19: warning: assignment from incompatible pointer type [enabled
by default]

The last two are again the missing addr parameter at the paged_(load|write)
functions.

ft245r.c: In function 'ft245r_open':
ft245r.c:516:3: error: 'r' undeclared (first use in this function)
ft245r.c:516:3: note: each undeclared identifier is reported only once for
each function it appears in
ft245r.c:516:3: warning: implicit declaration of function 'FT_Open'
[-Wimplicit-function-declaration]

Why not use the libftdi function to open the device. It works for  avrftdi, so
it should do here.

BTW: For creating the patch use 'svn diff' (don't forget to add new files
first 'svn add serjtag.* ft245r.*') This makes the diff only for the
repository files and ignores all in the build process created files.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?30559>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/




reply via email to

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