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/
_______________________________________________
avrdude-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avrdude-dev