On Feb 10, 2009, at 3:16 AM, Luke Dunstan wrote:
Hi, On Linux:gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/helper - I../../src/target -g -O0 -I/home/infidel/prefix/include -Wall - Wstrict-prototypes -MT jtag.o -MD -MP -MF .deps/jtag.Tpo -c -o jtag.o jtag.cjtag.c: In function ‘jtag_add_pathmove’: jtag.c:960: error: ‘TRUE’ undeclared (first use in this function) jtag.c:960: error: (Each undeclared identifier is reported only once jtag.c:960: error: for each function it appears in.) jtag.c:961: error: ‘FALSE’ undeclared (first use in this function)It will be necessary to conditionally define BOOL, TRUE and FALSE, perhaps with #ifndef _WIN32 or #ifndef TRUE.Regards, Luke _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
Looks like 2 cases were missed in r1368. r1369 should work now. -- Rick Altherr [email protected]"He said he hadn't had a byte in three days. I had a short, so I split it with him."
-- Unsigned
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
