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.c
jtag.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
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to