On Wed, Jun 1, 2011 at 3:06 PM, Øyvind Harboe <[email protected]> wrote: > I haven't read over this patch. Do you think it is ready or does it need work?
Hello :-) For me lots of things should be changed/reorganized anyway so I don't really want to interfere at this stage until I know I have time and resources to work it out myself sorry :-) At the moment Im still fighting swd, close to an end, but every expected solution brings more problems as there is no clear path of code execution/variable flow and my insight still to small probably. Anyway there seems to be simple build problem. We should not allow to turn off Wall and Werror as there will be more "invisible" problems at glance. /usr/local/bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -DPKGDATADIR=\"/tmp/openocd/share/openocd\" -I../../../jimtcl -I../../../jimtcl -L/usr/local/lib -I/usr/local/include -I/tmp/openocd/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT ft2232.lo -MD -MP -MF .deps/ft2232.Tpo -c -o ft2232.lo ft2232.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -DPKGDATADIR=\"/tmp/openocd/share/openocd\" -I../../../jimtcl -I../../../jimtcl -L/usr/local/lib -I/usr/local/include -I/tmp/openocd/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT ft2232.lo -MD -MP -MF .deps/ft2232.Tpo -c ft2232.c -o ft2232.o cc1: warnings being treated as errors ft2232.c: In function 'ft2232_open_libftdi': ft2232.c:2309: warning: unused variable 'latency_timer' Best regards :-) Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
