Retrieving 0.8.0-rc2 fails due errors in jimtcl:

i686-pc-mingw32-gcc -D_GNU_SOURCE -Wall  -I. -g -O2   -c -o jimsh.o jimsh.c
/usr/bin/tclsh ./make-c-ext.tcl initjimsh.tcl >_initjimsh.c || ( rm 
_initjimsh.c; exit 1)
i686-pc-mingw32-gcc -D_GNU_SOURCE -Wall  -I. -g -O2 -c -o initjimsh.o 
_initjimsh.c || ( rm _initjimsh.c; exit 1)
i686-pc-mingw32-gcc -D_GNU_SOURCE -Wall  -I. -g -O2   -o jimsh.exe jimsh.o 
initjimsh.o libjim.a
libjim.a(jim.o): In function `JimStringIs':
/home/kent.brinkley/openocd_0_8_0_rc2/code/jimtcl/jim.c:3009: undefined 
reference to `isascii'
collect2: error: ld returned 1 exit status
Makefile:45: recipe for target 'jimsh.exe' failed


If jimtcl (head) is pulled and replaces jimtcl in openocd source tree then 
there are include file issues in src/helper/command.h – restoring old include 
files allows the build proceed. Neither rc1 or rc2 can be cleanly built at this 
time.

Kent

From: [email protected] [mailto:[email protected]] On Behalf Of 
Andreas Fritiofson
Sent: Tuesday, April 15, 2014 3:30 PM
To: Kent Brinkley
Cc: [email protected]
Subject: Re: [OpenOCD-devel] Build of Openocd 0.8.0-rc1 in Cygwin env


On Tue, Apr 15, 2014 at 11:29 PM, Andreas Fritiofson 
<[email protected]<mailto:[email protected]>> wrote:

On Tue, Apr 15, 2014 at 9:49 PM, Kent Brinkley 
<[email protected]<mailto:[email protected]>> wrote:
Trying to build OpenOCD 0.8.0-rc1 in Cygwin and received the following error 
messages:

BTW, rc2 has just been released...

/Andreas
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to