On Tue, 2009-04-28 at 15:16 -0300, Alan Carvalho de Assis wrote: [snip] > I am getting a compilation error: > > gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/helper > -I../../src/target -g -O2 -Wall -Wstrict-prototypes > -Wformat-security -Wextra -Wno-unused-parameter -Wbad-function-cast > -Wcast-align -Werror -MT jlink.o -MD -MP -MF .deps/jlink.Tpo -c -o > jlink.o jlink.c > cc1: warnings being treated as errors > jlink.c: In function ‘usb_bulk_write_ex’: > jlink.c:893: warning: passing argument 1 of ‘usb_bulk_with_retries’ > from incompatible pointer type > make[2]: *** [jlink.o] Error 1 > make[2]: Leaving directory `/home/alan/openocd/openocd/src/jtag' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/home/alan/openocd/openocd/src' > make: *** [install-recursive] Error 1
This has been fixed in r1561, thanks to a patch submitted by Ben Dooks on Apr 21 that apparently did not get committed. Cheers, Zach _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
